| /third_party/musl/porting/liteos_a/user/src/network/ |
| D | recvmsg.c | 51 ssize_t recvmsg(int fd, struct msghdr *msg, int flags) in recvmsg() function
|
| /third_party/musl/src/network/ |
| D | recvmsg.c | 53 ssize_t recvmsg(int fd, struct msghdr *msg, int flags) in recvmsg() function
|
| /third_party/rust/crates/libc/src/unix/newlib/espidf/ |
| D | mod.rs | 105 pub fn recvmsg(s: ::c_int, msg: *mut ::msghdr, flags: ::c_int) -> ::ssize_t; in recvmsg() function
|
| /third_party/FreeBSD/lib/libc/include/ |
| D | namespace.h | 214 #define recvmsg _recvmsg macro
|
| /third_party/rust/crates/libc/src/unix/newlib/vita/ |
| D | mod.rs | 180 pub fn recvmsg(s: ::c_int, msg: *mut ::msghdr, flags: ::c_int) -> ::ssize_t; in recvmsg() function
|
| /third_party/lwip/src/include/lwip/ |
| D | sockets.h | 655 #define recvmsg(s,message,flags) lwip_recvmsg(s,message,flags) macro
|
| /third_party/python/Lib/ |
| D | ssl.py | 1327 def recvmsg(self, *args, **kwargs): member in SSLSocket
|
| /third_party/rust/crates/libc/src/unix/bsd/ |
| D | mod.rs | 748 pub fn recvmsg(fd: ::c_int, msg: *mut ::msghdr, flags: ::c_int) -> ::ssize_t; in recvmsg() function
|
| /third_party/rust/crates/libc/src/vxworks/ |
| D | mod.rs | 1575 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/ |
| D | mod.rs | 1774 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/ |
| D | mod.rs | 1765 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/ |
| D | mod.rs | 2879 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/ |
| D | mod.rs | 2950 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/ |
| D | mod.rs | 3184 pub fn recvmsg(sockfd: ::c_int, msg: *mut msghdr, flags: ::c_int) -> ::ssize_t; in recvmsg() function
|
| /third_party/rust/crates/libc/src/fuchsia/ |
| D | mod.rs | 4169 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/ |
| D | mod.rs | 3746 pub fn recvmsg(__fd: ::c_int, __message: *mut msghdr, __flags: ::c_int) -> ::ssize_t; in recvmsg() function
|