Home
last modified time | relevance | path

Searched defs:recvmsg (Results 1 - 14 of 14) sorted by relevance

/third_party/musl/porting/liteos_a/user/src/network/
H A Drecvmsg.c51 ssize_t recvmsg(int fd, struct msghdr *msg, int flags) in recvmsg() function
/third_party/musl/src/network/
H A Drecvmsg.c53 ssize_t recvmsg(int fd, struct msghdr *msg, int flags) in recvmsg() function
/third_party/rust/crates/libc/src/unix/newlib/espidf/
H A Dmod.rs105 pub fn recvmsg(s: ::c_int, msg: *mut ::msghdr, flags: ::c_int) -> ::ssize_t; in recvmsg() functions
/third_party/rust/crates/nix/src/sys/socket/
H A Dmod.rs2047 pub fn recvmsg<'a, 'outer, 'inner, S>(fd: RawFd, iov: &'outer mut [IoSliceMut<'inner>], recvmsg() functions
[all...]
/third_party/FreeBSD/lib/libc/include/
H A Dnamespace.h214 #define recvmsg _recvmsg macro
/third_party/python/Lib/
H A Dssl.py1327 def recvmsg(self, *args, **kwargs): member in SSLSocket
/third_party/lwip/src/include/lwip/
H A Dsockets.h655 #define recvmsg(s,message,flags) lwip_recvmsg(s,message,flags) macro
/third_party/rust/crates/libc/src/unix/bsd/
H A Dmod.rs747 pub fn recvmsg(fd: ::c_int, msg: *mut ::msghdr, flags: ::c_int) -> ::ssize_t; in recvmsg() functions
/third_party/rust/crates/libc/src/vxworks/
H A Dmod.rs1558 pub fn recvmsg(socket: ::c_int, mp: *mut ::msghdr, flags: ::c_int) -> ::ssize_t; in recvmsg() functions
/third_party/rust/crates/libc/src/unix/haiku/
H A Dmod.rs1745 pub fn recvmsg(fd: ::c_int, msg: *mut ::msghdr, flags: ::c_int) -> ::ssize_t; in recvmsg() functions
/third_party/rust/crates/libc/src/unix/linux_like/
H A Dmod.rs1801 pub fn recvmsg(fd: ::c_int, msg: *mut ::msghdr, flags: ::c_int) -> ::ssize_t; in recvmsg() functions
/third_party/rust/crates/libc/src/unix/nto/
H A Dmod.rs2728 pub fn recvmsg(fd: ::c_int, msg: *mut ::msghdr, flags: ::c_int) -> ::ssize_t; in recvmsg() functions
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs4076 pub fn recvmsg(fd: ::c_int, msg: *mut ::msghdr, flags: ::c_int) -> ::ssize_t; in recvmsg() functions
/third_party/rust/crates/libc/src/unix/solarish/
H A Dmod.rs2871 pub fn recvmsg(fd: ::c_int, msg: *mut ::msghdr, flags: ::c_int) -> ::ssize_t; in recvmsg() functions

Completed in 50 milliseconds