Home
last modified time | relevance | path

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

/dragonfly/crypto/openssh/
H A Ddefines.h596 #ifndef OSSH_ALIGNBYTES
597 #define OSSH_ALIGNBYTES (sizeof(int) - 1) macro
600 #define __CMSG_ALIGN(p) (((u_int)(p) + OSSH_ALIGNBYTES) &~ OSSH_ALIGNBYTES)