/third_party/musl/src/network/ |
H A D | recvfrom.c | 4 ssize_t recvfrom(int fd, void *restrict buf, size_t len, int flags, struct sockaddr *restrict addr, socklen_t *restrict alen) in recvfrom() function
|
/third_party/rust/crates/rustix/src/net/ |
H A D | send_recv.rs | 59 pub fn recvfrom<Fd: AsFd>( in recvfrom() functions
|
/third_party/curl/lib/ |
H A D | setup-os400.h | 132 #define recvfrom Curl_os400_recvfrom macro
|
/third_party/node/deps/openssl/openssl/ |
H A D | e_os.h | 391 # define recvfrom(a,b,c,d,e,f) recvfrom(a,b,(socklen_t)c,d,e,f) macro
|
/third_party/openssl/ |
H A D | e_os.h | 391 # define recvfrom(a,b,c,d,e,f) recvfrom(a,b,(socklen_t)c,d,e,f) macro
|
/third_party/python/Lib/asyncio/ |
H A D | windows_events.py | 504 def recvfrom(self, conn, nbytes, flags=0): member in IocpProactor
|
/third_party/rust/crates/nix/test/sys/ |
H A D | test_socket.rs | 314 mod recvfrom { modules
|
/third_party/rust/crates/nix/src/sys/socket/ |
H A D | mod.rs | 2219 pub fn recvfrom<T: SockaddrLike>( in recvfrom() functions
|
/third_party/FreeBSD/lib/libc/include/ |
H A D | namespace.h | 213 #define recvfrom _recvfrom
macro
|
/third_party/python/Lib/ |
H A D | ssl.py | 1311 def recvfrom(self, buflen=1024, flags=0): member in SSLSocket
|
/third_party/lwip/src/include/lwip/ |
H A D | sockets.h | 657 #define recvfrom(s,mem,len,flags,from,fromlen) lwip_recvfrom(s,mem,len,flags,from,fromlen) macro
|
/third_party/rust/crates/libc/src/unix/newlib/ |
H A D | mod.rs | 647 pub fn recvfrom( in recvfrom() functions
|
/third_party/rust/crates/libc/src/windows/ |
H A D | mod.rs | 540 pub fn recvfrom( in recvfrom() functions
|
/third_party/rust/crates/libc/src/unix/bsd/ |
H A D | mod.rs | 708 pub fn recvfrom( in recvfrom() functions
|
/third_party/rust/crates/libc/src/unix/hermit/ |
H A D | mod.rs | 1000 pub fn recvfrom( in recvfrom() functions
|
/third_party/rust/crates/libc/src/vxworks/ |
H A D | mod.rs | 1549 pub fn recvfrom( in recvfrom() functions
|
/third_party/rust/crates/libc/src/unix/redox/ |
H A D | mod.rs | 1064 pub fn recvfrom( in recvfrom() functions
|
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/ |
H A D | mod.rs | 1849 pub fn recvfrom( in recvfrom() functions
|
/third_party/rust/crates/libc/src/unix/haiku/ |
H A D | mod.rs | 1728 pub fn recvfrom( in recvfrom() functions
|
/third_party/rust/crates/libc/src/unix/nto/ |
H A D | mod.rs | 2802 pub fn recvfrom( in recvfrom() functions
|
/third_party/rust/crates/libc/src/unix/linux_like/android/ |
H A D | mod.rs | 3103 pub fn recvfrom( in recvfrom() functions
|
/third_party/rust/crates/libc/src/fuchsia/ |
H A D | mod.rs | 4058 pub fn recvfrom( in recvfrom() functions
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/ |
H A D | mod.rs | 4096 pub fn recvfrom( in recvfrom() functions
|
/third_party/rust/crates/libc/src/unix/solarish/ |
H A D | mod.rs | 2843 pub fn recvfrom( in recvfrom() functions
|