Searched refs:CMSG_FIRSTHDR (Results 1 – 2 of 2) sorted by relevance
150 struct cmsghdr* controlHeader = CMSG_FIRSTHDR(&header); in sendOnInterface()253 for (struct cmsghdr* ctrl = CMSG_FIRSTHDR(&header); in receiveFromInterface()
513 #define CMSG_FIRSTHDR(mhdr) \ macro