Searched refs:_SS_MAXSIZE (Results 1 – 6 of 6) sorted by relevance
37 #define _SS_MAXSIZE 128U macro41 #define _SS_PAD2SIZE (_SS_MAXSIZE - \
143 #define _SS_MAXSIZE 128 macro146 #define _SS_PAD2SIZE (_SS_MAXSIZE - sizeof(u_char) * 2 - \
143 #define _SS_MAXSIZE 128 macro150 #define _SS_PAD2SIZE (_SS_MAXSIZE - sizeof(u_char) * 2 - \
51 # define _SS_MAXSIZE 128 /* Implementation specific max size */ macro52 # define _SS_PADSIZE (_SS_MAXSIZE - sizeof (struct sockaddr))
47 #if !defined(_SS_MAXSIZE) && !defined(__ANDROID__)
796 pub const _SS_MAXSIZE: usize = 128; constant799 pub const _SS_PAD2SIZE: usize = _SS_MAXSIZE