Searched refs:msgh (Results 1 – 2 of 2) sorted by relevance
9 struct cmsghdr *cmsg_firsthdr(struct msghdr *msgh) { in cmsg_firsthdr() argument10 return CMSG_FIRSTHDR(msgh); in cmsg_firsthdr()13 struct cmsghdr *cmsg_nxthdr(struct msghdr *msgh, struct cmsghdr *cmsg) { in cmsg_nxthdr() argument14 return CMSG_NXTHDR(msgh, cmsg); in cmsg_nxthdr()
12 pub fn cmsg_firsthdr(msgh: *const msghdr) -> *mut cmsghdr; in cmsg_firsthdr()