Searched refs:CMSG_SPACE (Results 1 – 7 of 7) sorted by relevance
487 #define CMSG_SPACE(l) \ macro
522 #define CMSG_SPACE(l) (_ALIGN(sizeof(struct cmsghdr)) + _ALIGN(l)) macro
326 #define CMSG_SPACE(l) \ macro
371 msghdr->msg_controllen / CMSG_SPACE(sizeof (cmsg)); in rdsv3_notify_queue_get()
1118 cmspace = CMSG_SPACE(size); in rdsv3_put_cmsg()
748 char cbuf[CMSG_SPACE(4 * sizeof(dnssd_sock_t))]; in deliver_request()789 CMSG_LEN(sizeof(dnssd_sock_t)), (long)CMSG_SPACE(sizeof(dnssd_sock_t)), in deliver_request()
4647 char cbuf[CMSG_SPACE(4 * sizeof(dnssd_sock_t))]; in read_msg()