Home
last modified time | relevance | path

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

/bionic/libc/dns/resolv/
Dres_send.c764 HEADER *anhp = (HEADER *)(void *)ans; in send_vc() local
939 anhp->tc = 1; in send_vc()
961 if (hp->id != anhp->id) { in send_vc()
976 *rcode = anhp->rcode; in send_vc()
1081 HEADER *anhp = (HEADER *)(void *)ans; in send_dg() local
1203 if (hp->id != anhp->id) { in send_dg()
1229 if (anhp->rcode == FORMERR && (statp->options & RES_USE_EDNS0) != 0U) { in send_dg()
1260 if (anhp->rcode == SERVFAIL || in send_dg()
1261 anhp->rcode == NOTIMP || in send_dg()
1262 anhp->rcode == REFUSED) { in send_dg()
[all …]