Home
last modified time | relevance | path

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

12

/rust-libc-0.2.174/libc-test/src/
H A Dcmsg.c10 return CMSG_FIRSTHDR(msgh); in cmsg_firsthdr()
/rust-libc-0.2.174/libc-test/test/
H A Dcmsg.rs39 assert_eq!(libc::CMSG_FIRSTHDR(pmhdr), cmsg_firsthdr(pmhdr)); in test_cmsg_firsthdr()
/rust-libc-0.2.174/libc-test/semver/
H A Dopenbsd.txt106 CMSG_FIRSTHDR
H A Dfuchsia.txt138 CMSG_FIRSTHDR
H A Dnetbsd.txt142 CMSG_FIRSTHDR
H A Ddragonfly.txt140 CMSG_FIRSTHDR
H A Dfreebsd.txt270 CMSG_FIRSTHDR
H A Dapple.txt210 CMSG_FIRSTHDR
H A Daix.txt175 CMSG_FIRSTHDR
H A Dandroid.txt264 CMSG_FIRSTHDR
H A Dlinux.txt301 CMSG_FIRSTHDR
/rust-libc-0.2.174/src/unix/bsd/
H A Dmod.rs575 pub fn CMSG_FIRSTHDR(mhdr: *const crate::msghdr) -> *mut cmsghdr {
/rust-libc-0.2.174/src/unix/haiku/
H A Dmod.rs1513 pub fn CMSG_FIRSTHDR(mhdr: *const msghdr) -> *mut cmsghdr {
1535 return crate::CMSG_FIRSTHDR(mhdr);
/rust-libc-0.2.174/src/unix/redox/
H A Dmod.rs1246 pub fn CMSG_FIRSTHDR(mhdr: *const msghdr) -> *mut cmsghdr; in CMSG_FIRSTHDR() function
/rust-libc-0.2.174/src/unix/solarish/
H A Dmod.rs2414 pub fn CMSG_FIRSTHDR(mhdr: *const crate::msghdr) -> *mut cmsghdr {
2424 return crate::CMSG_FIRSTHDR(mhdr);
/rust-libc-0.2.174/src/unix/aix/
H A Dmod.rs2438 pub fn CMSG_FIRSTHDR(mhdr: *const msghdr) -> *mut cmsghdr {
2448 CMSG_FIRSTHDR(mhdr)
/rust-libc-0.2.174/src/unix/bsd/netbsdlike/openbsd/
H A Dmod.rs1871 return crate::CMSG_FIRSTHDR(mhdr);
/rust-libc-0.2.174/src/vxworks/
H A Dmod.rs1092 pub fn CMSG_FIRSTHDR(mhdr: *const msghdr) -> *mut cmsghdr {
/rust-libc-0.2.174/src/unix/linux_like/
H A Dmod.rs1791 pub fn CMSG_FIRSTHDR(mhdr: *const msghdr) -> *mut cmsghdr {
/rust-libc-0.2.174/src/unix/cygwin/
H A Dmod.rs1861 pub fn CMSG_FIRSTHDR(mhdr: *const msghdr) -> *mut cmsghdr {
/rust-libc-0.2.174/src/unix/bsd/netbsdlike/netbsd/
H A Dmod.rs2297 return crate::CMSG_FIRSTHDR(mhdr);
/rust-libc-0.2.174/src/unix/nto/
H A Dmod.rs2621 pub fn CMSG_FIRSTHDR(mhdr: *const msghdr) -> *mut cmsghdr {
/rust-libc-0.2.174/src/unix/hurd/
H A Dmod.rs3425 pub fn CMSG_FIRSTHDR(mhdr: *const msghdr) -> *mut cmsghdr {
/rust-libc-0.2.174/src/fuchsia/
H A Dmod.rs3321 pub fn CMSG_FIRSTHDR(mhdr: *const msghdr) -> *mut cmsghdr {
/rust-libc-0.2.174/src/unix/bsd/freebsdlike/freebsd/
H A Dmod.rs4664 return crate::CMSG_FIRSTHDR(mhdr);

12