Searched refs:HOST_NOT_FOUND (Results 1 - 25 of 33) sorted by relevance

12

/macosx-10.9.5/Heimdal-323.92.1/lib/roken/
H A Dgetipnodebyaddr.c51 case HOST_NOT_FOUND :
H A Dgetipnodebyname.c63 case HOST_NOT_FOUND :
H A Droken-common.h169 #ifndef HOST_NOT_FOUND
170 #define HOST_NOT_FOUND 1 macro
/macosx-10.9.5/postfix-252/postfix/src/dns/
H A Ddns_strerror.c49 HOST_NOT_FOUND, "Host not found",
H A Ddns_lookup.c232 case HOST_NOT_FOUND:
575 SET_H_ERRNO(HOST_NOT_FOUND);
587 SET_H_ERRNO(HOST_NOT_FOUND);
/macosx-10.9.5/Heimdal-323.92.1/lib/krb5/
H A Deai_to_heim_errno.c103 case HOST_NOT_FOUND:
/macosx-10.9.5/Libinfo-449.1.3/dns.subproj/
H A Dres_query.c85 h_errno = HOST_NOT_FOUND;
93 h_errno = HOST_NOT_FOUND;
/macosx-10.9.5/bind9-45.100/bind9/lib/isc/win32/
H A Dnetdb.h54 #undef HOST_NOT_FOUND macro
62 #define HOST_NOT_FOUND 1 /* Authoritative Answer Host not found */ macro
/macosx-10.9.5/ntp-88/lib/isc/win32/
H A Dnetdb.h54 #undef HOST_NOT_FOUND macro
62 #define HOST_NOT_FOUND 1 /* Authoritative Answer Host not found */ macro
/macosx-10.9.5/bind9-45.100/bind9/lib/irs/include/irs/
H A Dnetdb.h.in57 #undef HOST_NOT_FOUND
65 #define HOST_NOT_FOUND 1 /* Authoritative Answer Host not found */
/macosx-10.9.5/ruby-104/ruby/ext/socket/
H A Dsockport.h80 #if defined(HOST_NOT_FOUND) && !defined(h_errno) && !defined(__CYGWIN__)
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/system/lwresd/
H A Dlwtest.c237 if (address == NULL && h_errno == HOST_NOT_FOUND)
239 else if (h_errno != HOST_NOT_FOUND) {
273 if (address == NULL && h_errno == HOST_NOT_FOUND)
275 else if (h_errno != HOST_NOT_FOUND) {
330 if (address == NULL && error_num == HOST_NOT_FOUND)
332 else if (error_num != HOST_NOT_FOUND) {
389 if (name == NULL && h_errno == HOST_NOT_FOUND)
391 else if (h_errno != HOST_NOT_FOUND) {
429 if (name == NULL && error_num == HOST_NOT_FOUND)
431 else if (error_num != HOST_NOT_FOUND) {
[all...]
/macosx-10.9.5/apache-786.1/httpd/support/
H A Dlogresolve.c242 errstring[HOST_NOT_FOUND] = "Host not found";
254 if (errors[HOST_NOT_FOUND])
255 fprintf(output, " - Not found : %d\n", errors[HOST_NOT_FOUND]);
/macosx-10.9.5/BerkeleyDB-21/db/os/
H A Dos_addrinfo.c109 case HOST_NOT_FOUND:
/macosx-10.9.5/bind9-45.100/bind9/lib/lwres/win32/include/lwres/
H A Dnetdb.h61 #undef HOST_NOT_FOUND macro
69 #define HOST_NOT_FOUND 1 /* Authoritative Answer Host not found */ macro
/macosx-10.9.5/Libinfo-449.1.3/lookup.subproj/
H A Dnetdb.h174 #define HOST_NOT_FOUND 1 /* Authoritative Answer Host not found */ macro
/macosx-10.9.5/bind9-45.100/bind9/lib/bind9/
H A Dgetaddresses.c196 case HOST_NOT_FOUND:
/macosx-10.9.5/bind9-45.100/bind9/lib/lwres/
H A Dgetipnode.c98 * \li #HOST_NOT_FOUND:
234 *error_num = HOST_NOT_FOUND;
288 tmp_err = HOST_NOT_FOUND;
310 *error_num = HOST_NOT_FOUND;
401 *error_num = HOST_NOT_FOUND;
431 *error_num = HOST_NOT_FOUND;
446 *error_num = HOST_NOT_FOUND;
/macosx-10.9.5/libresolv-54/
H A Dres_query.c255 *h_errno_err = HOST_NOT_FOUND;
657 __h_errno_set(statp, HOST_NOT_FOUND);
782 __h_errno_set(statp, HOST_NOT_FOUND); /* True if we never query. */
851 case HOST_NOT_FOUND:
913 __h_errno_set(statp, HOST_NOT_FOUND); /* True if we never query. */
983 case HOST_NOT_FOUND:
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/misc/unix/
H A Derrorcodes.c325 case HOST_NOT_FOUND:
/macosx-10.9.5/apr-30/apr/apr/misc/unix/
H A Derrorcodes.c325 case HOST_NOT_FOUND:
/macosx-10.9.5/bind9-45.100/bind9/lib/lwres/include/lwres/
H A Dnetdb.h.in60 #undef HOST_NOT_FOUND
68 #define HOST_NOT_FOUND 1 /* Authoritative Answer Host not found */
/macosx-10.9.5/tcl-102/tcl_ext/tclx/tclx/generic/
H A DtclXsocket.c64 case HOST_NOT_FOUND:
65 errorCode = "HOST_NOT_FOUND";
/macosx-10.9.5/OpenSSH-186/openssh/openbsd-compat/
H A Dgetrrsetbyname.c252 case HOST_NOT_FOUND:
/macosx-10.9.5/bind9-45.100/bind9/contrib/queryperf/missing/
H A Dgetaddrinfo.c573 case HOST_NOT_FOUND:

Completed in 312 milliseconds

12