Searched refs:hp2 (Results 1 – 2 of 2) sorted by relevance
116 HEADER *hp2; in __res_context_query() local227 hp2 = hp; in __res_context_query()231 hp2 = (HEADER *) *answerp2; in __res_context_query()234 hp = hp2; in __res_context_query()239 assert((hp != NULL) && (hp2 != NULL)); in __res_context_query()242 && (hp2->rcode != NOERROR || ntohs(hp2->ancount) == 0)) { in __res_context_query()246 || (hp2->rcode == NOERROR in __res_context_query()247 && ntohs (hp2->ancount) != 0)) in __res_context_query()256 || ntohs (hp2->ancount) != 0) in __res_context_query()265 || (hp2->rcode == NOERROR in __res_context_query()[all …]
564 const HEADER *hp2 = (HEADER *) buf2; in send_vc() local775 && (recvresp2 || hp2->id != anhp->id)) in send_vc()929 const HEADER *hp2 = (HEADER *) buf2; in send_dg() local1204 && anhp->id == hp2->id in send_dg()
Completed in 13 milliseconds