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

/freebsd-9.3-release/crypto/heimdal/lib/roken/
H A Dgai_strerror.c58 {EAI_SERVICE, "servname not supported for ai_socktype"},
H A Droken-common.h193 #define EAI_SERVICE 9 /* servname not supported for ai_socktype */ macro
/freebsd-9.3-release/crypto/heimdal/lib/krb5/
H A Deai_to_heim_errno.c75 case EAI_SERVICE:
H A Dverify_krb5_conf.c202 if(ret == EAI_SERVICE && !isdigit((unsigned char)service[0])) {
/freebsd-9.3-release/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-9.3-release/contrib/bind9/lib/irs/include/irs/
H A Dnetdb.h.in85 #undef EAI_SERVICE
102 #define EAI_SERVICE 9 /* servname not supported for ai_socktype */
/freebsd-9.3-release/contrib/tcpdump/missing/
H A Daddrinfo.h45 #define EAI_SERVICE 9 /* servname not supported for ai_socktype */ macro
/freebsd-9.3-release/contrib/ntp/include/
H A Dntp_rfc2553.h205 #define EAI_SERVICE 9 /* servname not supported for ai_socktype */ macro
/freebsd-9.3-release/contrib/lukemftpd/
H A Dlukemftpd.h182 #undef EAI_SERVICE macro
183 #define EAI_SERVICE 9 /* servname not supported for ai_socktype */ macro
/freebsd-9.3-release/lib/bind/lwres/lwres/
H A Dnetdb.h88 #undef EAI_SERVICE macro
103 #define EAI_SERVICE 9 /* servname not supported for ai_socktype */ macro
/freebsd-9.3-release/contrib/traceroute/
H A Das.c76 if (error == EAI_SERVICE) {
/freebsd-9.3-release/include/
H A Dnetdb.h164 #define EAI_SERVICE 9 /* servname not supported for ai_socktype */ macro
/freebsd-9.3-release/contrib/tnftp/
H A Dtnftp.h239 #undef EAI_SERVICE macro
240 #define EAI_SERVICE 9 /* servname not supported for ai_socktype */ macro
/freebsd-9.3-release/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-9.3-release/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-9.3-release/contrib/bind9/lib/lwres/include/lwres/
H A Dnetdb.h.in86 #undef EAI_SERVICE
101 #define EAI_SERVICE 9 /* servname not supported for ai_socktype */
/freebsd-9.3-release/usr.bin/logger/
H A Dlogger.c200 if (error == EAI_SERVICE) {
/freebsd-9.3-release/contrib/bind9/lib/lwres/
H A Dgetaddrinfo.c287 return (EAI_SERVICE);
292 return (EAI_SERVICE);
/freebsd-9.3-release/contrib/bind9/lib/irs/
H A Dgetaddrinfo.c306 return (EAI_SERVICE);
311 return (EAI_SERVICE);
/freebsd-9.3-release/lib/libc/net/
H A Dgetaddrinfo.c1443 return EAI_SERVICE;
1469 return EAI_SERVICE;
1471 return EAI_SERVICE;
1493 return EAI_SERVICE;
/freebsd-9.3-release/usr.bin/csup/
H A Dproto.c141 if (error == EAI_SERVICE) {

Completed in 172 milliseconds