Home
last modified time | relevance | path

Searched defs:setsockopt (Results 1 – 14 of 14) sorted by relevance

/third_party/musl/src/network/
Dsetsockopt.c9 int setsockopt(int fd, int level, int optname, const void *optval, socklen_t optlen) in setsockopt() function
/third_party/ffmpeg/libavformat/
Dnetwork.h58 #define setsockopt(a, b, c, d, e) setsockopt(a, b, c, (const char*) d, e) macro
/third_party/python/Lib/test/
Dmock_socket.py68 def setsockopt(self, level, optname, value): member in MockSocket
Dtest_httplib.py82 def setsockopt(self, level, optname, value): member in FakeSocket
/third_party/python/Lib/asyncio/
Dtrsock.py81 def setsockopt(self, *args, **kwargs): member in TransportSocket
/third_party/rust/crates/rustix/src/backend/libc/net/
Dsyscalls.rs440 fn setsockopt<T: Copy>( in setsockopt() function
/third_party/rust/crates/rustix/src/backend/linux_raw/net/
Dsyscalls.rs817 fn setsockopt<T: Copy>( in setsockopt() function
/third_party/rust/crates/nix/src/sys/socket/
Dmod.rs2331 pub fn setsockopt<O: SetSockOpt>( in setsockopt() function
/third_party/lwip/src/include/lwip/
Dsockets.h643 #define setsockopt(s,level,optname,opval,optlen) lwip_setsockopt(s,level,optname,opval,optlen) macro
/third_party/rust/crates/libc/src/windows/
Dmod.rs556 pub fn setsockopt( in setsockopt() function
/third_party/rust/crates/libc/src/unix/
Dmod.rs673 pub fn setsockopt( in setsockopt() function
/third_party/rust/crates/libc/src/vxworks/
Dmod.rs1576 pub fn setsockopt( in setsockopt() function
/third_party/rust/crates/libc/src/fuchsia/
Dmod.rs3487 pub fn setsockopt( in setsockopt() function
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h13313 int (*setsockopt)(struct socket *, int, int, sockptr_t, unsigned int); member
14875 int (*setsockopt)(struct sock *, int, int, sockptr_t, unsigned int); member
38335 int (*setsockopt)(struct sock *, int, int, sockptr_t, unsigned int); member
53465 int (*setsockopt)(struct sock *, int, int, sockptr_t, unsigned int); member