Home
last modified time | relevance | path

Searched defs:SetSockOpt (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/nix/src/sys/socket/
Dmod.rs2202 pub trait SetSockOpt: Clone { interface
Dsockopt.rs43 impl SetSockOpt for $name { impl
/aosp_15_r20/external/pigweed/pw_rpc/public/pw_rpc/
H A Dintegration_test_socket_client.h66 int SetSockOpt(int level, in SetSockOpt() function
/aosp_15_r20/external/pigweed/pw_stream/
H A Dsocket_stream.cc154 int SocketStream::SetSockOpt(int level, in SetSockOpt() function in pw::stream::SocketStream
/aosp_15_r20/device/google/cuttlefish/common/libs/fs/
Dshared_fd.cpp965 int FileInstance::SetSockOpt(int level, int optname, const void* optval, in SetSockOpt() function in cuttlefish::FileInstance