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

/freebsd-current/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-current/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-current/contrib/ntp/include/
H A Dntp_rfc2553.h205 #define EAI_SERVICE 9 /* servname not supported for ai_socktype */ macro
/freebsd-current/contrib/netbsd-tests/include/
H A Dt_netdb.c207 #ifdef EAI_SERVICE
211 atf_tc_fail_nonfatal("EAI_SERVICE not defined");
/freebsd-current/include/
H A Dnetdb.h176 #define EAI_SERVICE 9 /* service not recognized for socket type */ macro
/freebsd-current/usr.sbin/traceroute/
H A Das.c75 if (error == EAI_SERVICE) {
/freebsd-current/contrib/tnftp/
H A Dtnftp.h239 #undef EAI_SERVICE macro
240 #define EAI_SERVICE 9 /* servname not supported for ai_socktype */ macro
/freebsd-current/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-current/contrib/ntp/sntp/libevent/include/event2/
H A Dutil.h740 #if defined(EAI_SERVICE) && defined(EVENT__HAVE_GETADDRINFO)
741 #define EVUTIL_EAI_SERVICE EAI_SERVICE
/freebsd-current/contrib/libpcap/
H A Dnametoaddr.c346 error != EAI_SERVICE) {
390 error != EAI_SERVICE) {
H A Dsockutils.c990 case EAI_SERVICE:
/freebsd-current/contrib/libevent/include/event2/
H A Dutil.h740 #if defined(EAI_SERVICE) && defined(EVENT__HAVE_GETADDRINFO)
741 #define EVUTIL_EAI_SERVICE EAI_SERVICE
/freebsd-current/usr.bin/logger/
H A Dlogger.c313 if (error == EAI_SERVICE) {
/freebsd-current/lib/libc/net/
H A Dgetaddrinfo.c1507 return EAI_SERVICE;
1533 return EAI_SERVICE;
1535 return EAI_SERVICE;
1560 return EAI_SERVICE;
/freebsd-current/contrib/ntp/ntpdate/
H A Dntpdate.c1374 if (error == EAI_SERVICE) {
1715 if (rc == EAI_SERVICE) {

Completed in 367 milliseconds