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

/bind-9.6-ESV-R11/lib/isc/win32/
H A Dnetdb.h56 #undef HOST_NOT_FOUND macro
64 #define HOST_NOT_FOUND 1 /* Authoritative Answer Host not found */ macro
/bind-9.6-ESV-R11/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...]
/bind-9.6-ESV-R11/lib/lwres/win32/include/lwres/
H A Dnetdb.h63 #undef HOST_NOT_FOUND macro
71 #define HOST_NOT_FOUND 1 /* Authoritative Answer Host not found */ macro
/bind-9.6-ESV-R11/lib/bind9/
H A Dgetaddresses.c196 case HOST_NOT_FOUND:
/bind-9.6-ESV-R11/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;
/bind-9.6-ESV-R11/lib/lwres/include/lwres/
H A Dnetdb.h.in60 #undef HOST_NOT_FOUND
68 #define HOST_NOT_FOUND 1 /* Authoritative Answer Host not found */
/bind-9.6-ESV-R11/contrib/queryperf/missing/
H A Dgetaddrinfo.c573 case HOST_NOT_FOUND:

Completed in 19 milliseconds