Home
last modified time | relevance | path

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

/external/libwebsockets/minimal-examples/ws-server/minimal-ws-server-ring/mount-origin/
Dexample.js56 function sendmsg() function
/external/libwebsockets/minimal-examples/ws-server/minimal-ws-server-timer/mount-origin/
Dexample.js57 function sendmsg() function
/external/libwebsockets/minimal-examples/ws-server/minimal-ws-server-pmd/mount-origin/
Dexample.js59 function sendmsg() function
/external/libwebsockets/minimal-examples/ws-server/minimal-ws-server/mount-origin/
Dexample.js57 function sendmsg() function
/external/libwebsockets/minimal-examples/ws-server/minimal-ws-broker/mount-origin/
Dexample.js71 function sendmsg() function
/external/rust/crates/libc/src/unix/newlib/xtensa/
Dmod.rs88 pub fn sendmsg(s: ::c_int, msg: *const ::msghdr, flags: ::c_int) -> ::ssize_t; in sendmsg() function
/external/ltp/testcases/network/stress/ns-tools/
Dns-tcpserver.c293 char *sendmsg; /* pointer to the message to send */ in communicate_client() local
/external/adhd/cras/src/tests/
Dcras_client_unittest.cc380 ssize_t sendmsg(int sockfd, const struct msghdr* msg, int flags) { in sendmsg() function
/external/python/cpython3/Lib/asyncio/
Dtrsock.py137 def sendmsg(self, *args, **kwargs): member in TransportSocket
/external/strace/
Dmsghdr.c433 SYS_FUNC(sendmsg) in SYS_FUNC() argument
/external/rust/crates/nix/src/sys/socket/
Dmod.rs1019 pub fn sendmsg(fd: RawFd, iov: &[IoVec<&[u8]>], cmsgs: &[ControlMessage], in sendmsg() function
/external/python/cpython3/Lib/
Dssl.py1187 def sendmsg(self, *args, **kwargs): member in SSLSocket
/external/rust/crates/libc/src/unix/bsd/
Dmod.rs719 pub fn sendmsg(fd: ::c_int, msg: *const ::msghdr, flags: ::c_int) -> ::ssize_t; in sendmsg() function
/external/google-breakpad/src/third_party/lss/
Dlinux_syscall_support.h4133 LSS_INLINE ssize_t LSS_NAME(sendmsg)(int s, in LSS_NAME() argument
4195 LSS_INLINE ssize_t LSS_NAME(sendmsg)(int s, in LSS_NAME() argument
/external/crosvm/net_sys/src/
Diff.rs1011 pub fn sendmsg( in sendmsg() function
/external/rust/crates/libc/src/unix/haiku/
Dmod.rs1464 pub fn sendmsg(fd: ::c_int, msg: *const ::msghdr, flags: ::c_int) -> ::ssize_t; in sendmsg() function
/external/rust/crates/libc/src/unix/linux_like/
Dmod.rs1590 pub fn sendmsg(fd: ::c_int, msg: *const ::msghdr, flags: ::c_int) -> ::ssize_t; in sendmsg() function
/external/rust/crates/libc/src/vxworks/
Dmod.rs1548 pub fn sendmsg(socket: ::c_int, mp: *const ::msghdr, flags: ::c_int) -> ::ssize_t; in sendmsg() function
/external/rust/crates/libc/src/unix/solarish/
Dmod.rs2372 pub fn sendmsg(fd: ::c_int, msg: *const ::msghdr, flags: ::c_int) -> ::ssize_t; in sendmsg() function
/external/rust/crates/libc/src/fuchsia/
Dmod.rs4055 pub fn sendmsg(fd: ::c_int, msg: *const ::msghdr, flags: ::c_int) -> ::ssize_t; in sendmsg() function