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/
Drecvmsg.c51 ssize_t recvmsg(int fd, struct msghdr *msg, int flags) in recvmsg() function
/third_party/musl/src/network/
Drecvmsg.c50 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/python/Lib/asyncio/
Dtrsock.py173 def recvmsg(self, *args, **kwargs): member in TransportSocket
/third_party/lwip/src/include/lwip/
Dsockets.h655 #define recvmsg(s,message,flags) lwip_recvmsg(s,message,flags) macro
/third_party/python/Lib/
Dssl.py1293 def recvmsg(self, *args, **kwargs): member in SSLSocket
/third_party/rust/crates/libc/src/unix/bsd/
Dmod.rs747 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.rs1558 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.rs1801 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.rs1745 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.rs2871 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.rs2728 pub fn recvmsg(fd: ::c_int, msg: *mut ::msghdr, flags: ::c_int) -> ::ssize_t; in recvmsg() function
/third_party/rust/crates/libc/src/fuchsia/
Dmod.rs4076 pub fn recvmsg(fd: ::c_int, msg: *mut ::msghdr, flags: ::c_int) -> ::ssize_t; in recvmsg() function
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h13317 int (*recvmsg)(struct socket *, struct msghdr *, size_t, int); member
14879 int (*recvmsg)(struct sock *, struct msghdr *, size_t, int, int, int *); member