Searched refs:__CMSG_FIRSTHDR (Results 1 – 1 of 1) sorted by relevance
269 #define __CMSG_FIRSTHDR(ctl, len) \ macro272 #define CMSG_FIRSTHDR(msg) __CMSG_FIRSTHDR((msg)->msg_control, (msg)->msg_controllen)
Completed in 3 milliseconds