Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/
H A Dsocket.h452 #define _CMSG_HDR_ALIGNMENT 8 macro
455 #define _CMSG_HDR_ALIGNMENT 4 macro
465 #define _CMSG_HDR_ALIGN(x) (((uintptr_t)(x) + _CMSG_HDR_ALIGNMENT - 1) & \
466 ~(_CMSG_HDR_ALIGNMENT - 1))
H A Dsocketvar.h726 (((uintptr_t)(addr) & (_CMSG_HDR_ALIGNMENT - 1)) == 0)
729 (((len) + _CMSG_HDR_ALIGNMENT - 1) & ~(_CMSG_HDR_ALIGNMENT - 1))
/titanic_50/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))
/titanic_50/usr/src/lib/libsctp/common/
H A Dsctp.c267 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()