Home
last modified time | relevance | path

Searched defs:_SS_PAD1SIZE (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/sys/
H A D_sockaddr_storage.h40 #define _SS_PAD1SIZE (_SS_ALIGNSIZE - sizeof(unsigned char) - \ macro
/freebsd/contrib/ntp/include/
H A Dntp_rfc2553.h113 # define _SS_PAD1SIZE (_SS_ALIGNSIZE - sizeof(u_char) - sizeof(ntp_u_int8_t)) macro
117 # define _SS_PAD1SIZE (_SS_ALIGNSIZE - sizeof(short)) macro
/freebsd/crypto/heimdal/lib/roken/
H A Droken.h.in851 #define _SS_PAD1SIZE ((2 * _SS_ALIGNSIZE - sizeof (roken_sa_family_t) - sizeof(unsigned char)) % … macro
865 #define _SS_PAD1SIZE ((2 * _SS_ALIGNSIZE - sizeof (roken_sa_family_t)) % _SS_ALIGNSIZE) macro