Home
last modified time | relevance | path

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

/bionic/libc/dns/resolv/
Dres_query.c142 hp->rcode = NOERROR; /* default */ in res_nquery()
184 if (hp->rcode != NOERROR || ntohs(hp->ancount) == 0) { in res_nquery()
200 case NOERROR: in res_nquery()
Dres_mkquery.c149 hp->rcode = NOERROR; in res_nmkquery()
259 *cp++ = NOERROR; /* extended RCODE */ in res_nopt()
/bionic/libc/include/arpa/
Dnameser_compat.h117 #define NOERROR ns_r_noerror macro
/bionic/libc/dns/net/
Dgetaddrinfo.c2150 rcode = NOERROR; in res_queryN()
2159 hp->rcode = NOERROR; /* default */ in res_queryN()
2197 if (n < 0 || hp->rcode != NOERROR || ntohs(hp->ancount) == 0) { in res_queryN()
2220 case NOERROR: in res_queryN()