Home
last modified time | relevance | path

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

/packages/modules/DnsResolver/
Dres_query.cpp112 int rcode = NOERROR; in res_nquery()
116 hp->rcode = NOERROR; // default in res_nquery()
171 if (hp->rcode != NOERROR || ntohs(hp->ancount) == 0) { in res_nquery()
183 case NOERROR: in res_nquery()
Dres_mkquery.cpp126 hp->rcode = NOERROR; in res_nmkquery()
219 *cp++ = NOERROR; /* extended RCODE */ in res_nopt()
Dgetaddrinfo.cpp1592 case NOERROR: in getHerrnoFromRcode()
1614 hp->rcode = NOERROR; // default in doQuery()
1646 int rcode = NOERROR; in doQuery()
1648 if (n < 0 || hp->rcode != NOERROR || ntohs(hp->ancount) == 0) { in doQuery()
1742 rcode = NOERROR; in res_queryN()
1749 hp->rcode = NOERROR; /* default */ in res_queryN()
1772 if (n < 0 || hp->rcode != NOERROR || ntohs(hp->ancount) == 0) { in res_queryN()
Dres_stats.cpp66 case NOERROR: in android_net_res_stats_aggregate()
DDnsProxyListener.cpp220 case NOERROR: in rcodeToAiError()
372 } else if (returnCode == NOERROR) {
Dres_send.cpp1302 *rcode = NOERROR; in resolv_res_nsend()
/packages/modules/DnsResolver/tests/testdata/
DREADME.md38 resolv : ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 29827
47 resolv : ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 29827
/packages/modules/Connectivity/service/src/com/android/server/connectivity/
DNetworkDiagnostics.java111 public static enum DnsResponseCode { NOERROR, FORMERR, SERVFAIL, NXDOMAIN, NOTIMP, REFUSED }; enumConstant