Home | History | Annotate | Download | only in tests

Lines Matching refs:CMSG_SPACE

209 	const size_t len = CMSG_SPACE(sizeof(int) * nfds);
236 size_t len = CMSG_SPACE(sizeof(struct timeval));
259 len = CMSG_SPACE(sizeof(struct timeval) - sizeof(long));
281 size_t len = CMSG_SPACE(sizeof(struct timespec));
304 len = CMSG_SPACE(sizeof(struct timespec) - sizeof(long));
327 size_t len = CMSG_SPACE(3 * sizeof(struct timespec));
359 len = CMSG_SPACE(3 * sizeof(struct timespec) - sizeof(long));
468 max_msg_controllen = CMSG_SPACE(sizeof(fds0)) + sizeof(*fds0) - 1;
483 CMSG_SPACE(sizeof(fds0)) + CMSG_SPACE(sizeof(fds1)) +
493 && CMSG_ALIGN(cmsg_len[0]) <= CMSG_SPACE(sizeof(fds0));
508 max_msg_controllen = CMSG_SPACE(sizeof(text)) + CMSG_LEN(0) - 1;
539 const unsigned int len = CMSG_SPACE(sizeof(struct in_pktinfo));
569 const unsigned int len = CMSG_SPACE(sizeof(int));
595 const unsigned int len = CMSG_SPACE(1);
638 unsigned int len = CMSG_SPACE(opts_len);
677 const unsigned int len = CMSG_SPACE(sizeof(struct sock_ee));
719 const unsigned int len = CMSG_SPACE(sizeof(struct sockaddr_in));