Home
last modified time | relevance | path

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

12345678910>>...17

/aosp_15_r20/external/trusty/musl/src/network/
Dsendmsg.c7 ssize_t sendmsg(int fd, const struct msghdr *msg, int flags) in sendmsg() function
/aosp_15_r20/external/musl/src/network/
H A Dsendmsg.c7 ssize_t sendmsg(int fd, const struct msghdr *msg, int flags) in sendmsg() function
/aosp_15_r20/external/libwebsockets/minimal-examples/ws-server/minimal-ws-server-timer/mount-origin/
H A Dexample.js57 function sendmsg() function
/aosp_15_r20/external/libwebsockets/minimal-examples/ws-server/minimal-ws-server/mount-origin/
H A Dexample.js57 function sendmsg() function
/aosp_15_r20/external/libwebsockets/minimal-examples/ws-server/minimal-ws-server-pmd/mount-origin/
H A Dexample.js59 function sendmsg() function
/aosp_15_r20/external/libwebsockets/minimal-examples/ws-server/minimal-ws-server-ring/mount-origin/
H A Dexample.js56 function sendmsg() function
/aosp_15_r20/external/libwebsockets/minimal-examples/ws-server/minimal-ws-raw-proxy/mount-origin/
H A Dexample.js57 function sendmsg() function
/aosp_15_r20/bionic/libc/private/
H A DNetdClientDispatch.h28 ssize_t (*sendmsg)(int, const struct msghdr*, unsigned int); member
/aosp_15_r20/external/libwebsockets/minimal-examples/ws-server/minimal-ws-broker/mount-origin/
H A Dexample.js71 function sendmsg() function
/aosp_15_r20/bionic/libc/bionic/
H A DNetdClientDispatch.cpp63 ssize_t sendmsg(int fd, const struct msghdr* msg, int flags) { in sendmsg() function
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/qbone/platform/
H A Dkernel_interface.h96 ssize_t sendmsg(int sockfd, const struct msghdr* msg, int flags) override { in sendmsg() function
/aosp_15_r20/external/ltp/testcases/network/stress/ns-tools/
H A Dns-tcpserver.c293 char *sendmsg; /* pointer to the message to send */ in communicate_client() local
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/vendor/libc/src/unix/newlib/espidf/
H A Dmod.rs103 pub fn sendmsg(s: ::c_int, msg: *const ::msghdr, flags: ::c_int) -> ::ssize_t; in sendmsg() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/vendor/libc/src/unix/newlib/espidf/
H A Dmod.rs103 pub fn sendmsg(s: ::c_int, msg: *const ::msghdr, flags: ::c_int) -> ::ssize_t; in sendmsg() function
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/libc-0.2.153/src/unix/newlib/espidf/
H A Dmod.rs103 pub fn sendmsg(s: ::c_int, msg: *const ::msghdr, flags: ::c_int) -> ::ssize_t; in sendmsg() function
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/vendor/libc/src/unix/newlib/espidf/
H A Dmod.rs113 pub fn sendmsg(s: ::c_int, msg: *const ::msghdr, flags: ::c_int) -> ::ssize_t; in sendmsg() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/vendor/libc/src/unix/newlib/espidf/
H A Dmod.rs113 pub fn sendmsg(s: ::c_int, msg: *const ::msghdr, flags: ::c_int) -> ::ssize_t; in sendmsg() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/vendor/libc/src/unix/newlib/espidf/
H A Dmod.rs113 pub fn sendmsg(s: ::c_int, msg: *const ::msghdr, flags: ::c_int) -> ::ssize_t; in sendmsg() function
/aosp_15_r20/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
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/sys/unix/
Dsyscall_linux_s390x.go258 func sendmsg(s int, msg *Msghdr, flags int) (int, error) { func
Dsyscall_linux_386.go248 func sendmsg(s int, msg *Msghdr, flags int) (n int, err error) { func
Dzsyscall_linux_loong64.go443 func sendmsg(s int, msg *Msghdr, flags int) (n int, err error) { func
/aosp_15_r20/prebuilts/go/linux-x86/src/syscall/
Dsyscall_linux_s390x.go223 func sendmsg(s int, msg *Msghdr, flags int) (n int, err error) { func
Dsyscall_linux_386.go321 func sendmsg(s int, msg *Msghdr, flags int) (n int, err error) { func
/aosp_15_r20/external/strace/
H A Dmsghdr.c433 SYS_FUNC(sendmsg) in SYS_FUNC() argument

12345678910>>...17