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()
959 if (hp->id != anhp->id) { in send_vc()
974 *rcode = anhp->rcode; in send_vc()
1079 HEADER *anhp = (HEADER *)(void *)ans; in send_dg() local
1201 if (hp->id != anhp->id) { in send_dg()
1227 if (anhp->rcode == FORMERR && (statp->options & RES_USE_EDNS0) != 0U) { in send_dg()
1258 if (anhp->rcode == SERVFAIL || in send_dg()
1259 anhp->rcode == NOTIMP || in send_dg()
1260 anhp->rcode == REFUSED) { in send_dg()
[all …]