| /third_party/musl/src/network/ |
| D | recvfrom.c | 4 ssize_t recvfrom(int fd, void *restrict buf, size_t len, int flags, struct sockaddr *restrict addr,… in recvfrom() function
|
| /third_party/musl/porting/linux/user/include/fortify/ |
| D | socket.h | 36 ssize_t recvfrom(int fd, void* const buf __DIAGNOSE_PASS_OBJECT_SIZE0, size_t len, int flags, in recvfrom() function
|
| /third_party/musl/ndk_musl_include/fortify/ |
| D | socket.h | 36 ssize_t recvfrom(int fd, void* const buf __DIAGNOSE_PASS_OBJECT_SIZE0, size_t len, int flags, in recvfrom() function
|
| /third_party/rust/crates/rustix/src/net/ |
| D | send_recv.rs | 59 pub fn recvfrom<Fd: AsFd>( in recvfrom() function
|
| /third_party/openssl/ |
| 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/ |
| D | trsock.py | 177 def recvfrom(self, *args, **kwargs): member in TransportSocket
|
| D | windows_events.py | 495 def recvfrom(self, conn, nbytes, flags=0): member in IocpProactor
|
| /third_party/rust/crates/rustix/src/backend/libc/net/ |
| D | syscalls.rs | 54 pub(crate) fn recvfrom( in recvfrom() function
|
| /third_party/rust/crates/rustix/src/backend/linux_raw/net/ |
| D | syscalls.rs | 464 pub(crate) fn recvfrom( in recvfrom() function
|
| /third_party/rust/crates/nix/src/sys/socket/ |
| D | mod.rs | 2219 pub fn recvfrom<T: SockaddrLike>( in recvfrom() function
|
| /third_party/lwip/src/include/lwip/ |
| D | sockets.h | 657 #define recvfrom(s,mem,len,flags,from,fromlen) lwip_recvfrom(s,mem,len,flags,from,fromlen) macro
|
| /third_party/python/Lib/ |
| D | ssl.py | 1277 def recvfrom(self, buflen=1024, flags=0): member in SSLSocket
|
| /third_party/rust/crates/nix/test/sys/ |
| D | test_socket.rs | 314 mod recvfrom { module
|
| /third_party/rust/crates/libc/src/unix/newlib/ |
| D | mod.rs | 647 pub fn recvfrom( in recvfrom() function
|
| /third_party/rust/crates/libc/src/unix/bsd/ |
| D | mod.rs | 708 pub fn recvfrom( in recvfrom() function
|
| /third_party/rust/crates/libc/src/windows/ |
| D | mod.rs | 540 pub fn recvfrom( in recvfrom() function
|
| /third_party/rust/crates/libc/src/unix/hermit/ |
| D | mod.rs | 1000 pub fn recvfrom( in recvfrom() function
|
| /third_party/rust/crates/libc/src/unix/redox/ |
| D | mod.rs | 1064 pub fn recvfrom( in recvfrom() function
|
| /third_party/rust/crates/libc/src/vxworks/ |
| D | mod.rs | 1549 pub fn recvfrom( in recvfrom() function
|
| /third_party/rust/crates/libc/src/unix/haiku/ |
| D | mod.rs | 1728 pub fn recvfrom( in recvfrom() function
|
| /third_party/rust/crates/libc/src/unix/linux_like/emscripten/ |
| D | mod.rs | 1849 pub fn recvfrom( in recvfrom() function
|
| /third_party/rust/crates/libc/src/unix/solarish/ |
| D | mod.rs | 2843 pub fn recvfrom( in recvfrom() function
|
| /third_party/rust/crates/libc/src/unix/nto/ |
| D | mod.rs | 2802 pub fn recvfrom( in recvfrom() function
|
| /third_party/rust/crates/libc/src/unix/linux_like/android/ |
| D | mod.rs | 3103 pub fn recvfrom( in recvfrom() function
|
| /third_party/rust/crates/libc/src/fuchsia/ |
| D | mod.rs | 4058 pub fn recvfrom( in recvfrom() function
|