Home
last modified time | relevance | path

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

123

/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-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-timer/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-server-pmd/mount-origin/
Dexample.js59 function sendmsg() function
/external/libwebsockets/minimal-examples/ws-server/minimal-ws-broker/mount-origin/
Dexample.js71 function sendmsg() function
/external/cronet/tot/net/third_party/quiche/src/quiche/quic/qbone/platform/
Dkernel_interface.h105 ssize_t sendmsg(int sockfd, const struct msghdr* msg, int flags) override { in sendmsg() function
/external/cronet/stable/net/third_party/quiche/src/quiche/quic/qbone/platform/
Dkernel_interface.h105 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/cronet/stable/third_party/rust/chromium_crates_io/vendor/libc-0.2.164/src/unix/newlib/espidf/
Dmod.rs115 pub fn sendmsg(s: ::c_int, msg: *const ::msghdr, flags: ::c_int) -> ::ssize_t; in sendmsg() function
/external/rust/android-crates-io/crates/libc/src/unix/newlib/espidf/
Dmod.rs113 pub fn sendmsg(s: ::c_int, msg: *const ::msghdr, flags: ::c_int) -> ::ssize_t; in sendmsg() function
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/libc-0.2.164/src/unix/newlib/espidf/
Dmod.rs115 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/android-crates-io/crates/rustix/src/backend/libc/net/
Dsyscalls.rs360 pub(crate) fn sendmsg( in sendmsg() function
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/libc-0.2.164/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/android-crates-io/crates/rustix/src/backend/linux_raw/net/
Dsyscalls.rs293 pub(crate) fn sendmsg( in sendmsg() function
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/libc-0.2.164/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/android-crates-io/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/android-crates-io/crates/socket2/src/sys/
Dwindows.rs674 pub(crate) fn sendmsg(socket: Socket, msg: &MsgHdr<'_, '_, '_>, flags: c_int) -> io::Result<usize> { in sendmsg() function
/external/python/cpython3/Lib/test/test_asyncio/
Dtest_selector_events.py501 def socket_transport(self, waiter=None, sendmsg=False): argument
/external/rust/android-crates-io/crates/rustix/src/net/send_recv/
Dmsg.rs607 pub fn sendmsg( in sendmsg() function
/external/python/cpython3/Lib/
Dssl.py1246 def sendmsg(self, *args, **kwargs): member in SSLSocket
/external/rust/android-crates-io/crates/socket2/src/
Dsocket.rs748 pub fn sendmsg(&self, msg: &MsgHdr<'_, '_, '_>, flags: sys::c_int) -> io::Result<usize> { in sendmsg() method

123