Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/ssh/include/
H A Ddefines.h458 #ifndef CMSG_SPACE
459 #define CMSG_SPACE(len) \ macro
/titanic_41/usr/src/uts/common/sys/
H A Dsocket.h486 #define CMSG_SPACE(l) \ macro
/titanic_41/usr/src/uts/common/sys/ib/clients/rdsv3/
H A Drdsv3_impl.h326 #define CMSG_SPACE(l) \ macro
/titanic_41/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()