Searched defs:CMSG_ALIGN (Results 1 – 2 of 2) sorted by relevance
118 #define CMSG_ALIGN(len) ( ((len)+sizeof(long)-1) & ~(sizeof(long)-1) ) macro