Searched refs:CMSG_SPACE (Results 1 – 4 of 4) sorted by relevance
85 if (CMSG_SPACE (sizeof tvts) > msgsize - msg->msg_controllen) in __convert_scm_timestamps()91 msg->msg_controllen += CMSG_SPACE (sizeof tvts); in __convert_scm_timestamps()
56 char bytes[CMSG_SPACE (sizeof (int))]; in subprocess()115 char bytes[CMSG_SPACE (sizeof (int))]; in one_test()
248 #define CMSG_SPACE(len) (CMSG_ALIGN (len) \ macro
303 #define CMSG_SPACE(len) (CMSG_ALIGN (len) \ macro
Completed in 8 milliseconds