/third_party/musl/src/network/ |
D | getsockopt.c | 6 int getsockopt(int fd, int level, int optname, void *restrict optval, socklen_t *restrict optlen) in getsockopt() function
|
/third_party/ffmpeg/libavformat/ |
D | network.h | 57 #define getsockopt(a, b, c, d, e) getsockopt(a, b, c, (char*) d, e) macro
|
/third_party/python/Lib/test/ |
D | mock_socket.py | 71 def getsockopt(self, level, optname, buflen=None): member in MockSocket
|
/third_party/python/Lib/asyncio/ |
D | trsock.py | 78 def getsockopt(self, *args, **kwargs): member in TransportSocket
|
/third_party/python/Lib/ |
D | asyncore.py | 612 def getsockopt(self, level, optname, buflen=None): member in file_wrapper
|
/third_party/FreeBSD/lib/libc/include/ |
D | namespace.h | 78 #define getsockopt _getsockopt macro
|
/third_party/rust/crates/rustix/src/backend/libc/net/ |
D | syscalls.rs | 408 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/ |
D | syscalls.rs | 765 fn getsockopt<T: Copy>(fd: BorrowedFd<'_>, level: u32, optname: u32) -> io::Result<T> { in getsockopt() function
|
/third_party/rust/crates/nix/src/sys/socket/ |
D | mod.rs | 2310 pub fn getsockopt<O: GetSockOpt>(fd: RawFd, opt: O) -> Result<O::Val> { in getsockopt() function
|
/third_party/lwip/src/include/lwip/ |
D | sockets.h | 645 #define getsockopt(s,level,optname,opval,optlen) lwip_getsockopt(s,level,optname,opval,optlen) macro
|
/third_party/rust/crates/libc/src/windows/ |
D | mod.rs | 533 pub fn getsockopt( in getsockopt() function
|
/third_party/rust/crates/libc/src/unix/ |
D | mod.rs | 1174 pub fn getsockopt( in getsockopt() function
|
/third_party/rust/crates/libc/src/vxworks/ |
D | mod.rs | 1534 pub fn getsockopt( in getsockopt() function
|
/third_party/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 3740 pub fn getsockopt( in getsockopt() function
|
/third_party/libbpf/.github/actions/build-selftests/ |
D | vmlinux.h | 13314 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
|