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

/bind-9.11.3/lib/isc/win32/
H A Dnetdb.h47 #undef HOST_NOT_FOUND macro
55 #define HOST_NOT_FOUND 1 /* Authoritative Answer Host not found */ macro
/bind-9.11.3/lib/irs/win32/include/irs/
H A Dnetdb.h48 #undef HOST_NOT_FOUND macro
56 #define HOST_NOT_FOUND 1 /* Authoritative Answer Host not found */ macro
/bind-9.11.3/lib/irs/include/irs/
H A Dnetdb.h.in49 #undef HOST_NOT_FOUND
57 #define HOST_NOT_FOUND 1 /* Authoritative Answer Host not found */
/bind-9.11.3/bin/tests/system/lwresd/
H A Dlwtest.c230 if (address == NULL && h_errno == HOST_NOT_FOUND)
232 else if (h_errno != HOST_NOT_FOUND) {
266 if (address == NULL && h_errno == HOST_NOT_FOUND)
268 else if (h_errno != HOST_NOT_FOUND) {
323 if (address == NULL && error_num == HOST_NOT_FOUND)
325 else if (error_num != HOST_NOT_FOUND) {
382 if (name == NULL && h_errno == HOST_NOT_FOUND)
384 else if (h_errno != HOST_NOT_FOUND) {
422 if (name == NULL && error_num == HOST_NOT_FOUND)
424 else if (error_num != HOST_NOT_FOUND) {
[all...]
/bind-9.11.3/lib/lwres/win32/include/lwres/
H A Dnetdb.h54 #undef HOST_NOT_FOUND macro
62 #define HOST_NOT_FOUND 1 /* Authoritative Answer Host not found */ macro
/bind-9.11.3/lib/bind9/
H A Dgetaddresses.c186 case HOST_NOT_FOUND:
/bind-9.11.3/lib/lwres/
H A Dgetipnode.c89 * \li #HOST_NOT_FOUND:
225 *error_num = HOST_NOT_FOUND;
279 tmp_err = HOST_NOT_FOUND;
301 *error_num = HOST_NOT_FOUND;
392 *error_num = HOST_NOT_FOUND;
422 *error_num = HOST_NOT_FOUND;
437 *error_num = HOST_NOT_FOUND;
/bind-9.11.3/lib/lwres/include/lwres/
H A Dnetdb.h.in51 #undef HOST_NOT_FOUND
59 #define HOST_NOT_FOUND 1 /* Authoritative Answer Host not found */
/bind-9.11.3/contrib/queryperf/missing/
H A Dgetaddrinfo.c573 case HOST_NOT_FOUND:

Completed in 336 milliseconds