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

/freebsd-11-stable/lib/libc/resolv/
H A Dres_send.c625 HEADER *anhp = (HEADER *) ans; local
786 anhp->tc = 1;
806 if (hp->id != anhp->id) {
831 HEADER *anhp = (HEADER *) ans; local
1012 if (hp->id != anhp->id) {
1038 if (anhp->rcode == FORMERR && (statp->options & RES_USE_EDNS0) != 0U) {
1067 if (anhp->rcode == SERVFAIL ||
1068 anhp->rcode == NOTIMP ||
1069 anhp->rcode == REFUSED) {
1078 if (!(statp->options & RES_IGNTC) && anhp
[all...]

Completed in 56 milliseconds