Searched defs:CMSG_FIRSTHDR (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/ib/clients/rdsv3/
H A Drdsv3_impl.h311 #define CMSG_FIRSTHDR(m) \ macro
316 (((c) == 0) ? CMSG_FIRSTHDR(m) : \
/illumos-gate/usr/src/uts/common/sys/
H A Dsocket.h471 #define CMSG_FIRSTHDR(m) \ macro
476 (((c) == 0) ? CMSG_FIRSTHDR(m) : \
/illumos-gate/usr/src/boot/sys/sys/
H A Dsocket.h503 ((char *)(cmsg) == NULL ? CMSG_FIRSTHDR(mhdr) : \
515 #define CMSG_FIRSTHDR(mhdr) \ macro

Completed in 64 milliseconds