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

/freebsd-13-stable/sys/sys/
H A D_sockaddr_storage.h43 #define _SS_PAD1SIZE (_SS_ALIGNSIZE - sizeof(unsigned char) - \ macro
46 sizeof(sa_family_t) - _SS_PAD1SIZE - _SS_ALIGNSIZE)
51 char __ss_pad1[_SS_PAD1SIZE];
/freebsd-13-stable/contrib/ntp/include/
H A Dntp_rfc2553.h113 # define _SS_PAD1SIZE (_SS_ALIGNSIZE - sizeof(u_char) - sizeof(ntp_u_int8_t)) macro
115 _SS_PAD1SIZE - _SS_ALIGNSIZE)
117 # define _SS_PAD1SIZE (_SS_ALIGNSIZE - sizeof(short)) macro
119 _SS_PAD1SIZE - _SS_ALIGNSIZE)
140 char __ss_pad1[_SS_PAD1SIZE];

Completed in 193 milliseconds