/external/rust/crates/libc/src/unix/newlib/xtensa/ |
D | mod.rs | 89 pub fn recvmsg(s: ::c_int, msg: *mut ::msghdr, flags: ::c_int) -> ::ssize_t; in recvmsg() function
|
/external/wayland/tests/ |
D | os-wrappers-test.c | 105 recvmsg(int sockfd, struct msghdr *msg, int flags) in recvmsg() function
|
/external/python/cpython3/Lib/asyncio/ |
D | trsock.py | 173 def recvmsg(self, *args, **kwargs): member in TransportSocket
|
/external/strace/ |
D | msghdr.c | 445 SYS_FUNC(recvmsg) in SYS_FUNC() argument
|
/external/rust/crates/nix/src/sys/socket/ |
D | mod.rs | 1382 pub fn recvmsg<'a>(fd: RawFd, iov: &[IoVec<&mut [u8]>], in recvmsg() function
|
/external/python/cpython3/Lib/ |
D | ssl.py | 1261 def recvmsg(self, *args, **kwargs): member in SSLSocket
|
/external/rust/crates/libc/src/unix/bsd/ |
D | mod.rs | 724 pub fn recvmsg(fd: ::c_int, msg: *mut ::msghdr, flags: ::c_int) -> ::ssize_t; in recvmsg() function
|
/external/google-breakpad/src/third_party/lss/ |
D | linux_syscall_support.h | 4163 LSS_INLINE _syscall3(ssize_t, recvmsg, int, s, struct kernel_msghdr*, msg, in _syscall3() argument 4190 LSS_INLINE ssize_t LSS_NAME(recvmsg)(int s,struct kernel_msghdr *msg, in LSS_NAME() argument
|
/external/crosvm/net_sys/src/ |
D | iff.rs | 1018 pub fn recvmsg( in recvmsg() function
|
/external/rust/crates/libc/src/unix/haiku/ |
D | mod.rs | 1465 pub fn recvmsg(fd: ::c_int, msg: *mut ::msghdr, flags: ::c_int) -> ::ssize_t; in recvmsg() function
|
/external/rust/crates/libc/src/unix/linux_like/ |
D | mod.rs | 1591 pub fn recvmsg(fd: ::c_int, msg: *mut ::msghdr, flags: ::c_int) -> ::ssize_t; in recvmsg() function
|
/external/rust/crates/libc/src/vxworks/ |
D | mod.rs | 1543 pub fn recvmsg(socket: ::c_int, mp: *mut ::msghdr, flags: ::c_int) -> ::ssize_t; in recvmsg() function
|
/external/compiler-rt/lib/msan/tests/ |
D | msan_test.cc | 998 TEST(MemorySanitizer, recvmsg) { in TEST() argument
|
/external/llvm-project/compiler-rt/lib/msan/tests/ |
D | msan_test.cpp | 1022 TEST_P(MemorySanitizerIpTest, recvmsg) { in TEST_P() argument
|
/external/rust/crates/libc/src/unix/solarish/ |
D | mod.rs | 2374 pub fn recvmsg(fd: ::c_int, msg: *mut ::msghdr, flags: ::c_int) -> ::ssize_t; in recvmsg() function
|
/external/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 4056 pub fn recvmsg(fd: ::c_int, msg: *mut ::msghdr, flags: ::c_int) -> ::ssize_t; in recvmsg() function
|