Home
last modified time | relevance | path

Searched refs:HOST_NOT_FOUND (Results 1 – 8 of 8) sorted by path

/original-bsd/include/
H A Dnetdb.h83 #define HOST_NOT_FOUND 1 /* Authoritative Answer Host not found */ macro
/original-bsd/lib/libc/net/
H A Dgethostnamadr.c122 h_errno = HOST_NOT_FOUND;
246 h_errno = HOST_NOT_FOUND;
H A Dres_query.c108 h_errno = HOST_NOT_FOUND;
151 h_errno = HOST_NOT_FOUND; /* default, if we never query */
189 if ((h_errno != HOST_NOT_FOUND && h_errno != NO_DATA) ||
/original-bsd/usr.sbin/sendmail/src/
H A DREAD_ME386 -1 but sets h_errno to 0 instead of HOST_NOT_FOUND. If
388 HOST_NOT_FOUND.
H A Ddaemon.c1375 case HOST_NOT_FOUND:
H A Ddomain.c157 case HOST_NOT_FOUND:
559 if (h_errno != HOST_NOT_FOUND)
H A Derr.c569 case HOST_NOT_FOUND + E_DNSBASE:
H A Dmap.c575 h_errno = HOST_NOT_FOUND;