Searched refs:CMSG_SPACE (Results 1 – 13 of 13) sorted by relevance
400 msg.msg_controllen = CMSG_SPACE(sizeof (int) * t->send); in sendtest()404 msg.msg_controllen += CMSG_SPACE(t->predata); in sendtest()538 bufsize = CMSG_SPACE(bufsize); in recvtest()549 bufsize += CMSG_SPACE(t->predata); in recvtest()
262 char cbuf[CMSG_SPACE(0x400)]; in servertest()
510 if (msg->msg_controllen != CMSG_SPACE(sizeof (int))) { in ttl_check_ancil()512 "data, found %u", test->tt_desc, CMSG_SPACE(sizeof (int)), in ttl_check_ancil()552 uint8_t ancil[CMSG_SPACE(sizeof (int)) * 2]; in ttl_sendrecv()
569 msg.msg_controllen = CMSG_SPACE(sizeof (int)); in oclo_rights_common()605 if (msg.msg_controllen < CMSG_SPACE(sizeof (int))) { in oclo_rights_common()608 "0x%x", c->clo_desc, CMSG_SPACE(sizeof (int)), in oclo_rights_common()
504 #define CMSG_SPACE(l) \ macro
522 #define CMSG_SPACE(l) (_ALIGN(sizeof(struct cmsghdr)) + _ALIGN(l)) macro
326 #define CMSG_SPACE(l) \ macro
214 CMSG_SPACE.3head
372 msghdr->msg_controllen / CMSG_SPACE(sizeof (cmsg)); in rdsv3_notify_queue_get()
1119 cmspace = CMSG_SPACE(size); in rdsv3_put_cmsg()
876 char cbuf[CMSG_SPACE(4 * sizeof(dnssd_sock_t))]; in deliver_request()917 CMSG_LEN(sizeof(dnssd_sock_t)), (long)CMSG_SPACE(sizeof(dnssd_sock_t)), in deliver_request()
4662 char cbuf[CMSG_SPACE(4 * sizeof(dnssd_sock_t))]; in read_msg()
1639 link path=usr/share/man/man3head/CMSG_SPACE.3head target=socket.h.3head