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

/osnet-11/usr/src/lib/libresolv/
H A Dres_send.c139 HEADER *anhp = (HEADER *) answer; local
290 anhp->tc = 1;
438 if (id != anhp->id) {
450 if (!(_res.options & RES_IGNTC) && anhp->tc) {
/osnet-11/usr/src/lib/libresolv2/common/resolv/
H A Dres_send.c693 HEADER *anhp = (HEADER *) ans; local
850 anhp->tc = 1;
870 if (hp->id != anhp->id) {
891 HEADER *anhp = (HEADER *) ans; local
1062 if (hp->id != anhp->id) {
1088 if (anhp->rcode == FORMERR && (statp->options & RES_USE_EDNS0) != 0U) {
1117 if (anhp->rcode == SERVFAIL ||
1118 anhp->rcode == NOTIMP ||
1119 anhp->rcode == REFUSED) {
1128 if (!(statp->options & RES_IGNTC) && anhp
[all...]

Completed in 17 milliseconds