Home
last modified time | relevance | path

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

12

/external/trusty/musl/src/network/
Dsendmsg.c7 ssize_t sendmsg(int fd, const struct msghdr *msg, int flags) in sendmsg() function
/external/musl/src/network/
Dsendmsg.c7 ssize_t sendmsg(int fd, const struct msghdr *msg, int flags) in 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-ring/mount-origin/
Dexample.js56 function sendmsg() function
/external/libwebsockets/minimal-examples/ws-server/minimal-ws-raw-proxy/mount-origin/
Dexample.js57 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/cronet/net/third_party/quiche/src/quiche/quic/qbone/platform/
Dkernel_interface.h96 ssize_t sendmsg(int sockfd, const struct msghdr* msg, int flags) override { 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/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
/external/strace/
Dmsghdr.c433 SYS_FUNC(sendmsg) in SYS_FUNC() argument
/external/rust/crates/rustix/src/backend/libc/net/
Dsyscalls.rs360 pub(crate) fn sendmsg( in sendmsg() function
/external/rust/crates/rustix/src/backend/linux_raw/net/
Dsyscalls.rs293 pub(crate) fn sendmsg( in sendmsg() function
/external/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
/external/rust/crates/rustix/src/net/send_recv/
Dmsg.rs607 pub fn sendmsg( in sendmsg() function
/external/rust/crates/socket2/src/sys/
Dwindows.rs668 pub(crate) fn sendmsg(socket: Socket, msg: &MsgHdr<'_, '_, '_>, flags: c_int) -> io::Result<usize> { in sendmsg() function
Dunix.rs1101 pub(crate) fn sendmsg(fd: Socket, msg: &MsgHdr<'_, '_, '_>, flags: c_int) -> io::Result<usize> { in sendmsg() function
/external/rust/crates/socket2/src/
Dsocket.rs748 pub fn sendmsg(&self, msg: &MsgHdr<'_, '_, '_>, flags: sys::c_int) -> io::Result<usize> { in sendmsg() method
/external/python/cpython3/Lib/
Dssl.py1224 def sendmsg(self, *args, **kwargs): member in SSLSocket
/external/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
/external/google-breakpad/src/third_party/lss/
Dlinux_syscall_support.h4846 LSS_INLINE ssize_t LSS_NAME(sendmsg)(int s, in LSS_NAME() argument
4918 LSS_INLINE ssize_t LSS_NAME(sendmsg)(int s, in LSS_NAME() argument
/external/cronet/third_party/lss/
Dlinux_syscall_support.h4846 LSS_INLINE ssize_t LSS_NAME(sendmsg)(int s, in LSS_NAME() argument
4918 LSS_INLINE ssize_t LSS_NAME(sendmsg)(int s, in LSS_NAME() argument
/external/rust/crates/libc/src/vxworks/
Dmod.rs1580 pub fn sendmsg(socket: ::c_int, mp: *const ::msghdr, flags: ::c_int) -> ::ssize_t; in sendmsg() function
/external/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

12