| /rust-libc-0.2.174/src/unix/newlib/espidf/ |
| H A D | mod.rs | 113 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 D | mod.rs | 178 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 D | mod.rs | 777 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 D | mod.rs | 1262 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 D | mod.rs | 1638 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 D | mod.rs | 1787 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 D | mod.rs | 2041 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 D | mod.rs | 2056 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 D | mod.rs | 2880 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 D | mod.rs | 2784 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 D | mod.rs | 3252 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 D | mod.rs | 4139 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 D | mod.rs | 3713 pub fn sendmsg(__fd: c_int, __message: *const msghdr, __flags: c_int) -> ssize_t; in sendmsg() function
|