Lines Matching defs:CMSG_SPACE
103 /** if CMSG_SPACE is not defined on this platform, a workaround */
104 #ifndef CMSG_SPACE
106 # define CMSG_SPACE(l) (CMSG_ALIGN(l)+_CMSG_HDR_ALIGN(sizeof(struct cmsghdr)))
108 # define CMSG_SPACE(l) (CMSG_ALIGN(l)+CMSG_ALIGN(sizeof(struct cmsghdr)))
644 msg.msg_controllen = CMSG_SPACE(sizeof(struct in_pktinfo));
660 msg.msg_controllen = CMSG_SPACE(sizeof(struct in_addr));
678 msg.msg_controllen = CMSG_SPACE(sizeof(struct in6_pktinfo));
695 msg.msg_controllen = CMSG_SPACE(sizeof(struct in6_pktinfo));
1216 msg->msg_controllen = CMSG_SPACE(sizeof(struct in_pktinfo));
1235 msg->msg_controllen = CMSG_SPACE(sizeof(struct in_addr));
1248 msg->msg_controllen = CMSG_SPACE(sizeof(struct in6_pktinfo));