Searched defs:CMSG_LEN (Results 1 – 3 of 3) sorted by relevance
40 macro_rules! CMSG_LEN { macro
564 #define CMSG_LEN(len) (__CMSG_ALIGN(sizeof(struct cmsghdr)) + (len)) macro
261 #define CMSG_LEN(x) WSA_CMSG_LEN(x) macro