Searched refs:CMSG_LEN (Results 1 – 2 of 2) sorted by relevance
519 #define CMSG_LEN(l) (__CMSG_ALIGN(sizeof(struct cmsghdr)) + (l)) macro
153 controlHeader->cmsg_len = CMSG_LEN(sizeof(struct in_pktinfo)); in sendOnInterface()