Home
last modified time | relevance | path

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

12

/rust-libc-0.2.174/libc-test/test/
H A Dcmsg.rs9 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 Dmod.rs13 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 Dcmsg.c9 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 Dmod.rs11 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 Despidf.txt39 msghdr
H A Dcygwin.txt727 msghdr
H A Dopenbsd.txt1188 msghdr
H A Dfuchsia.txt1353 msghdr
/rust-libc-0.2.174/src/unix/linux_like/linux/musl/b32/
H A Dmod.rs18 pub struct msghdr {
/rust-libc-0.2.174/src/unix/linux_like/linux/musl/b64/
H A Dmod.rs47 pub struct msghdr {
/rust-libc-0.2.174/src/unix/bsd/
H A Dmod.rs91 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 Dmod.rs134 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 Dmod.rs147 pub struct msghdr {
/rust-libc-0.2.174/src/vxworks/
H A Dmod.rs190 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 Dmod.rs209 pub struct msghdr {
/rust-libc-0.2.174/src/unix/haiku/
H A Dmod.rs196 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 Dmod.rs281 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 Dmod.rs158 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 Dmod.rs205 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 Dmod.rs122 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 Dmod.rs587 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 Dmod.rs175 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 Dmod.rs349 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 Dmod.rs206 pub struct msghdr {
/rust-libc-0.2.174/src/unix/linux_like/emscripten/
H A Dmod.rs209 pub struct msghdr {
1367 pub fn CMSG_NXTHDR(mhdr: *const msghdr, cmsg: *const cmsghdr) -> *mut cmsghdr {

12