Searched refs:EAI_NONAME (Results 1 - 25 of 52) sorted by relevance

123

/macosx-10.9.5/Heimdal-323.92.1/lib/krb5/
H A Deai_to_heim_errno.c67 #if defined(EAI_NODATA) && EAI_NODATA != EAI_NONAME
71 case EAI_NONAME:
/macosx-10.9.5/Heimdal-323.92.1/lib/roken/
H A Dgai_strerror.c54 {EAI_NONAME, "nodename nor servname provided, or not known"},
H A Dgetnameinfo_verified.c60 return EAI_NONAME;
90 return EAI_NONAME;
H A Dgetaddrinfo.c96 return EAI_NONAME;
307 return EAI_NONAME;
320 int ret = EAI_NONAME;
382 return EAI_NONAME;
403 ret = EAI_NONAME;
H A Dgetnameinfo.c63 return EAI_NONAME;
H A Droken-common.h197 #ifndef EAI_NONAME
206 #define EAI_NONAME 8 /* nodename nor servname provided, or not known */ macro
211 #endif /* EAI_NONAME */
/macosx-10.9.5/bind9-45.100/bind9/contrib/queryperf/missing/
H A Daddrinfo.h42 #define EAI_NONAME 8 /* hostname nor servname provided, or not known */ macro
/macosx-10.9.5/rsync-42/rsync/lib/
H A Daddrinfo.h51 #define EAI_NONAME 8 /* hostname nor servname provided, or not known */ macro
/macosx-10.9.5/OpenSSH-186/openssh/openbsd-compat/
H A Dfake-rfc2553.h126 #ifndef EAI_NONAME
127 # define EAI_NONAME (INT_MAX - 3) macro
H A Dfake-rfc2553.c98 case EAI_NONAME:
207 return (EAI_NONAME);
/macosx-10.9.5/bind9-45.100/bind9/lib/isc/win32/
H A Dnetdb.h79 #undef EAI_NONAME macro
94 #define EAI_NONAME 8 /* hostname nor servname provided, or not known */ macro
/macosx-10.9.5/ntp-88/lib/isc/win32/
H A Dnetdb.h79 #undef EAI_NONAME macro
94 #define EAI_NONAME 8 /* hostname nor servname provided, or not known */ macro
/macosx-10.9.5/ruby-104/ruby/ext/socket/
H A Daddrinfo.h41 #undef EAI_NONAME macro
85 #define EAI_NONAME 8 /* hostname nor servname provided, or not known */ macro
/macosx-10.9.5/bind9-45.100/bind9/lib/irs/include/irs/
H A Dnetdb.h.in84 #undef EAI_NONAME
101 #define EAI_NONAME 8 /* hostname nor servname provided, or not known */
/macosx-10.9.5/libpcap-42/libpcap/Win32/Include/
H A Daddrinfo.h44 #define EAI_NONAME 8 /* hostname nor servname provided, or not known */ macro
/macosx-10.9.5/tcpdump-56/tcpdump/missing/
H A Daddrinfo.h44 #define EAI_NONAME 8 /* hostname nor servname provided, or not known */ macro
/macosx-10.9.5/bind9-45.100/bind9/lib/bind9/
H A Dgetaddresses.c155 case EAI_NONAME:
156 #if defined(EAI_NODATA) && (EAI_NODATA != EAI_NONAME)
/macosx-10.9.5/netcat-20/
H A Dsourceroute.c218 if ((error == EAI_NODATA) || (error == EAI_NONAME))
220 if (error == EAI_NONAME)
/macosx-10.9.5/postfix-252/postfix/src/util/
H A Dmyaddrinfo.h84 #undef EAI_NONAME macro
85 #define EAI_NONAME 8 macro
H A Dmyaddrinfo.c504 return (EAI_NONAME);
652 return (h_errno == TRY_AGAIN ? EAI_AGAIN : EAI_NONAME);
672 return (EAI_NONAME);
708 return (EAI_NONAME);
711 return (EAI_NONAME);
762 "hostname nor servname provided, or not known", /* EAI_NONAME */
/macosx-10.9.5/ntp-88/include/
H A Dntp_rfc2553.h179 #define EAI_NONAME 8 /* hostname nor servname provided, or not known */ macro
/macosx-10.9.5/ntp-88/libntp/
H A Dntp_rfc2553.c97 "hostname nor servname provided, or not known", /* EAI_NONAME */
151 return (EAI_NONAME);
402 return (EAI_NONAME);
413 else if (errval == EAI_NONAME) {
/macosx-10.9.5/bind9-45.100/bind9/lib/irs/
H A Dgetaddrinfo.c119 * servname are NULL getaddrinfo() returns #EAI_NONAME.
204 return (EAI_NONAME);
424 return (EAI_NONAME);
432 return (EAI_NONAME);
470 return (EAI_NONAME);
493 err = EAI_NONAME;
827 error = EAI_NONAME;
1010 * find an error code other than EAI_NONAME (which is too
1012 * EAI_NONAME will be set below if no better code is found.
1014 if (terror == 0 || terror == EAI_NONAME) {
[all...]
/macosx-10.9.5/bind9-45.100/bind9/bin/check/
H A Dcheck-tool.c238 case EAI_NONAME:
239 #if defined(EAI_NODATA) && (EAI_NODATA != EAI_NONAME)
436 case EAI_NONAME:
437 #if defined(EAI_NODATA) && (EAI_NODATA != EAI_NONAME)
520 case EAI_NONAME:
521 #if defined(EAI_NODATA) && (EAI_NODATA != EAI_NONAME)
/macosx-10.9.5/bind9-45.100/bind9/lib/lwres/win32/include/lwres/
H A Dnetdb.h86 #undef EAI_NONAME macro
101 #define EAI_NONAME 8 /* hostname nor servname provided, or not known */ macro

Completed in 330 milliseconds

123