Home | History | Annotate | Download | only in resolv

Lines Matching refs:hp

135 	HEADER *hp = (HEADER *)(void *)answer;
142 hp->rcode = NOERROR; /* default */
184 if (hp->rcode != NOERROR || ntohs(hp->ancount) == 0) {
188 p_rcode(hp->rcode),
189 ntohs(hp->ancount),
190 ntohs(hp->nscount),
191 ntohs(hp->arcount));
193 switch (hp->rcode) {
229 HEADER *hp = (HEADER *)(void *)answer;
326 if (hp->rcode == SERVFAIL) {