Searched defs:CMSG_FIRSTHDR (Results 1 – 10 of 10) sorted by relevance
362 #define CMSG_FIRSTHDR(mhdr) ((size_t) (mhdr)->msg_controllen >= sizeof (struct cmsghdr) ? (struct c… macro
358 #define CMSG_FIRSTHDR(mhdr) ((size_t) (mhdr)->msg_controllen >= sizeof (struct cmsghdr) ? (struct c… macro
347 #define CMSG_FIRSTHDR(mhdr) ((size_t) (mhdr)->msg_controllen >= sizeof (struct cmsghdr) ? (struct c… macro
158 #define CMSG_FIRSTHDR(mhdr) \ macro
248 #define CMSG_FIRSTHDR(x) WSA_CMSG_FIRSTHDR(x) macro