Lines Matching defs:rcode
2555 int rcode;
2562 rcode = NOERROR;
2575 hp->rcode = NOERROR; /* default */
2631 if (n < 0 || hp->rcode != NOERROR || ntohs(hp->ancount) == 0) {
2632 rcode = hp->rcode; /* record most recent error */
2635 printf(";; rcode = (%s), counts = an:%d ns:%d ar:%d\n",
2636 p_rcode(hp->rcode),
2650 switch (rcode) {
2767 if (hp->rcode == SERVFAIL) {