| /third_party/musl/src/network/ |
| D | sendmsg.c | 7 ssize_t sendmsg(int fd, const struct msghdr *msg, int flags) in sendmsg() function
|
| /third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-pmd/mount-origin/ |
| D | example.js | 59 function sendmsg() function
|
| /third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-ring/mount-origin/ |
| D | example.js | 56 function sendmsg() function
|
| /third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-raw-proxy/mount-origin/ |
| D | example.js | 57 function sendmsg() function
|
| /third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server/mount-origin/ |
| D | example.js | 57 function sendmsg() function
|
| /third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-timer/mount-origin/ |
| D | example.js | 57 function sendmsg() function
|
| /third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-broker/mount-origin/ |
| D | example.js | 71 function sendmsg() function
|
| /third_party/ltp/testcases/network/stress/ns-tools/ |
| 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/ |
| D | mod.rs | 103 pub fn sendmsg(s: ::c_int, msg: *const ::msghdr, flags: ::c_int) -> ::ssize_t; in sendmsg() function
|
| /third_party/FreeBSD/lib/libc/include/ |
| D | namespace.h | 228 #define sendmsg _sendmsg macro
|
| /third_party/rust/crates/libc/src/unix/newlib/vita/ |
| D | mod.rs | 179 pub fn sendmsg(s: ::c_int, msg: *const ::msghdr, flags: ::c_int) -> ::ssize_t; in sendmsg() function
|
| /third_party/rust/rust/library/std/src/sys/solid/abi/ |
| D | sockets.rs | 234 pub fn sendmsg(s: c_int, message: *const msghdr, flags: c_int) -> ssize_t; in sendmsg() function
|
| /third_party/python/Lib/ |
| D | ssl.py | 1253 def sendmsg(self, *args, **kwargs): member in SSLSocket
|
| /third_party/lwip/src/include/lwip/ |
| D | sockets.h | 682 #define sendmsg(s,message,flags) lwip_sendmsg(s,message,flags) macro
|
| /third_party/rust/crates/libc/src/unix/bsd/ |
| D | mod.rs | 743 pub fn sendmsg(fd: ::c_int, msg: *const ::msghdr, flags: ::c_int) -> ::ssize_t; in sendmsg() function
|
| /third_party/rust/crates/libc/src/vxworks/ |
| D | mod.rs | 1580 pub fn sendmsg(socket: ::c_int, mp: *const ::msghdr, flags: ::c_int) -> ::ssize_t; in sendmsg() function
|
| /third_party/rust/crates/libc/src/unix/linux_like/ |
| D | mod.rs | 1773 pub fn sendmsg(fd: ::c_int, msg: *const ::msghdr, flags: ::c_int) -> ::ssize_t; in sendmsg() function
|
| /third_party/rust/crates/libc/src/unix/haiku/ |
| D | mod.rs | 1764 pub fn sendmsg(fd: ::c_int, msg: *const ::msghdr, flags: ::c_int) -> ::ssize_t; in sendmsg() function
|
| /third_party/rust/crates/libc/src/unix/nto/ |
| D | mod.rs | 2949 pub fn sendmsg(fd: ::c_int, msg: *const ::msghdr, flags: ::c_int) -> ::ssize_t; in sendmsg() function
|
| /third_party/rust/crates/libc/src/unix/solarish/ |
| D | mod.rs | 2877 pub fn sendmsg(fd: ::c_int, msg: *const ::msghdr, flags: ::c_int) -> ::ssize_t; in sendmsg() function
|
| /third_party/rust/crates/libc/src/unix/aix/ |
| D | mod.rs | 3239 pub fn sendmsg(sockfd: ::c_int, msg: *const msghdr, flags: ::c_int) -> ::ssize_t; in sendmsg() function
|
| /third_party/rust/crates/libc/src/fuchsia/ |
| D | mod.rs | 4168 pub fn sendmsg(fd: ::c_int, msg: *const ::msghdr, flags: ::c_int) -> ::ssize_t; in sendmsg() function
|
| /third_party/rust/crates/libc/src/unix/hurd/ |
| D | mod.rs | 3748 pub fn sendmsg(__fd: ::c_int, __message: *const msghdr, __flags: ::c_int) -> ssize_t; in sendmsg() function
|