Home
last modified time | relevance | path

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

12

/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-pmd/mount-origin/
Dexample.js59 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-ring/mount-origin/
Dexample.js56 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-server-timer/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/espidf/
Dmod.rs100 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/crosvm/common/cros_asyncv2/src/unix/
Dio_driver.rs273 pub async fn sendmsg( 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/crosvm/common/cros_asyncv2/src/unix/io_driver/
Dmio.rs502 pub async fn sendmsg( in sendmsg() function
During.rs953 pub async fn sendmsg( in sendmsg() function
/external/rust/crates/nix/src/sys/socket/
Dmod.rs1152 pub fn sendmsg(fd: RawFd, iov: &[IoVec<&[u8]>], cmsgs: &[ControlMessage], in sendmsg() function
/external/python/cpython3/Lib/
Dssl.py1219 def sendmsg(self, *args, **kwargs): member in SSLSocket
/external/rust/crates/libc/src/unix/bsd/
Dmod.rs728 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/rust/crates/libc/src/unix/haiku/
Dmod.rs1613 pub fn sendmsg(fd: ::c_int, msg: *const ::msghdr, flags: ::c_int) -> ::ssize_t; in sendmsg() function
/external/rust/crates/libc/src/vxworks/
Dmod.rs1558 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.rs1767 pub fn sendmsg(fd: ::c_int, msg: *const ::msghdr, flags: ::c_int) -> ::ssize_t; in sendmsg() function
/external/rust/crates/libc/src/unix/solarish/
Dmod.rs2660 pub fn sendmsg(fd: ::c_int, msg: *const ::msghdr, flags: ::c_int) -> ::ssize_t; in sendmsg() function
/external/rust/crates/libc/src/fuchsia/
Dmod.rs4060 pub fn sendmsg(fd: ::c_int, msg: *const ::msghdr, flags: ::c_int) -> ::ssize_t; in sendmsg() function
/external/bcc/libbpf-tools/powerpc/
Dvmlinux_510.h11982 int (*sendmsg)(struct socket *, struct msghdr *, size_t); member
13793 int (*sendmsg)(struct sock *, struct msghdr *, size_t); member
/external/libbpf/.github/actions/build-selftests/
Dvmlinux.h13316 int (*sendmsg)(struct socket *, struct msghdr *, size_t); member
14878 int (*sendmsg)(struct sock *, struct msghdr *, size_t); member

12