Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/ssh/include/
H A Ddefines.h458 #ifndef CMSG_SPACE
459 #define CMSG_SPACE(len) \ macro
/titanic_50/usr/src/uts/common/sys/
H A Dsocket.h487 #define CMSG_SPACE(l) \ macro
/titanic_50/usr/src/uts/common/sys/ib/clients/rdsv3/
H A Drdsv3_impl.h326 #define CMSG_SPACE(l) \ macro
/titanic_50/usr/src/uts/common/io/ib/clients/rdsv3/
H A Drds_recv.c371 msghdr->msg_controllen / CMSG_SPACE(sizeof (cmsg)); in rdsv3_notify_queue_get()
H A Drdsv3_impl.c1116 cmspace = CMSG_SPACE(size); in rdsv3_put_cmsg()
/titanic_50/usr/src/lib/libdns_sd/common/
H A Ddnssd_clientstub.c748 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()
/titanic_50/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A Duds_daemon.c4647 char cbuf[CMSG_SPACE(4 * sizeof(dnssd_sock_t))]; in read_msg()