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

/freebsd-10.1-release/crypto/openssh/
H A Ddefines.h505 #ifndef OSSH_ALIGNBYTES
506 #define OSSH_ALIGNBYTES (sizeof(int) - 1) macro
509 #define __CMSG_ALIGN(p) (((u_int)(p) + OSSH_ALIGNBYTES) &~ OSSH_ALIGNBYTES)

Completed in 89 milliseconds