Home
last modified time | relevance | path

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

/bionic/libc/netbsd/resolv/
Dres_query.c141 hp->rcode = NOERROR; /* default */ in res_nquery()
183 if (hp->rcode != NOERROR || ntohs(hp->ancount) == 0) { in res_nquery()
199 case NOERROR: in res_nquery()
Dres_mkquery.c149 hp->rcode = NOERROR; in res_nmkquery()
259 *cp++ = NOERROR; /* extended RCODE */ in res_nopt()
/bionic/libc/private/
Darpa_nameser_compat.h162 #define NOERROR ns_r_noerror macro
/bionic/libc/netbsd/net/
Dgetaddrinfo.c2165 rcode = NOERROR; in res_queryN()
2174 hp->rcode = NOERROR; /* default */ in res_queryN()
2212 if (n < 0 || hp->rcode != NOERROR || ntohs(hp->ancount) == 0) { in res_queryN()
2235 case NOERROR: in res_queryN()