Home
last modified time | relevance | path

Searched refs:CMSG_SPACE (Results 1 – 13 of 13) sorted by relevance

/illumos-gate/usr/src/test/os-tests/tests/sockfs/
H A Drights.c400 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()
H A Drecvmsg.c262 char cbuf[CMSG_SPACE(0x400)]; in servertest()
/illumos-gate/usr/src/test/os-tests/tests/minttl/
H A Dminttl.c510 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()
/illumos-gate/usr/src/test/os-tests/tests/oclo/
H A Doclo.c569 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()
/illumos-gate/usr/src/uts/common/sys/
H A Dsocket.h504 #define CMSG_SPACE(l) \ macro
/illumos-gate/usr/src/boot/sys/sys/
H A Dsocket.h522 #define CMSG_SPACE(l) (_ALIGN(sizeof(struct cmsghdr)) + _ALIGN(l)) macro
/illumos-gate/usr/src/uts/common/sys/ib/clients/rdsv3/
H A Drdsv3_impl.h326 #define CMSG_SPACE(l) \ macro
/illumos-gate/usr/src/man/man3head/
H A DManlink214 CMSG_SPACE.3head
/illumos-gate/usr/src/uts/common/io/ib/clients/rdsv3/
H A Drds_recv.c372 msghdr->msg_controllen / CMSG_SPACE(sizeof (cmsg)); in rdsv3_notify_queue_get()
H A Drdsv3_impl.c1119 cmspace = CMSG_SPACE(size); in rdsv3_put_cmsg()
/illumos-gate/usr/src/contrib/mDNSResponder/mDNSShared/
H A Ddnssd_clientstub.c876 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()
H A Duds_daemon.c4662 char cbuf[CMSG_SPACE(4 * sizeof(dnssd_sock_t))]; in read_msg()
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-header.p5m1639 link path=usr/share/man/man3head/CMSG_SPACE.3head target=socket.h.3head