Searched refs:CMSG_ASSERT (Results 1 – 1 of 1) sorted by relevance
131 #define CMSG_ASSERT static_assert in ReceiveFileDescriptorVector() macro134 #define CMSG_ASSERT CHECK in ReceiveFileDescriptorVector() macro136 CMSG_ASSERT(CMSG_LEN(0) + 1 * sizeof(int) == CMSG_LEN(1 * sizeof(int))); in ReceiveFileDescriptorVector()137 CMSG_ASSERT(CMSG_LEN(0) + 2 * sizeof(int) == CMSG_LEN(2 * sizeof(int))); in ReceiveFileDescriptorVector()138 CMSG_ASSERT(CMSG_LEN(0) + 3 * sizeof(int) == CMSG_LEN(3 * sizeof(int))); in ReceiveFileDescriptorVector()139 CMSG_ASSERT(CMSG_LEN(0) + 4 * sizeof(int) == CMSG_LEN(4 * sizeof(int))); in ReceiveFileDescriptorVector()