Home
last modified time | relevance | path

Searched refs:EAI_SOCKTYPE (Results 1 – 25 of 25) sorted by last modified time

/freebsd/include/
H A Dnetdb.h177 #define EAI_SOCKTYPE 10 /* intended socket type was not recognized */ macro
/freebsd/contrib/libevent/include/event2/
H A Dutil.h745 #if defined(EAI_SOCKTYPE) && defined(EVENT__HAVE_GETADDRINFO)
746 #define EVUTIL_EAI_SOCKTYPE EAI_SOCKTYPE
/freebsd/lib/libc/net/
H A Dgetaddrinfo.c1527 return EAI_SOCKTYPE; in get_port()
/freebsd/lib/libc/nls/
H A DC.msg289 $ EAI_SOCKTYPE
H A Dko_KR.UTF-8.msg281 $ EAI_SOCKTYPE
H A Dzh_CN.GB18030.msg283 $ EAI_SOCKTYPE
H A Dzh_CN.GB2312.msg283 $ EAI_SOCKTYPE
H A Des_ES.ISO8859-1.msg281 $ EAI_SOCKTYPE
H A Dgl_ES.ISO8859-1.msg281 $ EAI_SOCKTYPE
H A Dnl_NL.ISO8859-1.msg280 $ EAI_SOCKTYPE
H A Dhu_HU.ISO8859-2.msg281 $ EAI_SOCKTYPE
H A Dja_JP.UTF-8.msg281 $ EAI_SOCKTYPE
H A Dja_JP.eucJP.msg281 $ EAI_SOCKTYPE
H A Dko_KR.eucKR.msg281 $ EAI_SOCKTYPE
H A Dzh_CN.UTF-8.msg281 $ EAI_SOCKTYPE
/freebsd/contrib/ntp/sntp/libevent/include/event2/
H A Dutil.h745 #if defined(EAI_SOCKTYPE) && defined(EVENT__HAVE_GETADDRINFO)
746 #define EVUTIL_EAI_SOCKTYPE EAI_SOCKTYPE
/freebsd/contrib/libpcap/
H A Dsockutils.c996 case EAI_SOCKTYPE: in get_gai_errstring()
/freebsd/crypto/heimdal/lib/roken/
H A Dgetaddrinfo.c58 return EAI_SOCKTYPE; /* XXX */ in get_port_protocol_socktype()
89 return EAI_SOCKTYPE; in get_port_protocol_socktype()
H A Droken-common.h208 #define EAI_SOCKTYPE 10 /* ai_socktype not supported */ macro
H A Dgai_strerror.c56 {EAI_SOCKTYPE, "ai_socktype not supported"},
/freebsd/crypto/heimdal/lib/krb5/
H A Deai_to_heim_errno.c79 case EAI_SOCKTYPE: in krb5_eai_to_heim_errno()
/freebsd/contrib/tnftp/
H A Dtnftp.h241 #undef EAI_SOCKTYPE
242 #define EAI_SOCKTYPE 10 /* ai_socktype not supported */ macro
/freebsd/contrib/ntp/libntp/
H A Dntp_rfc2553.c341 return (EAI_SOCKTYPE); in getaddrinfo()
354 return (EAI_SOCKTYPE); in getaddrinfo()
385 return (EAI_SOCKTYPE); in getaddrinfo()
/freebsd/contrib/ntp/include/
H A Dntp_rfc2553.h206 #define EAI_SOCKTYPE 10 /* ai_socktype not supported */ macro
/freebsd/contrib/netbsd-tests/include/
H A Dt_netdb.c215 #ifdef EAI_SOCKTYPE in ATF_TC_BODY()