Home
last modified time | relevance | path

Searched defs:cmsghdr (Results 1 – 2 of 2) sorted by relevance

/rust-libc-0.2.174/libc-test/test/
H A Dcmsg.rs12 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()
24 let pcmsghdr = l as *const cmsghdr; in test_cmsg_data() constant
/rust-libc-0.2.174/src/unix/redox/
H A Dmod.rs1246 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()