/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 | 50 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/python/Lib/asyncio/ |
D | trsock.py | 173 def recvmsg(self, *args, **kwargs): member in TransportSocket
|
/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 | 1293 def recvmsg(self, *args, **kwargs): member in SSLSocket
|
/third_party/rust/crates/libc/src/unix/bsd/ |
D | mod.rs | 747 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 | 1558 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 | 1801 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 | 1745 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 | 2871 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 | 2728 pub fn recvmsg(fd: ::c_int, msg: *mut ::msghdr, flags: ::c_int) -> ::ssize_t; in recvmsg() function
|
/third_party/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 4076 pub fn recvmsg(fd: ::c_int, msg: *mut ::msghdr, flags: ::c_int) -> ::ssize_t; in recvmsg() function
|
/third_party/libbpf/.github/actions/build-selftests/ |
D | vmlinux.h | 13317 int (*recvmsg)(struct socket *, struct msghdr *, size_t, int); member 14879 int (*recvmsg)(struct sock *, struct msghdr *, size_t, int, int, int *); member
|