Home
last modified time | relevance | path

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

/packages/modules/DnsResolver/
Dresolv_private.h97 netcontext_flags(netcontext->flags) {} in ResState()
112 copy.netcontext_flags = netcontext_flags;
141 uint32_t netcontext_flags; member
175 uint8_t* buf, int buflen, int netcontext_flags);
Dres_query.cpp121 statp->netcontext_flags); in res_nquery()
123 (statp->netcontext_flags & in res_nquery()
137 if ((statp->netcontext_flags & in res_nquery()
Dres_mkquery.cpp107 int netcontext_flags) { in res_nmkquery() argument
125 hp->ad = (netcontext_flags & NET_CONTEXT_FLAG_USE_DNS_OVER_TLS) != 0U; in res_nmkquery()
221 if (statp->netcontext_flags & NET_CONTEXT_FLAG_USE_DNS_OVER_TLS) { in res_nopt()
Dgetaddrinfo.cpp1625 res->netcontext_flags); in doQuery()
1628 (res->netcontext_flags & (NET_CONTEXT_FLAG_USE_DNS_OVER_TLS | NET_CONTEXT_FLAG_USE_EDNS))) { in doQuery()
1652 if ((res_temp.netcontext_flags & in doQuery()
1657 sizeof(buf), res_temp.netcontext_flags); in doQuery()
1759 res->netcontext_flags); in res_queryN()
1761 (res->netcontext_flags & in res_queryN()
1779 if ((res->netcontext_flags & in res_queryN()
Dres_send.cpp467 if (!(statp->netcontext_flags & NET_CONTEXT_FLAG_USE_LOCAL_NAMESERVERS)) { in res_nsend()
1113 if (anhp->rcode == FORMERR && (statp->netcontext_flags & NET_CONTEXT_FLAG_USE_EDNS)) { in send_dg()