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

/macosx-10.9.5/ntp-88/include/
H A Dntp_rfc2553.h96 # define _SS_PAD1SIZE (_SS_ALIGNSIZE - sizeof(u_char) - sizeof(ntp_u_int8_t)) macro
98 _SS_PAD1SIZE - _SS_ALIGNSIZE)
100 # define _SS_PAD1SIZE (_SS_ALIGNSIZE - sizeof(short)) macro
102 _SS_PAD1SIZE - _SS_ALIGNSIZE)
123 char __ss_pad1[_SS_PAD1SIZE];
/macosx-10.9.5/ruby-104/ruby/ext/socket/
H A Drubysocket.h130 #define _SS_PAD1SIZE (_SS_ALIGNSIZE - sizeof(unsigned char) * 2) macro
132 _SS_PAD1SIZE - _SS_ALIGNSIZE)
141 char __ss_pad1[_SS_PAD1SIZE];
/macosx-10.9.5/Heimdal-323.92.1/lib/roken/
H A Droken.h.in844 #define _SS_PAD1SIZE ((2 * _SS_ALIGNSIZE - sizeof (roken_sa_family_t) - sizeof(unsigned char)) % _SS_ALIGNSIZE)
845 #define _SS_PAD2SIZE (_SS_MAXSIZE - (sizeof (roken_sa_family_t) + sizeof(unsigned char) + _SS_PAD1SIZE + _SS_ALIGNSIZE))
850 char __ss_pad1[_SS_PAD1SIZE];
858 #define _SS_PAD1SIZE ((2 * _SS_ALIGNSIZE - sizeof (roken_sa_family_t)) % _SS_ALIGNSIZE)
859 #define _SS_PAD2SIZE (_SS_MAXSIZE - (sizeof (roken_sa_family_t) + _SS_PAD1SIZE + _SS_ALIGNSIZE))
863 char __ss_pad1[_SS_PAD1SIZE];
/macosx-10.9.5/xnu-2422.115.4/bsd/sys/
H A Dsocket.h457 #define _SS_PAD1SIZE \ macro
461 _SS_PAD1SIZE - _SS_ALIGNSIZE)
469 char __ss_pad1[_SS_PAD1SIZE];

Completed in 160 milliseconds