Searched defs:anhp (Results 1 - 2 of 2) sorted by relevance

/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) {
/illumos-gate/usr/src/lib/libresolv2/common/resolv/
H A Dres_send.c611 HEADER *anhp = (HEADER *) ans; local
791 anhp->tc = 1;
811 if (hp->id != anhp->id) {
832 HEADER *anhp = (HEADER *) ans; local
978 if (hp->id != anhp->id) {
1004 if (anhp->rcode == FORMERR && (statp->options & RES_USE_EDNS0) != 0U) {
1033 if (anhp->rcode == SERVFAIL ||
1034 anhp->rcode == NOTIMP ||
1035 anhp->rcode == REFUSED) {
1044 if (!(statp->options & RES_IGNTC) && anhp
[all...]

Completed in 47 milliseconds