Home
last modified time | relevance | path

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

/rust-libc-0.2.174/libc-test/semver/
H A Despidf.txt42 sendmsg
H A Dsolarish.txt77 sendmsg
H A Dcygwin.txt836 sendmsg
H A Dopenbsd.txt1287 sendmsg
H A Dfuchsia.txt1422 sendmsg
H A Dnetbsd.txt1558 sendmsg
H A Ddragonfly.txt1582 sendmsg
H A Dfreebsd.txt2329 sendmsg
H A Dapple.txt2271 sendmsg
H A Daix.txt2411 sendmsg
H A Dandroid.txt3775 sendmsg
H A Dlinux.txt4243 sendmsg
/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/unix/hurd/
H A Dmod.rs3713 pub fn sendmsg(__fd: c_int, __message: *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