Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/ntp/dist/include/
H A Dntp_rfc2553.h115 # define _SS_PAD1SIZE (_SS_ALIGNSIZE - sizeof(u_char) - sizeof(ntp_u_int8_t)) macro
119 # define _SS_PAD1SIZE (_SS_ALIGNSIZE - sizeof(short)) macro
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/roken/
H A Droken.h.in924 #define _SS_PAD1SIZE ((2 * _SS_ALIGNSIZE - sizeof (roken_sa_family_t) - sizeof(unsigned char)) % … macro
938 #define _SS_PAD1SIZE ((2 * _SS_ALIGNSIZE - sizeof (roken_sa_family_t)) % _SS_ALIGNSIZE) macro
/netbsd-src/sys/sys/
H A Dsocket.h295 #define _SS_PAD1SIZE (_SS_ALIGNSIZE - 2) macro