Home
last modified time | relevance | path

Searched refs:NO_HOST (Results 1 – 1 of 1) sorted by relevance

/mirbsd/src/usr.bin/host/
Dhost.c154 #define NO_HOST (NO_DATA + 2) /* used for non-authoritative HOST_NOT_FOUND */ macro
2111 if (h_errno != HOST_NOT_FOUND && h_errno != NO_HOST)
2314 h_errno = bp->aa ? HOST_NOT_FOUND : NO_HOST;
4465 if (h_errno == NO_RREC || h_errno == NO_HOST)
4534 if (h_errno == NO_RREC || h_errno == NO_HOST)
4777 h_errno = bp->aa ? HOST_NOT_FOUND : NO_HOST;
6600 case NO_HOST: