| /third_party/musl/src/network/ |
| H A D | sendmsg.c | 7 ssize_t sendmsg(int fd, const struct msghdr *msg, int flags) in sendmsg() function
|
| /third_party/ltp/testcases/network/stress/ns-tools/ |
| H A D | ns-tcpserver.c | 293 char *sendmsg; /* pointer to the message to send */ in communicate_client() local
|
| /third_party/rust/crates/libc/src/unix/newlib/espidf/ |
| H A D | mod.rs | 103 pub fn sendmsg(s: ::c_int, msg: *const ::msghdr, flags: ::c_int) -> ::ssize_t; in sendmsg() functions
|
| /third_party/rust/crates/nix/src/sys/socket/ |
| H A D | mod.rs | 1475 pub fn sendmsg<S>(fd: RawFd, iov: &[IoSlice<'_>], cmsgs: &[ControlMessage], in sendmsg() functions [all...] |
| /third_party/FreeBSD/lib/libc/include/ |
| H A D | namespace.h | 228 #define sendmsg _sendmsg
macro
|
| /third_party/python/Lib/ |
| H A D | ssl.py | 1253 def sendmsg(self, *args, **kwargs): member in SSLSocket
|
| /third_party/mesa3d/src/amd/compiler/ |
| H A D | aco_ir.h | 124 sendmsg = 14, member in aco::instr_class
|
| /third_party/lwip/src/include/lwip/ |
| H A D | sockets.h | 661 #define sendmsg(s,message,flags) lwip_sendmsg(s,message,flags) macro
|
| /third_party/rust/crates/libc/src/unix/bsd/ |
| H A D | mod.rs | 742 pub fn sendmsg(fd: ::c_int, msg: *const ::msghdr, flags: ::c_int) -> ::ssize_t; in sendmsg() functions
|
| /third_party/rust/crates/libc/src/vxworks/ |
| H A D | mod.rs | 1563 pub fn sendmsg(socket: ::c_int, mp: *const ::msghdr, flags: ::c_int) -> ::ssize_t; in sendmsg() functions
|
| /third_party/rust/crates/libc/src/unix/haiku/ |
| H A D | mod.rs | 1744 pub fn sendmsg(fd: ::c_int, msg: *const ::msghdr, flags: ::c_int) -> ::ssize_t; in sendmsg() functions
|
| /third_party/rust/crates/libc/src/unix/linux_like/ |
| H A D | mod.rs | 1800 pub fn sendmsg(fd: ::c_int, msg: *const ::msghdr, flags: ::c_int) -> ::ssize_t; in sendmsg() functions
|
| /third_party/rust/crates/libc/src/unix/nto/ |
| H A D | mod.rs | 2727 pub fn sendmsg(fd: ::c_int, msg: *const ::msghdr, flags: ::c_int) -> ::ssize_t; in sendmsg() functions
|
| /third_party/rust/crates/libc/src/fuchsia/ |
| H A D | mod.rs | 4075 pub fn sendmsg(fd: ::c_int, msg: *const ::msghdr, flags: ::c_int) -> ::ssize_t; in sendmsg() functions
|
| /third_party/rust/crates/libc/src/unix/solarish/ |
| H A D | mod.rs | 2869 pub fn sendmsg(fd: ::c_int, msg: *const ::msghdr, flags: ::c_int) -> ::ssize_t; in sendmsg() functions
|