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

12

/freebsd-9.3-release/crypto/heimdal/lib/krb5/
H A Deai_to_heim_errno.c103 case HOST_NOT_FOUND:
/freebsd-9.3-release/crypto/heimdal/lib/roken/
H A Dgetipnodebyaddr.c54 case HOST_NOT_FOUND :
H A Dgetipnodebyname.c66 case HOST_NOT_FOUND :
H A Droken-common.h155 #ifndef HOST_NOT_FOUND
156 #define HOST_NOT_FOUND 1 macro
/freebsd-9.3-release/contrib/bsnmp/lib/
H A Dsupport.c139 return (HOST_NOT_FOUND);
141 return (HOST_NOT_FOUND);
144 return (HOST_NOT_FOUND);
154 return (HOST_NOT_FOUND);
164 return (HOST_NOT_FOUND);
/freebsd-9.3-release/contrib/ntp/lib/isc/win32/
H A Dnetdb.h54 #undef HOST_NOT_FOUND macro
62 #define HOST_NOT_FOUND 1 /* Authoritative Answer Host not found */ macro
/freebsd-9.3-release/contrib/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 */
/freebsd-9.3-release/lib/libc/resolv/
H A Dres_query.c184 RES_SET_H_ERRNO(statp, HOST_NOT_FOUND);
227 RES_SET_H_ERRNO(statp, HOST_NOT_FOUND); /*%< True if we never query. */
256 case HOST_NOT_FOUND:
319 case HOST_NOT_FOUND:
361 case HOST_NOT_FOUND:
/freebsd-9.3-release/contrib/sendmail/libsm/
H A Derrstring.c107 case HOST_NOT_FOUND + E_DNSBASE:
/freebsd-9.3-release/contrib/sendmail/contrib/
H A Dbitdomain.c175 case HOST_NOT_FOUND:
244 if (h_errno != HOST_NOT_FOUND)
/freebsd-9.3-release/lib/bind/lwres/lwres/
H A Dnetdb.h62 #undef HOST_NOT_FOUND macro
70 #define HOST_NOT_FOUND 1 /* Authoritative Answer Host not found */ macro
/freebsd-9.3-release/contrib/bind9/lib/bind9/
H A Dgetaddresses.c196 case HOST_NOT_FOUND:
/freebsd-9.3-release/include/
H A Dnetdb.h141 #define HOST_NOT_FOUND 1 /* Authoritative Answer Host not found */ macro
/freebsd-9.3-release/lib/libc/net/
H A Dgethostbydns.c537 case HOST_NOT_FOUND:
644 case HOST_NOT_FOUND:
675 RES_SET_H_ERRNO(statp, HOST_NOT_FOUND);
689 RES_SET_H_ERRNO(statp, HOST_NOT_FOUND);
H A Dgethostbynis.c84 RES_SET_H_ERRNO(statp, HOST_NOT_FOUND);
118 RES_SET_H_ERRNO(statp, HOST_NOT_FOUND);
H A Dgethostnamadr.c454 RES_SET_H_ERRNO(statp, HOST_NOT_FOUND);
626 RES_SET_H_ERRNO(statp, HOST_NOT_FOUND);
H A Dgethostbyht.c105 RES_SET_H_ERRNO(statp, HOST_NOT_FOUND);
H A Dgetaddrinfo.c2280 case HOST_NOT_FOUND:
2542 RES_SET_H_ERRNO(__res_state(), HOST_NOT_FOUND); local
2663 RES_SET_H_ERRNO(res, HOST_NOT_FOUND);
2702 RES_SET_H_ERRNO(res, HOST_NOT_FOUND); /* default, if we never query */
2733 case HOST_NOT_FOUND:
2794 case HOST_NOT_FOUND:
2819 case HOST_NOT_FOUND:
H A Dgetnetbydns.c192 RES_SET_H_ERRNO(statp, HOST_NOT_FOUND);
H A Dname6.c258 *errp = HOST_NOT_FOUND;
269 *errp = HOST_NOT_FOUND;
/freebsd-9.3-release/contrib/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;
/freebsd-9.3-release/contrib/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 */
/freebsd-9.3-release/lib/libbluetooth/
H A Dbluetooth.c113 h_errno = HOST_NOT_FOUND;
/freebsd-9.3-release/contrib/sendmail/src/
H A Ddomain.c272 case HOST_NOT_FOUND:
927 if (h_errno != HOST_NOT_FOUND)
/freebsd-9.3-release/crypto/openssh/openbsd-compat/
H A Dgetrrsetbyname.c239 case HOST_NOT_FOUND:

Completed in 269 milliseconds

12