Home
last modified time | relevance | path

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

/packages/modules/DnsResolver/
Dresolv_private.h99 netcontext_flags(netcontext->flags) {} in ResState()
116 copy.netcontext_flags = netcontext_flags;
147 uint32_t netcontext_flags; member
178 std::span<uint8_t> msg, int netcontext_flags);
Dres_mkquery.cpp105 int netcontext_flags) { in res_nmkquery() argument
123 hp->ad = (netcontext_flags & NET_CONTEXT_FLAG_USE_DNS_OVER_TLS) != 0U; in res_nmkquery()
217 if (statp->netcontext_flags & NET_CONTEXT_FLAG_USE_DNS_OVER_TLS) { in res_nopt()
Dres_query.cpp118 n = res_nmkquery(QUERY, name, cl, type, {}, buf, statp->netcontext_flags); in res_nquery()
120 (statp->netcontext_flags & in res_nquery()
134 if ((statp->netcontext_flags & in res_nquery()
Dgetaddrinfo.cpp1617 int n = res_nmkquery(QUERY, name, cl, type, {}, buf, res->netcontext_flags); in doQuery()
1620 (res->netcontext_flags & (NET_CONTEXT_FLAG_USE_DNS_OVER_TLS | NET_CONTEXT_FLAG_USE_EDNS))) { in doQuery()
1644 if ((res_temp.netcontext_flags & in doQuery()
1648 n = res_nmkquery(QUERY, name, cl, type, {}, buf, res_temp.netcontext_flags); in doQuery()
Dres_send.cpp513 if (!(statp->netcontext_flags & NET_CONTEXT_FLAG_USE_LOCAL_NAMESERVERS)) { in res_nsend()
1171 if (anhp->rcode == FORMERR && (statp->netcontext_flags & NET_CONTEXT_FLAG_USE_EDNS)) { in send_dg()