Home
last modified time | relevance | path

Searched defs:sendmsg (Results 1 - 15 of 15) sorted by relevance

/third_party/musl/src/network/
H A Dsendmsg.c7 ssize_t sendmsg(int fd, const struct msghdr *msg, int flags) in sendmsg() function
/third_party/ltp/testcases/network/stress/ns-tools/
H A Dns-tcpserver.c293 char *sendmsg; /* pointer to the message to send */ in communicate_client() local
/third_party/rust/crates/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() functions
/third_party/rust/crates/nix/src/sys/socket/
H A Dmod.rs1475 pub fn sendmsg<S>(fd: RawFd, iov: &[IoSlice<'_>], cmsgs: &[ControlMessage], in sendmsg() functions
[all...]
/third_party/FreeBSD/lib/libc/include/
H A Dnamespace.h228 #define sendmsg _sendmsg macro
/third_party/python/Lib/
H A Dssl.py1253 def sendmsg(self, *args, **kwargs): member in SSLSocket
/third_party/mesa3d/src/amd/compiler/
H A Daco_ir.h124 sendmsg = 14, member in aco::instr_class
/third_party/lwip/src/include/lwip/
H A Dsockets.h661 #define sendmsg(s,message,flags) lwip_sendmsg(s,message,flags) macro
/third_party/rust/crates/libc/src/unix/bsd/
H A Dmod.rs742 pub fn sendmsg(fd: ::c_int, msg: *const ::msghdr, flags: ::c_int) -> ::ssize_t; in sendmsg() functions
/third_party/rust/crates/libc/src/vxworks/
H A Dmod.rs1563 pub fn sendmsg(socket: ::c_int, mp: *const ::msghdr, flags: ::c_int) -> ::ssize_t; in sendmsg() functions
/third_party/rust/crates/libc/src/unix/haiku/
H A Dmod.rs1744 pub fn sendmsg(fd: ::c_int, msg: *const ::msghdr, flags: ::c_int) -> ::ssize_t; in sendmsg() functions
/third_party/rust/crates/libc/src/unix/linux_like/
H A Dmod.rs1800 pub fn sendmsg(fd: ::c_int, msg: *const ::msghdr, flags: ::c_int) -> ::ssize_t; in sendmsg() functions
/third_party/rust/crates/libc/src/unix/nto/
H A Dmod.rs2727 pub fn sendmsg(fd: ::c_int, msg: *const ::msghdr, flags: ::c_int) -> ::ssize_t; in sendmsg() functions
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs4075 pub fn sendmsg(fd: ::c_int, msg: *const ::msghdr, flags: ::c_int) -> ::ssize_t; in sendmsg() functions
/third_party/rust/crates/libc/src/unix/solarish/
H A Dmod.rs2869 pub fn sendmsg(fd: ::c_int, msg: *const ::msghdr, flags: ::c_int) -> ::ssize_t; in sendmsg() functions

Completed in 53 milliseconds