Searched defs:CMSG_SPACE (Results 1 – 3 of 3) sorted by relevance
34 macro_rules! CMSG_SPACE { macro
569 #define CMSG_SPACE(len) (__CMSG_ALIGN(sizeof(struct cmsghdr)) + __CMSG_ALIGN(len)) macro
258 #define CMSG_SPACE(x) WSA_CMSG_SPACE(x) macro