Searched defs:cmsghdr (Results 1 – 2 of 2) sorted by relevance
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()24 let pcmsghdr = l as *const cmsghdr; in test_cmsg_data() constant
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()