Searched refs:_SS_MAXSIZE (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/sys/sys/
H A D_sockaddr_storage.h39 #define _SS_MAXSIZE 128U macro
43 #define _SS_PAD2SIZE (_SS_MAXSIZE - sizeof(unsigned char) - \
/freebsd-11-stable/contrib/ntp/include/
H A Dntp_rfc2553.h108 #if !defined(_SS_MAXSIZE) && !defined(_SS_ALIGNSIZE)
110 # define _SS_MAXSIZE 128 macro
114 # define _SS_PAD2SIZE (_SS_MAXSIZE - sizeof(u_char) - sizeof(ntp_u_int8_t) - \
118 # define _SS_PAD2SIZE (_SS_MAXSIZE - sizeof(short) - \
/freebsd-11-stable/contrib/ldns/compat/
H A Dfake-rfc2553.h55 #ifndef _SS_MAXSIZE
56 # define _SS_MAXSIZE 128 /* Implementation specific max size */ macro
57 # define _SS_PADSIZE (_SS_MAXSIZE - sizeof (struct sockaddr))
63 #endif /* _SS_MAXSIZE */
/freebsd-11-stable/contrib/unbound/compat/
H A Dfake-rfc2553.h52 # define _SS_MAXSIZE 128 /* Implementation specific max size */ macro
53 # define _SS_PADSIZE (_SS_MAXSIZE - sizeof (struct sockaddr))
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dfake-rfc2553.h51 # define _SS_MAXSIZE 128 /* Implementation specific max size */ macro
52 # define _SS_PADSIZE (_SS_MAXSIZE - sizeof (struct sockaddr))
H A Dbsd-cray.c69 # define _SS_MAXSIZE 128 /* Implementation specific max size */ macro
70 # define _SS_PADSIZE (_SS_MAXSIZE - sizeof (struct sockaddr))
/freebsd-11-stable/contrib/tcsh/
H A Dsh.h437 # if (defined(_SS_SIZE) || defined(_SS_MAXSIZE)) && defined(HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY)

Completed in 213 milliseconds