Home
last modified time | relevance | path

Searched defs:recvfrom (Results 1 - 24 of 24) sorted by relevance

/third_party/musl/src/network/
H A Drecvfrom.c4 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 Dsend_recv.rs59 pub fn recvfrom<Fd: AsFd>( in recvfrom() functions
/third_party/curl/lib/
H A Dsetup-os400.h132 #define recvfrom Curl_os400_recvfrom macro
/third_party/node/deps/openssl/openssl/
H A De_os.h391 # define recvfrom(a,b,c,d,e,f) recvfrom(a,b,(socklen_t)c,d,e,f) macro
/third_party/openssl/
H A De_os.h391 # 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 Dwindows_events.py504 def recvfrom(self, conn, nbytes, flags=0): member in IocpProactor
/third_party/rust/crates/nix/test/sys/
H A Dtest_socket.rs314 mod recvfrom { modules
/third_party/rust/crates/nix/src/sys/socket/
H A Dmod.rs2219 pub fn recvfrom<T: SockaddrLike>( in recvfrom() functions
/third_party/FreeBSD/lib/libc/include/
H A Dnamespace.h213 #define recvfrom _recvfrom macro
/third_party/python/Lib/
H A Dssl.py1311 def recvfrom(self, buflen=1024, flags=0): member in SSLSocket
/third_party/lwip/src/include/lwip/
H A Dsockets.h657 #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 Dmod.rs647 pub fn recvfrom( in recvfrom() functions
/third_party/rust/crates/libc/src/windows/
H A Dmod.rs540 pub fn recvfrom( in recvfrom() functions
/third_party/rust/crates/libc/src/unix/bsd/
H A Dmod.rs708 pub fn recvfrom( in recvfrom() functions
/third_party/rust/crates/libc/src/unix/hermit/
H A Dmod.rs1000 pub fn recvfrom( in recvfrom() functions
/third_party/rust/crates/libc/src/vxworks/
H A Dmod.rs1549 pub fn recvfrom( in recvfrom() functions
/third_party/rust/crates/libc/src/unix/redox/
H A Dmod.rs1064 pub fn recvfrom( in recvfrom() functions
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/
H A Dmod.rs1849 pub fn recvfrom( in recvfrom() functions
/third_party/rust/crates/libc/src/unix/haiku/
H A Dmod.rs1728 pub fn recvfrom( in recvfrom() functions
/third_party/rust/crates/libc/src/unix/nto/
H A Dmod.rs2802 pub fn recvfrom( in recvfrom() functions
/third_party/rust/crates/libc/src/unix/linux_like/android/
H A Dmod.rs3103 pub fn recvfrom( in recvfrom() functions
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs4058 pub fn recvfrom( in recvfrom() functions
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs4096 pub fn recvfrom( in recvfrom() functions
/third_party/rust/crates/libc/src/unix/solarish/
H A Dmod.rs2843 pub fn recvfrom( in recvfrom() functions

Completed in 84 milliseconds