Home
last modified time | relevance | path

Searched refs:CMSG_SPACE (Results 1 – 13 of 13) sorted by relevance

/glibc-2.36/sysdeps/unix/sysv/linux/
Dconvert_scm_timestamps.c85 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()
Dtst-socket-timestamp.c67 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()
Dtst-scm_rights.c56 char bytes[CMSG_SPACE (sizeof (int))]; in subprocess()
115 char bytes[CMSG_SPACE (sizeof (int))]; in one_test()
Dtst-socket-timestamp-compat.c162 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()
Dtst-getcwd-smallbuff.c61 char buf[CMSG_SPACE (sizeof (int))]; in send_fd()
94 char buf[CMSG_SPACE(sizeof(int))]; in recv_fd()
/glibc-2.36/sunrpc/
Dclnt_unix.c441 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()
/glibc-2.36/inet/
Dinet6_option.c94 return CMSG_SPACE (roundup (nbytes, 8)); in inet6_option_space()
/glibc-2.36/sysdeps/mach/hurd/bits/
Dsocket.h248 #define CMSG_SPACE(len) (CMSG_ALIGN (len) \ macro
/glibc-2.36/bits/
Dsocket.h244 #define CMSG_SPACE(len) (CMSG_ALIGN (len) \ macro
/glibc-2.36/sysdeps/unix/sysv/linux/bits/
Dsocket.h306 #define CMSG_SPACE(len) (CMSG_ALIGN (len) \ macro
/glibc-2.36/nscd/
Dnscd_helper.c285 char bytes[CMSG_SPACE (sizeof (int))]; in __nscd_get_mapping()
Dconnections.c1014 char bytes[CMSG_SPACE (sizeof (int))]; in send_ro_fd()
/glibc-2.36/ChangeLog.old/
DChangeLog.79270 * sysdeps/unix/sysv/linux/socketbits.h: Add new macros CMSG_SPACE,