Searched refs:CMSG_ALIGN (Results 1 – 2 of 2) sorted by relevance
721 #define CMSG_ALIGN(n) ((typeof(n))__DARWIN_ALIGN32(n)) macro
2050 socklen_t cp_size = CMSG_ALIGN(cp->cmsg_len); in copyout_control()2130 cp_size = CMSG_ALIGN(cp->cmsg_len); in copyout_control()