Searched refs:_SS_PAD1SIZE (Results 1 – 4 of 4) sorted by relevance
39 #define _SS_PAD1SIZE (_SS_ALIGNSIZE - \ macro42 sizeof(sa_family_t) - _SS_PAD1SIZE - _SS_ALIGNSIZE)46 char __ss_pad1[_SS_PAD1SIZE];
145 #define _SS_PAD1SIZE (_SS_ALIGNSIZE - sizeof(u_char) * 2) macro147 _SS_PAD1SIZE - _SS_ALIGNSIZE)156 char __ss_pad1[_SS_PAD1SIZE];
149 #define _SS_PAD1SIZE (_SS_ALIGNSIZE - sizeof(u_char) * 2) macro151 _SS_PAD1SIZE - _SS_ALIGNSIZE)160 char __ss_pad1[_SS_PAD1SIZE];
445 pub __ss_pad1 : [::c_char; _SS_PAD1SIZE],798 pub const _SS_PAD1SIZE: usize = _SS_ALIGNSIZE - size_of::<::c_uchar>() - size_of::<::sa_family_t>(); constant802 - _SS_PAD1SIZE