Lines Matching refs:anhp
570 UHEADER *anhp = (UHEADER *) *ansp; in send_vc() local
705 anhp = (UHEADER *) *thisansp; in send_vc()
726 anhp = (UHEADER *) newp; in send_vc()
759 anhp->tc = 1; in send_vc()
779 if ((recvresp1 || hp->id != anhp->id) in send_vc()
780 && (recvresp2 || hp2->id != anhp->id)) in send_vc()
784 if (recvresp1 == 0 && hp->id == anhp->id) in send_vc()
1176 UHEADER *anhp = (UHEADER *) *thisansp; in send_dg() local
1203 && anhp->id == hp->id in send_dg()
1209 && anhp->id == hp2->id in send_dg()
1222 if (anhp->rcode == SERVFAIL || in send_dg()
1223 anhp->rcode == NOTIMP || in send_dg()
1224 anhp->rcode == REFUSED) { in send_dg()
1248 if (anhp->rcode == NOERROR && anhp->ancount == 0 in send_dg()
1249 && anhp->aa == 0 && anhp->ra == 0 && anhp->arcount == 0) { in send_dg()
1252 if (!(statp->options & RES_IGNTC) && anhp->tc) { in send_dg()