Searched refs:CMSG_ALIGN (Results 1 – 5 of 5) sorted by relevance
31 + CMSG_ALIGN (cmsg->cmsg_len)); in __cmsg_nxthdr()34 || ((unsigned char *) cmsg + CMSG_ALIGN (cmsg->cmsg_len) in __cmsg_nxthdr()
246 #define CMSG_ALIGN(len) (((len) + sizeof (size_t) - 1) \ macro248 #define CMSG_SPACE(len) (CMSG_ALIGN (len) \249 + CMSG_ALIGN (sizeof (struct cmsghdr)))250 #define CMSG_LEN(len) (CMSG_ALIGN (sizeof (struct cmsghdr)) + (len))266 + CMSG_ALIGN (__cmsg->cmsg_len)); in __NTH()269 || ((unsigned char *) __cmsg + CMSG_ALIGN (__cmsg->cmsg_len) in __NTH()
301 #define CMSG_ALIGN(len) (((len) + sizeof (size_t) - 1) \ macro303 #define CMSG_SPACE(len) (CMSG_ALIGN (len) \304 + CMSG_ALIGN (sizeof (struct cmsghdr)))305 #define CMSG_LEN(len) (CMSG_ALIGN (sizeof (struct cmsghdr)) + (len))321 + CMSG_ALIGN (__cmsg->cmsg_len)); in __NTH()324 || ((unsigned char *) __cmsg + CMSG_ALIGN (__cmsg->cmsg_len) in __NTH()
114 nports += (cmsg->cmsg_len - CMSG_ALIGN (sizeof (struct cmsghdr))) in __libc_sendmsg()129 nfds = (cmsg->cmsg_len - CMSG_ALIGN (sizeof (struct cmsghdr))) in __libc_sendmsg()
194 nfds = (cmsg->cmsg_len - CMSG_ALIGN (sizeof (struct cmsghdr))) in __libc_recvmsg()235 nfds = (cmsg->cmsg_len - CMSG_ALIGN (sizeof (struct cmsghdr))) in __libc_recvmsg()
Completed in 9 milliseconds