Lines Matching refs:hp
1305 const HEADER *hp; in getanswer() local
1337 hp = &answer->hdr; in getanswer()
1338 ancount = ntohs(hp->ancount); in getanswer()
1339 qdcount = ntohs(hp->qdcount); in getanswer()
2140 HEADER *hp; in res_queryN() local
2157 hp = (HEADER *)(void *)t->answer; in res_queryN()
2158 hp->rcode = NOERROR; /* default */ in res_queryN()
2196 if (n < 0 || hp->rcode != NOERROR || ntohs(hp->ancount) == 0) { in res_queryN()
2197 rcode = hp->rcode; /* record most recent error */ in res_queryN()
2200 printf(";; rcode = %u, ancount=%u\n", hp->rcode, in res_queryN()
2201 ntohs(hp->ancount)); in res_queryN()
2206 ancount += ntohs(hp->ancount); in res_queryN()
2244 HEADER *hp; in res_searchN() local
2252 hp = (HEADER *)(void *)target->answer; /*XXX*/ in res_searchN()
2331 if (hp->rcode == SERVFAIL) { in res_searchN()