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

/freebsd-10.0-release/crypto/openssh/
H A Ddefines.h490 #ifndef OSSH_ALIGNBYTES
491 #define OSSH_ALIGNBYTES (sizeof(int) - 1) macro
494 #define __CMSG_ALIGN(p) (((u_int)(p) + OSSH_ALIGNBYTES) &~ OSSH_ALIGNBYTES)

Completed in 97 milliseconds