Home | History | Annotate | Download | only in resolv

Lines Matching defs:hp

134 	HEADER *hp = (HEADER *)(void *)answer;
141 hp->rcode = NOERROR; /* default */
183 if (hp->rcode != NOERROR || ntohs(hp->ancount) == 0) {
187 p_rcode(hp->rcode),
188 ntohs(hp->ancount),
189 ntohs(hp->nscount),
190 ntohs(hp->arcount));
192 switch (hp->rcode) {
228 HEADER *hp = (HEADER *)(void *)answer;
316 if (hp->rcode == SERVFAIL) {