| /rust-libc-0.2.174/libc-test/test/ |
| H A D | cmsg.rs | 9 use libc::{self, c_uchar, c_uint, c_void, cmsghdr, msghdr}; 12 pub fn cmsg_firsthdr(msgh: *const msghdr) -> *mut cmsghdr; in cmsg_firsthdr() 15 pub fn cmsg_nxthdr(mhdr: *const msghdr, cmsg: *const cmsghdr) -> *mut cmsghdr; in cmsg_nxthdr() argument 33 let mut mhdr: msghdr = unsafe { mem::zeroed() }; in test_cmsg_firsthdr() 35 let pmhdr = &mhdr as *const msghdr; in test_cmsg_firsthdr() constant 65 let mut mhdr: msghdr = unsafe { mem::zeroed() }; in test_cmsg_nxthdr()
|
| /rust-libc-0.2.174/src/unix/newlib/espidf/ |
| H A D | mod.rs | 13 pub struct msghdr { 113 pub fn sendmsg(s: c_int, msg: *const crate::msghdr, flags: c_int) -> ssize_t; in sendmsg() argument 115 pub fn recvmsg(s: c_int, msg: *mut crate::msghdr, flags: c_int) -> ssize_t; in recvmsg() argument
|
| /rust-libc-0.2.174/libc-test/src/ |
| H A D | cmsg.c | 9 struct cmsghdr *cmsg_firsthdr(struct msghdr *msgh) { in cmsg_firsthdr() 13 struct cmsghdr *cmsg_nxthdr(struct msghdr *msgh, struct cmsghdr *cmsg) { in cmsg_nxthdr()
|
| /rust-libc-0.2.174/src/unix/newlib/vita/ |
| H A D | mod.rs | 11 pub struct msghdr { 178 pub fn sendmsg(s: c_int, msg: *const crate::msghdr, flags: c_int) -> ssize_t; in sendmsg() argument 179 pub fn recvmsg(s: c_int, msg: *mut crate::msghdr, flags: c_int) -> ssize_t; in recvmsg() argument
|
| /rust-libc-0.2.174/libc-test/semver/ |
| H A D | espidf.txt | 39 msghdr
|
| H A D | cygwin.txt | 727 msghdr
|
| H A D | openbsd.txt | 1188 msghdr
|
| H A D | fuchsia.txt | 1353 msghdr
|
| /rust-libc-0.2.174/src/unix/linux_like/linux/musl/b32/ |
| H A D | mod.rs | 18 pub struct msghdr {
|
| /rust-libc-0.2.174/src/unix/linux_like/linux/musl/b64/ |
| H A D | mod.rs | 47 pub struct msghdr {
|
| /rust-libc-0.2.174/src/unix/bsd/ |
| H A D | mod.rs | 91 pub struct msghdr { 575 pub fn CMSG_FIRSTHDR(mhdr: *const crate::msghdr) -> *mut cmsghdr { 777 pub fn sendmsg(fd: c_int, msg: *const crate::msghdr, flags: c_int) -> ssize_t; in sendmsg() argument 782 pub fn recvmsg(fd: c_int, msg: *mut crate::msghdr, flags: c_int) -> ssize_t; in recvmsg() argument
|
| /rust-libc-0.2.174/src/unix/redox/ |
| H A D | mod.rs | 134 pub struct msghdr { 1246 pub fn CMSG_FIRSTHDR(mhdr: *const msghdr) -> *mut cmsghdr; in CMSG_FIRSTHDR() 1247 pub fn CMSG_NXTHDR(mhdr: *const msghdr, cmsg: *const cmsghdr) -> *mut cmsghdr; in CMSG_NXTHDR() argument 1261 pub fn recvmsg(socket: c_int, msg: *mut msghdr, flags: c_int) -> ssize_t; in recvmsg() argument 1262 pub fn sendmsg(socket: c_int, msg: *const msghdr, flags: c_int) -> ssize_t; in sendmsg() argument
|
| /rust-libc-0.2.174/src/unix/linux_like/linux/uclibc/mips/mips64/ |
| H A D | mod.rs | 147 pub struct msghdr {
|
| /rust-libc-0.2.174/src/vxworks/ |
| H A D | mod.rs | 190 pub struct msghdr { 1080 pub fn CMSG_NXTHDR(mhdr: *const msghdr, cmsg: *const cmsghdr) -> *mut cmsghdr { 1092 pub fn CMSG_FIRSTHDR(mhdr: *const msghdr) -> *mut cmsghdr { 1633 pub fn recvmsg(socket: c_int, mp: *mut crate::msghdr, flags: c_int) -> ssize_t; in recvmsg() argument 1638 pub fn sendmsg(socket: c_int, mp: *const crate::msghdr, flags: c_int) -> ssize_t; in sendmsg() argument
|
| /rust-libc-0.2.174/src/unix/linux_like/linux/uclibc/x86_64/ |
| H A D | mod.rs | 209 pub struct msghdr {
|
| /rust-libc-0.2.174/src/unix/haiku/ |
| H A D | mod.rs | 196 pub struct msghdr { 1513 pub fn CMSG_FIRSTHDR(mhdr: *const msghdr) -> *mut cmsghdr { 1533 pub fn CMSG_NXTHDR(mhdr: *const msghdr, cmsg: *const cmsghdr) -> *mut cmsghdr { 1787 pub fn sendmsg(fd: c_int, msg: *const crate::msghdr, flags: c_int) -> ssize_t; in sendmsg() argument 1788 pub fn recvmsg(fd: c_int, msg: *mut crate::msghdr, flags: c_int) -> ssize_t; in recvmsg() argument
|
| /rust-libc-0.2.174/src/unix/nto/ |
| H A D | mod.rs | 281 pub msg_hdr: crate::msghdr, 287 pub msg_hdr: crate::msghdr, 469 pub struct msghdr { 2621 pub fn CMSG_FIRSTHDR(mhdr: *const msghdr) -> *mut cmsghdr { 2629 pub fn CMSG_NXTHDR(mhdr: *const crate::msghdr, cmsg: *const cmsghdr) -> *mut cmsghdr { 2880 pub fn sendmsg(fd: c_int, msg: *const crate::msghdr, flags: c_int) -> ssize_t; in sendmsg() argument 2881 pub fn recvmsg(fd: c_int, msg: *mut crate::msghdr, flags: c_int) -> ssize_t; in recvmsg() argument
|
| /rust-libc-0.2.174/src/unix/cygwin/ |
| H A D | mod.rs | 158 pub struct msghdr { 1861 pub fn CMSG_FIRSTHDR(mhdr: *const msghdr) -> *mut cmsghdr { 1869 pub fn CMSG_NXTHDR(mhdr: *const msghdr, cmsg: *const cmsghdr) -> *mut cmsghdr { 2055 pub fn recvmsg(fd: c_int, msg: *mut msghdr, flags: c_int) -> ssize_t; in recvmsg() argument 2056 pub fn sendmsg(fd: c_int, msg: *const msghdr, flags: c_int) -> ssize_t; in sendmsg() argument
|
| /rust-libc-0.2.174/src/unix/linux_like/ |
| H A D | mod.rs | 205 pub msg_hdr: crate::msghdr, 1791 pub fn CMSG_FIRSTHDR(mhdr: *const msghdr) -> *mut cmsghdr { 2041 pub fn sendmsg(fd: c_int, msg: *const crate::msghdr, flags: c_int) -> ssize_t; in sendmsg() argument 2043 pub fn recvmsg(fd: c_int, msg: *mut crate::msghdr, flags: c_int) -> ssize_t; in recvmsg() argument
|
| /rust-libc-0.2.174/src/unix/aix/ |
| H A D | mod.rs | 122 pub struct msghdr { 348 pub msg_hdr: crate::msghdr, 2438 pub fn CMSG_FIRSTHDR(mhdr: *const msghdr) -> *mut cmsghdr { 2446 pub fn CMSG_NXTHDR(mhdr: *const msghdr, cmsg: *const cmsghdr) -> *mut cmsghdr { 3209 pub fn recvmsg(sockfd: c_int, msg: *mut msghdr, flags: c_int) -> ssize_t; in recvmsg() argument 3252 pub fn sendmsg(sockfd: c_int, msg: *const msghdr, flags: c_int) -> ssize_t; in sendmsg() argument
|
| /rust-libc-0.2.174/src/fuchsia/ |
| H A D | mod.rs | 587 pub msg_hdr: crate::msghdr, 836 pub struct msghdr { 3311 pub fn CMSG_NXTHDR(mhdr: *const msghdr, cmsg: *const cmsghdr) -> *mut cmsghdr { 3321 pub fn CMSG_FIRSTHDR(mhdr: *const msghdr) -> *mut cmsghdr { 3414 fn __MHDR_END(mhdr: *const msghdr) -> *mut c_uchar { in __MHDR_END() 4139 pub fn sendmsg(fd: c_int, msg: *const crate::msghdr, flags: c_int) -> ssize_t; in sendmsg() argument 4140 pub fn recvmsg(fd: c_int, msg: *mut crate::msghdr, flags: c_int) -> ssize_t; in recvmsg() argument
|
| /rust-libc-0.2.174/src/unix/solarish/ |
| H A D | mod.rs | 175 pub struct msghdr { 2414 pub fn CMSG_FIRSTHDR(mhdr: *const crate::msghdr) -> *mut cmsghdr { 2422 pub fn CMSG_NXTHDR(mhdr: *const crate::msghdr, cmsg: *const cmsghdr) -> *mut cmsghdr { 2784 pub fn sendmsg(fd: c_int, msg: *const crate::msghdr, flags: c_int) -> ssize_t; in sendmsg() argument 2786 pub fn recvmsg(fd: c_int, msg: *mut crate::msghdr, flags: c_int) -> ssize_t; in recvmsg() argument
|
| /rust-libc-0.2.174/src/unix/hurd/ |
| H A D | mod.rs | 349 pub struct msghdr { 854 pub msg_hdr: crate::msghdr, 3425 pub fn CMSG_FIRSTHDR(mhdr: *const msghdr) -> *mut cmsghdr { 3445 pub fn CMSG_NXTHDR(mhdr: *const msghdr, cmsg: *const cmsghdr) -> *mut cmsghdr { 3711 pub fn recvmsg(__fd: c_int, __message: *mut msghdr, __flags: c_int) -> ssize_t; in recvmsg() argument 3713 pub fn sendmsg(__fd: c_int, __message: *const msghdr, __flags: c_int) -> ssize_t; in sendmsg() argument
|
| /rust-libc-0.2.174/src/unix/linux_like/linux/uclibc/mips/mips32/ |
| H A D | mod.rs | 206 pub struct msghdr {
|
| /rust-libc-0.2.174/src/unix/linux_like/emscripten/ |
| H A D | mod.rs | 209 pub struct msghdr { 1367 pub fn CMSG_NXTHDR(mhdr: *const msghdr, cmsg: *const cmsghdr) -> *mut cmsghdr {
|