Searched refs:CMSG_LEN (Results 1 – 4 of 4) sorted by relevance
73 cmsg->cmsg_len = CMSG_LEN (sizeof (int)); in subprocess()132 cmsg->cmsg_len = CMSG_LEN (sizeof (int)); in one_test()151 CMSG_LEN (sizeof (int))); in one_test()
97 cmsg->cmsg_len = CMSG_LEN (sizeof tvts); in __convert_scm_timestamps()
250 #define CMSG_LEN(len) (CMSG_ALIGN (sizeof (struct cmsghdr)) + (len)) macro
305 #define CMSG_LEN(len) (CMSG_ALIGN (sizeof (struct cmsghdr)) + (len)) macro
Completed in 7 milliseconds