Searched refs:CMSG_SPACE (Results 1 – 13 of 13) sorted by relevance
85 if (CMSG_SPACE (sizeof tvts) > msgsize - msg->msg_controllen) in __convert_scm_timestamps()94 CMSG_SPACE (sizeof tvts)); in __convert_scm_timestamps()95 msg->msg_controllen += CMSG_SPACE (sizeof tvts); in __convert_scm_timestamps()
67 size_t msg_controllen = CMSG_SPACE (tsize) + slack; in do_recvmsg_slack_ancillary()105 exp_timestamp = slack >= CMSG_SPACE (tsize); in do_recvmsg_slack_ancillary()289 enum { msgbuflen = CMSG_SPACE (2 * sizeof (uint64_t)) in do_test_multiple_ancillary()290 + CMSG_SPACE (sizeof (struct sockaddr_in)) in do_test_multiple_ancillary()291 + CMSG_SPACE (2 * sizeof (uint64_t)) }; in do_test_multiple_ancillary()
56 char bytes[CMSG_SPACE (sizeof (int))]; in subprocess()115 char bytes[CMSG_SPACE (sizeof (int))]; in one_test()
162 char msgbuf[CMSG_SPACE (sizeof (struct timeval))]; in do_test_small_buffer()203 char msgbuf[CMSG_SPACE (sizeof (struct timespec))]; in do_test_small_buffer()
61 char buf[CMSG_SPACE (sizeof (int))]; in send_fd()94 char buf[CMSG_SPACE(sizeof(int))]; in recv_fd()
441 static char cm[CMSG_SPACE(sizeof (struct ucred))]; in __msgread()454 msg.msg_controllen = CMSG_SPACE(sizeof (struct ucred)); in __msgread()490 struct cmsghdr *cmsg = alloca (CMSG_SPACE(sizeof (struct ucred))); in __msgwrite()
94 return CMSG_SPACE (roundup (nbytes, 8)); in inet6_option_space()
248 #define CMSG_SPACE(len) (CMSG_ALIGN (len) \ macro
244 #define CMSG_SPACE(len) (CMSG_ALIGN (len) \ macro
306 #define CMSG_SPACE(len) (CMSG_ALIGN (len) \ macro
285 char bytes[CMSG_SPACE (sizeof (int))]; in __nscd_get_mapping()
1014 char bytes[CMSG_SPACE (sizeof (int))]; in send_ro_fd()
9270 * sysdeps/unix/sysv/linux/socketbits.h: Add new macros CMSG_SPACE,