Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/ssh/include/
H A Ddefines.h444 #ifndef OSSH_ALIGNBYTES
445 #define OSSH_ALIGNBYTES (sizeof (int) - 1) macro
449 #define __CMSG_ALIGN(p) (((uint_t)(p) + OSSH_ALIGNBYTES) &~ OSSH_ALIGNBYTES)