Home
last modified time | relevance | path

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

/freebsd/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/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))
/freebsd/sys/sys/
H A D_sockaddr_storage.h38 #define _SS_MAXSIZE 128U macro
42 #define _SS_PAD2SIZE (_SS_MAXSIZE - sizeof(unsigned char) - \
/freebsd/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/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))
/freebsd/crypto/heimdal/lib/roken/
H A Droken.h.in840 #define _SS_MAXSIZE sizeof(struct sockaddr_in6) macro
842 #define _SS_MAXSIZE sizeof(struct sockaddr_in) macro
852 #define _SS_PAD2SIZE (_SS_MAXSIZE - (sizeof (roken_sa_family_t) + sizeof(unsigned char) + _SS_PAD…
866 #define _SS_PAD2SIZE (_SS_MAXSIZE - (sizeof (roken_sa_family_t) + _SS_PAD1SIZE + _SS_ALIGNSIZE))
/freebsd/contrib/tcsh/
H A Dsh.h437 # if (defined(_SS_SIZE) || defined(_SS_MAXSIZE)) && defined(HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY)