Lines Matching defs:rcode
2159 int rcode;
2165 rcode = NOERROR;
2174 hp->rcode = NOERROR; /* default */
2212 if (n < 0 || hp->rcode != NOERROR || ntohs(hp->ancount) == 0) {
2213 rcode = hp->rcode; /* record most recent error */
2216 printf(";; rcode = %u, ancount=%u\n", hp->rcode,
2228 switch (rcode) {
2347 if (hp->rcode == SERVFAIL) {