| /rust-libc-0.2.174/libc-test/test/ |
| H A D | cmsg.rs | 15 pub fn cmsg_nxthdr(mhdr: *const msghdr, cmsg: *const cmsghdr) -> *mut cmsghdr; in cmsg_nxthdr() 35 let pmhdr = &mhdr as *const msghdr; in test_cmsg_firsthdr() constant
|
| /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() 115 pub fn recvmsg(s: c_int, msg: *mut crate::msghdr, flags: c_int) -> ssize_t; in recvmsg()
|
| /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() 179 pub fn recvmsg(s: c_int, msg: *mut crate::msghdr, flags: c_int) -> ssize_t; in recvmsg()
|
| /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() 782 pub fn recvmsg(fd: c_int, msg: *mut crate::msghdr, flags: c_int) -> ssize_t; in recvmsg()
|
| /rust-libc-0.2.174/src/unix/redox/ |
| H A D | mod.rs | 1247 pub fn CMSG_NXTHDR(mhdr: *const msghdr, cmsg: *const cmsghdr) -> *mut cmsghdr; in CMSG_NXTHDR() 1261 pub fn recvmsg(socket: c_int, msg: *mut msghdr, flags: c_int) -> ssize_t; in recvmsg() 1262 pub fn sendmsg(socket: c_int, msg: *const msghdr, flags: c_int) -> ssize_t; in sendmsg()
|
| /rust-libc-0.2.174/src/vxworks/ |
| H A D | mod.rs | 1633 pub fn recvmsg(socket: c_int, mp: *mut crate::msghdr, flags: c_int) -> ssize_t; in recvmsg() 1638 pub fn sendmsg(socket: c_int, mp: *const crate::msghdr, flags: c_int) -> ssize_t; in sendmsg()
|
| /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() 1788 pub fn recvmsg(fd: c_int, msg: *mut crate::msghdr, flags: c_int) -> ssize_t; in recvmsg()
|
| /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() 2043 pub fn recvmsg(fd: c_int, msg: *mut crate::msghdr, flags: c_int) -> ssize_t; in recvmsg()
|
| /rust-libc-0.2.174/src/unix/cygwin/ |
| H A D | mod.rs | 2055 pub fn recvmsg(fd: c_int, msg: *mut msghdr, flags: c_int) -> ssize_t; in recvmsg() 2056 pub fn sendmsg(fd: c_int, msg: *const msghdr, flags: c_int) -> ssize_t; in sendmsg()
|
| /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() 2881 pub fn recvmsg(fd: c_int, msg: *mut crate::msghdr, flags: c_int) -> ssize_t; in recvmsg()
|
| /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() 2786 pub fn recvmsg(fd: c_int, msg: *mut crate::msghdr, flags: c_int) -> ssize_t; in recvmsg()
|
| /rust-libc-0.2.174/src/unix/aix/ |
| H A D | mod.rs | 3209 pub fn recvmsg(sockfd: c_int, msg: *mut msghdr, flags: c_int) -> ssize_t; in recvmsg() 3252 pub fn sendmsg(sockfd: c_int, msg: *const msghdr, flags: c_int) -> ssize_t; in sendmsg()
|
| /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() 4140 pub fn recvmsg(fd: c_int, msg: *mut crate::msghdr, flags: c_int) -> ssize_t; in recvmsg()
|
| /rust-libc-0.2.174/src/unix/hurd/ |
| H A D | mod.rs | 3711 pub fn recvmsg(__fd: c_int, __message: *mut msghdr, __flags: c_int) -> ssize_t; in recvmsg() 3713 pub fn sendmsg(__fd: c_int, __message: *const msghdr, __flags: c_int) -> ssize_t; in sendmsg()
|