Home | History | Annotate | Download | only in net

Lines Matching defs:hp

1310 	const HEADER *hp;
1342 hp = &answer->hdr;
1343 ancount = ntohs(hp->ancount);
1344 qdcount = ntohs(hp->qdcount);
2149 HEADER *hp;
2166 hp = (HEADER *)(void *)t->answer;
2167 hp->rcode = NOERROR; /* default */
2205 if (n < 0 || hp->rcode != NOERROR || ntohs(hp->ancount) == 0) {
2206 rcode = hp->rcode; /* record most recent error */
2209 printf(";; rcode = %u, ancount=%u\n", hp->rcode,
2210 ntohs(hp->ancount));
2215 ancount += ntohs(hp->ancount);
2253 HEADER *hp;
2261 hp = (HEADER *)(void *)target->answer; /*XXX*/
2346 if (hp->rcode == SERVFAIL) {