Home
last modified time | relevance | path

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

/bits/
A Dsocket.h242 #define CMSG_ALIGN(len) (((len) + sizeof (size_t) - 1) \ macro
244 #define CMSG_SPACE(len) (CMSG_ALIGN (len) \
245 + CMSG_ALIGN (sizeof (struct cmsghdr)))
246 #define CMSG_LEN(len) (CMSG_ALIGN (sizeof (struct cmsghdr)) + (len))
262 + CMSG_ALIGN (__cmsg->cmsg_len)); in __NTH()
265 || ((unsigned char *) __cmsg + CMSG_ALIGN (__cmsg->cmsg_len) in __NTH()

Completed in 6 milliseconds