Home
last modified time | relevance | path

Searched refs:EAI_ADDRFAMILY (Results 1 – 14 of 14) sorted by relevance

/NextBSD/crypto/heimdal/lib/roken/
HDgai_strerror.c43 #ifdef EAI_ADDRFAMILY
44 {EAI_ADDRFAMILY, "address family for nodename not supported"},
HDroken-common.h199 #define EAI_ADDRFAMILY 1 /* address family for nodename not supported */ macro
HDChangeLog689 * gai_strerror.c: correct ifdef for EAI_ADDRFAMILY
718 * gai_strerror.c: EAI_ADDRFAMILY and EAI_NODATA is deprecated
720 * roken-common.h: use EAI_NONAME instead of EAI_ADDRFAMILY to
/NextBSD/crypto/heimdal/lib/krb5/
HDeai_to_heim_errno.c53 #ifdef EAI_ADDRFAMILY in krb5_eai_to_heim_errno()
54 case EAI_ADDRFAMILY: in krb5_eai_to_heim_errno()
/NextBSD/contrib/ntp/lib/isc/win32/
HDnetdb.h72 #undef EAI_ADDRFAMILY
87 #define EAI_ADDRFAMILY 1 /* address family for hostname not supported */ macro
/NextBSD/contrib/tnftp/
HDtnftp.h223 #undef EAI_ADDRFAMILY
224 #define EAI_ADDRFAMILY 1 /* address family for hostname not supported */ macro
/NextBSD/contrib/tcpdump/missing/
HDaddrinfo.h35 #define EAI_ADDRFAMILY 1 /* address family for hostname not supported */ macro
/NextBSD/contrib/ntp/include/
HDntp_rfc2553.h197 #define EAI_ADDRFAMILY 1 /* address family for hostname not supported */ macro
/NextBSD/contrib/ntp/sntp/libevent/include/event2/
HDutil.h648 #if defined(EAI_ADDRFAMILY) && defined(EVENT__HAVE_GETADDRINFO)
649 #define EVUTIL_EAI_ADDRFAMILY EAI_ADDRFAMILY
/NextBSD/include/
HDnetdb.h152 #define EAI_ADDRFAMILY 1 /* address family for hostname not supported */
/NextBSD/contrib/apr/network_io/unix/
HDsockaddr.c385 #ifdef EAI_ADDRFAMILY
386 || error == EAI_ADDRFAMILY
/NextBSD/lib/libosxsupport/
HDsi_getaddrinfo.c156 case EAI_ADDRFAMILY: return "Address family for nodename not supported"; in gai_strerror()
/NextBSD/crypto/heimdal/
HDChangeLog.200361 * lib/krb5/eai_to_heim_errno.c: EAI_ADDRFAMILY and EAI_NODATA is
/NextBSD/contrib/apr/
HDconfigure28060 if (EAI_ADDRFAMILY < 0) {