Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/ssh/include/
H A Ddefines.h448 #ifndef __CMSG_ALIGN
449 #define __CMSG_ALIGN(p) (((uint_t)(p) + OSSH_ALIGNBYTES) &~ OSSH_ALIGNBYTES) macro
454 #define CMSG_LEN(len) (__CMSG_ALIGN(sizeof (struct cmsghdr)) + (len))
460 (__CMSG_ALIGN(sizeof (struct cmsghdr)) + __CMSG_ALIGN(len))