Searched refs:EAI_SERVICE (Results 1 - 16 of 16) sorted by relevance

/freebsd-10-stable/crypto/heimdal/lib/roken/
H A Dgai_strerror.c55 {EAI_SERVICE, "servname not supported for ai_socktype"},
H A Droken-common.h207 #define EAI_SERVICE 9 /* servname not supported for ai_socktype */ macro
/freebsd-10-stable/crypto/heimdal/lib/krb5/
H A Deai_to_heim_errno.c77 case EAI_SERVICE:
H A Dverify_krb5_conf.c207 if(ret == EAI_SERVICE && !isdigit((unsigned char)service[0])) {
/freebsd-10-stable/contrib/ntp/lib/isc/win32/
H A Dnetdb.h80 #undef EAI_SERVICE macro
95 #define EAI_SERVICE 9 /* servname not supported for ai_socktype */ macro
/freebsd-10-stable/contrib/tcpdump/missing/
H A Daddrinfo.h45 #define EAI_SERVICE 9 /* servname not supported for ai_socktype */ macro
/freebsd-10-stable/contrib/netbsd-tests/include/
H A Dt_netdb.c207 #ifdef EAI_SERVICE
211 atf_tc_fail_nonfatal("EAI_SERVICE not defined");
/freebsd-10-stable/contrib/ntp/include/
H A Dntp_rfc2553.h205 #define EAI_SERVICE 9 /* servname not supported for ai_socktype */ macro
/freebsd-10-stable/contrib/traceroute/
H A Das.c76 if (error == EAI_SERVICE) {
/freebsd-10-stable/include/
H A Dnetdb.h164 #define EAI_SERVICE 9 /* servname not supported for ai_socktype */ macro
/freebsd-10-stable/contrib/tnftp/
H A Dtnftp.h239 #undef EAI_SERVICE macro
240 #define EAI_SERVICE 9 /* servname not supported for ai_socktype */ macro
/freebsd-10-stable/contrib/ntp/libntp/
H A Dntp_rfc2553.c243 "servname not supported for ai_socktype", /* EAI_SERVICE */
387 return (EAI_SERVICE);
392 return (EAI_SERVICE);
/freebsd-10-stable/contrib/ntp/sntp/libevent/include/event2/
H A Dutil.h691 #if defined(EAI_SERVICE) && defined(EVENT__HAVE_GETADDRINFO)
692 #define EVUTIL_EAI_SERVICE EAI_SERVICE
/freebsd-10-stable/usr.bin/logger/
H A Dlogger.c200 if (error == EAI_SERVICE) {
/freebsd-10-stable/lib/libc/net/
H A Dgetaddrinfo.c1511 return EAI_SERVICE;
1537 return EAI_SERVICE;
1539 return EAI_SERVICE;
1564 return EAI_SERVICE;
/freebsd-10-stable/usr.bin/csup/
H A Dproto.c141 if (error == EAI_SERVICE) {

Completed in 125 milliseconds