Searched refs:CMSG_SPACE (Results 1 – 2 of 2) sorted by relevance
129 char controlData[CMSG_SPACE(sizeof(struct in_pktinfo))] = { 0 }; in sendOnInterface()236 char controlData[CMSG_SPACE(sizeof(struct in_pktinfo))]; in receiveFromInterface()
518 #define CMSG_SPACE(l) (__CMSG_ALIGN(sizeof(struct cmsghdr)) + __CMSG_ALIGN(l)) macro