Home
last modified time | relevance | path

Searched refs:NOERROR (Results 1 – 5 of 5) 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.c148 hp->rcode = NOERROR; in res_nmkquery()
258 *cp++ = NOERROR; /* extended RCODE */ in res_nopt()
Dres_stats.c77 case NOERROR: in android_net_res_stats_aggregate()
/bionic/libc/include/arpa/
Dnameser_compat.h102 #define NOERROR ns_r_noerror macro
/bionic/libc/dns/net/
Dgetaddrinfo.c2167 rcode = NOERROR; in res_queryN()
2176 hp->rcode = NOERROR; /* default */ in res_queryN()
2214 if (n < 0 || hp->rcode != NOERROR || ntohs(hp->ancount) == 0) { in res_queryN()
2237 case NOERROR: in res_queryN()