HomeSort by: relevance | last modified time | path
    Searched defs:anhp (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libc/resolv/
res_send.c 664 HEADER *anhp = (HEADER *)(void *)ans; local
828 anhp->tc = 1;
848 if (hp->id != anhp->id) {
873 HEADER *anhp = (HEADER *)(void *)ans; local
1057 if (hp->id != anhp->id) {
1083 if (anhp->rcode == FORMERR && (statp->options & RES_USE_EDNS0) != 0U) {
1112 if (anhp->rcode == SERVFAIL ||
1113 anhp->rcode == NOTIMP ||
1114 anhp->rcode == REFUSED) {
1123 if (!(statp->options & RES_IGNTC) && anhp->tc)
    [all...]
  /src/external/bsd/libbind/dist/resolv/
res_send.c 598 HEADER *anhp = (HEADER *) ans; local
755 anhp->tc = 1;
775 if (hp->id != anhp->id) {
796 HEADER *anhp = (HEADER *) ans; local
942 if (hp->id != anhp->id) {
968 if (anhp->rcode == FORMERR && (statp->options & RES_USE_EDNS0) != 0U) {
997 if (anhp->rcode == SERVFAIL ||
998 anhp->rcode == NOTIMP ||
999 anhp->rcode == REFUSED) {
1008 if (!(statp->options & RES_IGNTC) && anhp->tc)
    [all...]

Completed in 15 milliseconds