Home
last modified time | relevance | path

Searched defs:recvmsg (Results 1 – 16 of 16) sorted by relevance

/third_party/musl/porting/liteos_a/user/src/network/
Drecvmsg.c51 ssize_t recvmsg(int fd, struct msghdr *msg, int flags) in recvmsg() function
/third_party/musl/src/network/
Drecvmsg.c53 ssize_t recvmsg(int fd, struct msghdr *msg, int flags) in recvmsg() function
/third_party/rust/crates/libc/src/unix/newlib/espidf/
Dmod.rs105 pub fn recvmsg(s: ::c_int, msg: *mut ::msghdr, flags: ::c_int) -> ::ssize_t; in recvmsg() function
/third_party/FreeBSD/lib/libc/include/
Dnamespace.h214 #define recvmsg _recvmsg macro
/third_party/rust/crates/libc/src/unix/newlib/vita/
Dmod.rs180 pub fn recvmsg(s: ::c_int, msg: *mut ::msghdr, flags: ::c_int) -> ::ssize_t; in recvmsg() function
/third_party/lwip/src/include/lwip/
Dsockets.h655 #define recvmsg(s,message,flags) lwip_recvmsg(s,message,flags) macro
/third_party/python/Lib/
Dssl.py1327 def recvmsg(self, *args, **kwargs): member in SSLSocket
/third_party/rust/crates/libc/src/unix/bsd/
Dmod.rs748 pub fn recvmsg(fd: ::c_int, msg: *mut ::msghdr, flags: ::c_int) -> ::ssize_t; in recvmsg() function
/third_party/rust/crates/libc/src/vxworks/
Dmod.rs1575 pub fn recvmsg(socket: ::c_int, mp: *mut ::msghdr, flags: ::c_int) -> ::ssize_t; in recvmsg() function
/third_party/rust/crates/libc/src/unix/linux_like/
Dmod.rs1774 pub fn recvmsg(fd: ::c_int, msg: *mut ::msghdr, flags: ::c_int) -> ::ssize_t; in recvmsg() function
/third_party/rust/crates/libc/src/unix/haiku/
Dmod.rs1765 pub fn recvmsg(fd: ::c_int, msg: *mut ::msghdr, flags: ::c_int) -> ::ssize_t; in recvmsg() function
/third_party/rust/crates/libc/src/unix/solarish/
Dmod.rs2879 pub fn recvmsg(fd: ::c_int, msg: *mut ::msghdr, flags: ::c_int) -> ::ssize_t; in recvmsg() function
/third_party/rust/crates/libc/src/unix/nto/
Dmod.rs2950 pub fn recvmsg(fd: ::c_int, msg: *mut ::msghdr, flags: ::c_int) -> ::ssize_t; in recvmsg() function
/third_party/rust/crates/libc/src/unix/aix/
Dmod.rs3184 pub fn recvmsg(sockfd: ::c_int, msg: *mut msghdr, flags: ::c_int) -> ::ssize_t; in recvmsg() function
/third_party/rust/crates/libc/src/fuchsia/
Dmod.rs4169 pub fn recvmsg(fd: ::c_int, msg: *mut ::msghdr, flags: ::c_int) -> ::ssize_t; in recvmsg() function
/third_party/rust/crates/libc/src/unix/hurd/
Dmod.rs3746 pub fn recvmsg(__fd: ::c_int, __message: *mut msghdr, __flags: ::c_int) -> ::ssize_t; in recvmsg() function