Searched refs:EAI_FAMILY (Results 1 - 18 of 18) sorted by relevance

/freebsd-13-stable/crypto/heimdal/lib/roken/
H A Dgai_strerror.c49 {EAI_FAMILY, "ai_family not supported"},
H A Dgetnameinfo.c122 return EAI_FAMILY;
H A Droken-common.h203 #define EAI_FAMILY 5 /* ai_family not supported */ macro
H A Dgetaddrinfo.c391 return EAI_FAMILY;
/freebsd-13-stable/crypto/heimdal/lib/krb5/
H A Deai_to_heim_errno.c63 case EAI_FAMILY:
/freebsd-13-stable/contrib/ntp/lib/isc/win32/
H A Dnetdb.h76 #undef EAI_FAMILY macro
91 #define EAI_FAMILY 5 /* ai_family not supported */ macro
/freebsd-13-stable/crypto/openssh/openbsd-compat/
H A Dfake-rfc2553.h133 #ifndef EAI_FAMILY
134 # define EAI_FAMILY (INT_MAX - 5) macro
H A Dfake-rfc2553.c55 return (EAI_FAMILY);
100 case EAI_FAMILY:
168 return (EAI_FAMILY);
/freebsd-13-stable/lib/libc/net/
H A Dgetnameinfo.c126 return (EAI_FAMILY);
132 return (EAI_FAMILY);
143 return (EAI_FAMILY);
150 return (EAI_FAMILY);
154 return (EAI_FAMILY);
460 return EAI_FAMILY;
H A Dgetaddrinfo.c445 ERR(EAI_FAMILY);
1318 ERR(EAI_FAMILY);
/freebsd-13-stable/contrib/netbsd-tests/include/
H A Dt_netdb.c183 #ifdef EAI_FAMILY
187 atf_tc_fail_nonfatal("EAI_FAMILY not defined");
/freebsd-13-stable/contrib/ntp/include/
H A Dntp_rfc2553.h201 #define EAI_FAMILY 5 /* ai_family not supported */ macro
/freebsd-13-stable/include/
H A Dnetdb.h171 #define EAI_FAMILY 5 /* address family not recognized */ macro
/freebsd-13-stable/contrib/tnftp/
H A Dtnftp.h231 #undef EAI_FAMILY macro
232 #define EAI_FAMILY 5 /* ai_family not supported */ macro
/freebsd-13-stable/contrib/ntp/libntp/
H A Dntp_rfc2553.c239 "ai_family not supported", /* EAI_FAMILY */
359 return (EAI_FAMILY);
440 return (EAI_FAMILY);
/freebsd-13-stable/contrib/libevent/include/event2/
H A Dutil.h697 #if defined(EAI_FAMILY) && defined(EVENT__HAVE_GETADDRINFO)
698 #define EVUTIL_EAI_FAMILY EAI_FAMILY
/freebsd-13-stable/contrib/ntp/sntp/libevent/include/event2/
H A Dutil.h668 #if defined(EAI_FAMILY) && defined(EVENT__HAVE_GETADDRINFO)
669 #define EVUTIL_EAI_FAMILY EAI_FAMILY
/freebsd-13-stable/contrib/libpcap/
H A Dsockutils.c568 case EAI_FAMILY:

Completed in 333 milliseconds