Home
last modified time | relevance | path

Searched defs:sendmsg (Results 1 – 23 of 23) sorted by relevance

/third_party/musl/src/network/
Dsendmsg.c7 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/
Dexample.js59 function sendmsg() function
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-ring/mount-origin/
Dexample.js56 function sendmsg() function
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-raw-proxy/mount-origin/
Dexample.js57 function sendmsg() function
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server/mount-origin/
Dexample.js57 function sendmsg() function
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-timer/mount-origin/
Dexample.js57 function sendmsg() function
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-broker/mount-origin/
Dexample.js71 function sendmsg() function
/third_party/ltp/testcases/network/stress/ns-tools/
Dns-tcpserver.c293 char *sendmsg; /* pointer to the message to send */ in communicate_client() local
/third_party/rust/crates/libc/src/unix/newlib/espidf/
Dmod.rs103 pub fn sendmsg(s: ::c_int, msg: *const ::msghdr, flags: ::c_int) -> ::ssize_t; in sendmsg() function
/third_party/FreeBSD/lib/libc/include/
Dnamespace.h228 #define sendmsg _sendmsg macro
/third_party/rust/crates/libc/src/unix/newlib/vita/
Dmod.rs179 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/
Dsockets.rs234 pub fn sendmsg(s: c_int, message: *const msghdr, flags: c_int) -> ssize_t; in sendmsg() function
/third_party/python/Lib/
Dssl.py1253 def sendmsg(self, *args, **kwargs): member in SSLSocket
/third_party/lwip/src/include/lwip/
Dsockets.h682 #define sendmsg(s,message,flags) lwip_sendmsg(s,message,flags) macro
/third_party/rust/crates/libc/src/unix/bsd/
Dmod.rs743 pub fn sendmsg(fd: ::c_int, msg: *const ::msghdr, flags: ::c_int) -> ::ssize_t; in sendmsg() function
/third_party/rust/crates/libc/src/vxworks/
Dmod.rs1580 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/
Dmod.rs1773 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/
Dmod.rs1764 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/
Dmod.rs2949 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/
Dmod.rs2877 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/
Dmod.rs3239 pub fn sendmsg(sockfd: ::c_int, msg: *const msghdr, flags: ::c_int) -> ::ssize_t; in sendmsg() function
/third_party/rust/crates/libc/src/fuchsia/
Dmod.rs4168 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/
Dmod.rs3748 pub fn sendmsg(__fd: ::c_int, __message: *const msghdr, __flags: ::c_int) -> ssize_t; in sendmsg() function