Searched refs:_CMSG_HDR_ALIGN (Results 1 – 3 of 3) sorted by relevance
482 #define _CMSG_HDR_ALIGN(x) (((uintptr_t)(x) + _CMSG_HDR_ALIGNMENT - 1) & \ macro495 ((((uintptr_t)_CMSG_HDR_ALIGN((char *)(c) + \500 ((struct cmsghdr *)_CMSG_HDR_ALIGN((char *)(c) + \505 ((unsigned int)_CMSG_HDR_ALIGN(sizeof (struct cmsghdr) + (l)))
304 #define _CMSG_HDR_ALIGN(x) (((uintptr_t)(x) + _CMSG_HDR_ALIGNMENT - 1) & \ macro317 ((((uintptr_t)_CMSG_HDR_ALIGN((char *)(c) + \322 ((struct cmsghdr *)_CMSG_HDR_ALIGN((char *)(c) + \327 ((unsigned int)_CMSG_HDR_ALIGN(sizeof (struct cmsghdr) + (l)))
273 hdr.msg_control = (void *)_CMSG_HDR_ALIGN(cinmsg); in sctp_recvmsg()275 (_CMSG_HDR_ALIGN(cinmsg) - (uintptr_t)cinmsg); in sctp_recvmsg()321 hdr.msg_control = (void *)_CMSG_HDR_ALIGN(coutmsg); in sctp_send_common()