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 in function:send_vc
828 anhp->tc = 1;
848 if (hp->id != anhp->id) {
873 HEADER *anhp = (HEADER *)(void *)ans; local in function:send_dg
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...]
res_send.c 664 HEADER *anhp = (HEADER *)(void *)ans; local in function:send_vc
828 anhp->tc = 1;
848 if (hp->id != anhp->id) {
873 HEADER *anhp = (HEADER *)(void *)ans; local in function:send_dg
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...]

Completed in 24 milliseconds