Searched refs:NOERROR (Results 1 – 8 of 8) sorted by relevance
112 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()
126 hp->rcode = NOERROR; in res_nmkquery()219 *cp++ = NOERROR; /* extended RCODE */ in res_nopt()
1592 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()
66 case NOERROR: in android_net_res_stats_aggregate()
220 case NOERROR: in rcodeToAiError()372 } else if (returnCode == NOERROR) {
1302 *rcode = NOERROR; in resolv_res_nsend()
38 resolv : ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 2982747 resolv : ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 29827
111 public static enum DnsResponseCode { NOERROR, FORMERR, SERVFAIL, NXDOMAIN, NOTIMP, REFUSED }; enumConstant