Searched refs:cmsg_firsthdr (Results 1 – 2 of 2) sorted by relevance
12 pub fn cmsg_firsthdr(msgh: *const msghdr) -> *mut cmsghdr; in cmsg_firsthdr() function39 assert_eq!(libc::CMSG_FIRSTHDR(pmhdr), cmsg_firsthdr(pmhdr)); in test_cmsg_firsthdr()
9 struct cmsghdr *cmsg_firsthdr(struct msghdr *msgh) { in cmsg_firsthdr() function