Searched refs:_CMSG_HDR_ALIGNMENT (Results 1 – 4 of 4) sorted by relevance
452 #define _CMSG_HDR_ALIGNMENT 8 macro455 #define _CMSG_HDR_ALIGNMENT 4 macro465 #define _CMSG_HDR_ALIGN(x) (((uintptr_t)(x) + _CMSG_HDR_ALIGNMENT - 1) & \466 ~(_CMSG_HDR_ALIGNMENT - 1))
726 (((uintptr_t)(addr) & (_CMSG_HDR_ALIGNMENT - 1)) == 0)729 (((len) + _CMSG_HDR_ALIGNMENT - 1) & ~(_CMSG_HDR_ALIGNMENT - 1))
293 #define _CMSG_HDR_ALIGNMENT 8 macro296 #define _CMSG_HDR_ALIGNMENT 4 macro304 #define _CMSG_HDR_ALIGN(x) (((uintptr_t)(x) + _CMSG_HDR_ALIGNMENT - 1) & \305 ~(_CMSG_HDR_ALIGNMENT - 1))
267 char cinmsg[sizeof (*sinfo) + sizeof (*cmsg) + _CMSG_HDR_ALIGNMENT]; in sctp_recvmsg()317 char coutmsg[sizeof (*sinfo) + sizeof (*cmsg) + _CMSG_HDR_ALIGNMENT]; in sctp_send_common()