Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dsocket.h469 #define _CMSG_HDR_ALIGNMENT 8 macro
472 #define _CMSG_HDR_ALIGNMENT 4 macro
482 #define _CMSG_HDR_ALIGN(x) (((uintptr_t)(x) + _CMSG_HDR_ALIGNMENT - 1) & \
483 ~(_CMSG_HDR_ALIGNMENT - 1))
H A Dsocketvar.h733 (((uintptr_t)(addr) & (_CMSG_HDR_ALIGNMENT - 1)) == 0)
736 (((len) + _CMSG_HDR_ALIGNMENT - 1) & ~(_CMSG_HDR_ALIGNMENT - 1))
/illumos-gate/usr/src/uts/common/sys/ib/clients/rdsv3/
H A Drdsv3_impl.h293 #define _CMSG_HDR_ALIGNMENT 8 macro
296 #define _CMSG_HDR_ALIGNMENT 4 macro
304 #define _CMSG_HDR_ALIGN(x) (((uintptr_t)(x) + _CMSG_HDR_ALIGNMENT - 1) & \
305 ~(_CMSG_HDR_ALIGNMENT - 1))
/illumos-gate/usr/src/lib/libsctp/common/
H A Dsctp.c265 char cinmsg[sizeof (*sinfo) + sizeof (*cmsg) + _CMSG_HDR_ALIGNMENT]; in sctp_recvmsg()
315 char coutmsg[sizeof (*sinfo) + sizeof (*cmsg) + _CMSG_HDR_ALIGNMENT]; in sctp_send_common()