Home
last modified time | relevance | path

Searched defs:getsockopt (Results 1 – 15 of 15) sorted by relevance

/third_party/musl/src/network/
Dgetsockopt.c6 int getsockopt(int fd, int level, int optname, void *restrict optval, socklen_t *restrict optlen) in getsockopt() function
/third_party/ffmpeg/libavformat/
Dnetwork.h57 #define getsockopt(a, b, c, d, e) getsockopt(a, b, c, (char*) d, e) macro
/third_party/python/Lib/test/
Dmock_socket.py71 def getsockopt(self, level, optname, buflen=None): member in MockSocket
/third_party/python/Lib/asyncio/
Dtrsock.py78 def getsockopt(self, *args, **kwargs): member in TransportSocket
/third_party/python/Lib/
Dasyncore.py612 def getsockopt(self, level, optname, buflen=None): member in file_wrapper
/third_party/FreeBSD/lib/libc/include/
Dnamespace.h78 #define getsockopt _getsockopt macro
/third_party/rust/crates/rustix/src/backend/libc/net/
Dsyscalls.rs408 fn getsockopt<T: Copy>(fd: BorrowedFd<'_>, level: i32, optname: i32) -> io::Result<T> { in getsockopt() function
/third_party/rust/crates/rustix/src/backend/linux_raw/net/
Dsyscalls.rs765 fn getsockopt<T: Copy>(fd: BorrowedFd<'_>, level: u32, optname: u32) -> io::Result<T> { in getsockopt() function
/third_party/rust/crates/nix/src/sys/socket/
Dmod.rs2310 pub fn getsockopt<O: GetSockOpt>(fd: RawFd, opt: O) -> Result<O::Val> { in getsockopt() function
/third_party/lwip/src/include/lwip/
Dsockets.h645 #define getsockopt(s,level,optname,opval,optlen) lwip_getsockopt(s,level,optname,opval,optlen) macro
/third_party/rust/crates/libc/src/windows/
Dmod.rs533 pub fn getsockopt( in getsockopt() function
/third_party/rust/crates/libc/src/unix/
Dmod.rs1174 pub fn getsockopt( in getsockopt() function
/third_party/rust/crates/libc/src/vxworks/
Dmod.rs1534 pub fn getsockopt( in getsockopt() function
/third_party/rust/crates/libc/src/fuchsia/
Dmod.rs3740 pub fn getsockopt( in getsockopt() function
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h13314 int (*getsockopt)(struct socket *, int, int, char *, int *); member
14876 int (*getsockopt)(struct sock *, int, int, char *, int *); member
38336 int (*getsockopt)(struct sock *, int, int, char *, int *); member
53466 int (*getsockopt)(struct sock *, int, int, char *, int *); member