Searched refs:EAI_ADDRFAMILY (Results 1 - 12 of 12) sorted by relevance

/freebsd-current/crypto/heimdal/lib/roken/
H A Dgai_strerror.c43 #ifdef EAI_ADDRFAMILY
44 {EAI_ADDRFAMILY, "address family for nodename not supported"},
H A Droken-common.h199 #define EAI_ADDRFAMILY 1 /* address family for nodename not supported */ macro
/freebsd-current/crypto/heimdal/lib/krb5/
H A Deai_to_heim_errno.c53 #ifdef EAI_ADDRFAMILY
54 case EAI_ADDRFAMILY:
/freebsd-current/contrib/ntp/include/
H A Dntp_rfc2553.h197 #define EAI_ADDRFAMILY 1 /* address family for hostname not supported */ macro
/freebsd-current/include/
H A Dnetdb.h163 /* EAI_ADDRFAMILY was obsoleted by RFC 3493, used as extension */
164 #define EAI_ADDRFAMILY 1 /* address family for hostname not supported */ macro
/freebsd-current/contrib/tnftp/
H A Dtnftp.h223 #undef EAI_ADDRFAMILY macro
224 #define EAI_ADDRFAMILY 1 /* address family for hostname not supported */ macro
/freebsd-current/contrib/ntp/sntp/libevent/include/event2/
H A Dutil.h697 #if defined(EAI_ADDRFAMILY) && defined(EVENT__HAVE_GETADDRINFO)
698 #define EVUTIL_EAI_ADDRFAMILY EAI_ADDRFAMILY
/freebsd-current/contrib/libevent/include/event2/
H A Dutil.h697 #if defined(EAI_ADDRFAMILY) && defined(EVENT__HAVE_GETADDRINFO)
698 #define EVUTIL_EAI_ADDRFAMILY EAI_ADDRFAMILY
/freebsd-current/contrib/libpcap/
H A Dsockutils.c928 #ifdef EAI_ADDRFAMILY
929 case EAI_ADDRFAMILY:
H A Dgencode.c112 #ifndef EAI_ADDRFAMILY
123 #endif /* EAI_ADDRFAMILY */
/freebsd-current/lib/libfetch/
H A Dcommon.c67 #ifdef EAI_ADDRFAMILY
68 { EAI_ADDRFAMILY, FETCH_RESOLV, "Address family for host not supported" },
/freebsd-current/lib/libc/net/
H A Dgetaddrinfo.c1954 error = EAI_ADDRFAMILY;

Completed in 411 milliseconds