Home
last modified time | relevance | path

Searched refs:anhp (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libresolv2/common/resolv/
H A Dres_send.c606 HEADER *anhp = (HEADER *) ans; in send_vc() local
786 anhp->tc = 1; in send_vc()
806 if (hp->id != anhp->id) { in send_vc()
827 HEADER *anhp = (HEADER *) ans; in send_dg() local
973 if (hp->id != anhp->id) { in send_dg()
999 if (anhp->rcode == FORMERR && (statp->options & RES_USE_EDNS0) != 0U) { in send_dg()
1028 if (anhp->rcode == SERVFAIL || in send_dg()
1029 anhp->rcode == NOTIMP || in send_dg()
1030 anhp->rcode == REFUSED) { in send_dg()
1039 if (!(statp->options & RES_IGNTC) && anhp->tc) { in send_dg()
/illumos-gate/usr/src/lib/libresolv/
H A Dres_send.c152 HEADER *anhp = (HEADER *) answer; local
303 anhp->tc = 1;
451 if (id != anhp->id) {
463 if (!(_res.options & RES_IGNTC) && anhp->tc) {