Searched defs:CMSG_LEN (Results 1 – 2 of 2) sorted by relevance
125 #define CMSG_LEN(len) (sizeof(struct cmsghdr) + (len)) macro