Home
last modified time | relevance | path

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

/sysdeps/unix/sysv/linux/
A Dconvert_scm_timestamps.c85 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()
A Dtst-scm_rights.c56 char bytes[CMSG_SPACE (sizeof (int))]; in subprocess()
115 char bytes[CMSG_SPACE (sizeof (int))]; in one_test()
/sysdeps/mach/hurd/bits/
A Dsocket.h248 #define CMSG_SPACE(len) (CMSG_ALIGN (len) \ macro
/sysdeps/unix/sysv/linux/bits/
A Dsocket.h303 #define CMSG_SPACE(len) (CMSG_ALIGN (len) \ macro

Completed in 8 milliseconds