Home
last modified time | relevance | path

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

/rust-libc-0.2.174/src/unix/newlib/espidf/
H A Dmod.rs113 pub fn sendmsg(s: c_int, msg: *const crate::msghdr, flags: c_int) -> ssize_t; in sendmsg() function
/rust-libc-0.2.174/src/unix/newlib/vita/
H A Dmod.rs178 pub fn sendmsg(s: c_int, msg: *const crate::msghdr, flags: c_int) -> ssize_t; in sendmsg() function
/rust-libc-0.2.174/src/unix/bsd/
H A Dmod.rs777 pub fn sendmsg(fd: c_int, msg: *const crate::msghdr, flags: c_int) -> ssize_t; in sendmsg() function
/rust-libc-0.2.174/src/unix/redox/
H A Dmod.rs1262 pub fn sendmsg(socket: c_int, msg: *const msghdr, flags: c_int) -> ssize_t; in sendmsg() function
/rust-libc-0.2.174/src/vxworks/
H A Dmod.rs1638 pub fn sendmsg(socket: c_int, mp: *const crate::msghdr, flags: c_int) -> ssize_t; in sendmsg() function
/rust-libc-0.2.174/src/unix/haiku/
H A Dmod.rs1787 pub fn sendmsg(fd: c_int, msg: *const crate::msghdr, flags: c_int) -> ssize_t; in sendmsg() function
/rust-libc-0.2.174/src/unix/linux_like/
H A Dmod.rs2041 pub fn sendmsg(fd: c_int, msg: *const crate::msghdr, flags: c_int) -> ssize_t; in sendmsg() function
/rust-libc-0.2.174/src/unix/cygwin/
H A Dmod.rs2056 pub fn sendmsg(fd: c_int, msg: *const msghdr, flags: c_int) -> ssize_t; in sendmsg() function
/rust-libc-0.2.174/src/unix/nto/
H A Dmod.rs2880 pub fn sendmsg(fd: c_int, msg: *const crate::msghdr, flags: c_int) -> ssize_t; in sendmsg() function
/rust-libc-0.2.174/src/unix/solarish/
H A Dmod.rs2784 pub fn sendmsg(fd: c_int, msg: *const crate::msghdr, flags: c_int) -> ssize_t; in sendmsg() function
/rust-libc-0.2.174/src/unix/aix/
H A Dmod.rs3252 pub fn sendmsg(sockfd: c_int, msg: *const msghdr, flags: c_int) -> ssize_t; in sendmsg() function
/rust-libc-0.2.174/src/fuchsia/
H A Dmod.rs4139 pub fn sendmsg(fd: c_int, msg: *const crate::msghdr, flags: c_int) -> ssize_t; in sendmsg() function
/rust-libc-0.2.174/src/unix/hurd/
H A Dmod.rs3713 pub fn sendmsg(__fd: c_int, __message: *const msghdr, __flags: c_int) -> ssize_t; in sendmsg() function