Home
last modified time | relevance | path

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

/packages/modules/DnsResolver/
Dres_init.cpp110 statp->netcontext_flags = netcontext->flags; in res_init()
131 resOutput.netcontext_flags = other.netcontext_flags; in fromResState()
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()
Dres_query.cpp121 statp->netcontext_flags); in res_nquery()
123 (statp->netcontext_flags & in res_nquery()
137 if ((statp->netcontext_flags & in res_nquery()
Dresolv_private.h113 uint32_t netcontext_flags; member
143 uint8_t* buf, int buflen, int netcontext_flags);
Dgetaddrinfo.cpp1626 res->netcontext_flags); in doQuery()
1629 (res->netcontext_flags & (NET_CONTEXT_FLAG_USE_DNS_OVER_TLS | NET_CONTEXT_FLAG_USE_EDNS))) { in doQuery()
1651 if ((res_temp.netcontext_flags & in doQuery()
1656 sizeof(buf), res->netcontext_flags); in doQuery()
1756 res->netcontext_flags); in res_queryN()
1758 (res->netcontext_flags & in res_queryN()
1776 if ((res->netcontext_flags & in res_queryN()
Dres_send.cpp470 if (!(statp->netcontext_flags & NET_CONTEXT_FLAG_USE_LOCAL_NAMESERVERS)) { in res_nsend()
1104 if (anhp->rcode == FORMERR && (statp->netcontext_flags & NET_CONTEXT_FLAG_USE_EDNS)) { in send_dg()