Home | History | Annotate | Download | only in net

Lines Matching refs:rcode

2165 	int rcode;
2171 rcode = NOERROR;
2180 hp->rcode = NOERROR; /* default */
2218 if (n < 0 || hp->rcode != NOERROR || ntohs(hp->ancount) == 0) {
2219 rcode = hp->rcode; /* record most recent error */
2222 printf(";; rcode = %u, ancount=%u\n", hp->rcode,
2234 switch (rcode) {
2359 if (hp->rcode == SERVFAIL) {