Searched refs:CMSG_FIRSTHDR (Results 1 – 1 of 1) sorted by relevance
131 #define CMSG_FIRSTHDR(msg) __CMSG_FIRSTHDR((msg)->msg_control, (msg)->msg_controllen) macro137 for (cmsg = CMSG_FIRSTHDR(msg); \
Completed in 4 milliseconds