Home
last modified time | relevance | path

Searched defs:recvfrom (Results 1 – 25 of 26) sorted by relevance

12

/third_party/musl/src/network/
Drecvfrom.c4 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/
Dsocket.h36 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/
Dsocket.h36 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/
Dsend_recv.rs59 pub fn recvfrom<Fd: AsFd>( in recvfrom() function
/third_party/openssl/
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/
Dtrsock.py177 def recvfrom(self, *args, **kwargs): member in TransportSocket
Dwindows_events.py495 def recvfrom(self, conn, nbytes, flags=0): member in IocpProactor
/third_party/rust/crates/rustix/src/backend/libc/net/
Dsyscalls.rs54 pub(crate) fn recvfrom( in recvfrom() function
/third_party/rust/crates/rustix/src/backend/linux_raw/net/
Dsyscalls.rs464 pub(crate) fn recvfrom( in recvfrom() function
/third_party/rust/crates/nix/src/sys/socket/
Dmod.rs2219 pub fn recvfrom<T: SockaddrLike>( in recvfrom() function
/third_party/lwip/src/include/lwip/
Dsockets.h657 #define recvfrom(s,mem,len,flags,from,fromlen) lwip_recvfrom(s,mem,len,flags,from,fromlen) macro
/third_party/python/Lib/
Dssl.py1277 def recvfrom(self, buflen=1024, flags=0): member in SSLSocket
/third_party/rust/crates/nix/test/sys/
Dtest_socket.rs314 mod recvfrom { module
/third_party/rust/crates/libc/src/unix/newlib/
Dmod.rs647 pub fn recvfrom( in recvfrom() function
/third_party/rust/crates/libc/src/unix/bsd/
Dmod.rs708 pub fn recvfrom( in recvfrom() function
/third_party/rust/crates/libc/src/windows/
Dmod.rs540 pub fn recvfrom( in recvfrom() function
/third_party/rust/crates/libc/src/unix/hermit/
Dmod.rs1000 pub fn recvfrom( in recvfrom() function
/third_party/rust/crates/libc/src/unix/redox/
Dmod.rs1064 pub fn recvfrom( in recvfrom() function
/third_party/rust/crates/libc/src/vxworks/
Dmod.rs1549 pub fn recvfrom( in recvfrom() function
/third_party/rust/crates/libc/src/unix/haiku/
Dmod.rs1728 pub fn recvfrom( in recvfrom() function
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/
Dmod.rs1849 pub fn recvfrom( in recvfrom() function
/third_party/rust/crates/libc/src/unix/solarish/
Dmod.rs2843 pub fn recvfrom( in recvfrom() function
/third_party/rust/crates/libc/src/unix/nto/
Dmod.rs2802 pub fn recvfrom( in recvfrom() function
/third_party/rust/crates/libc/src/unix/linux_like/android/
Dmod.rs3103 pub fn recvfrom( in recvfrom() function
/third_party/rust/crates/libc/src/fuchsia/
Dmod.rs4058 pub fn recvfrom( in recvfrom() function

12