Searched refs:netcontext_flags (Results 1 – 5 of 5) sorted by relevance
/packages/modules/DnsResolver/ |
D | resolv_private.h | 99 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);
|
D | res_mkquery.cpp | 105 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()
|
D | res_query.cpp | 118 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()
|
D | getaddrinfo.cpp | 1617 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()
|
D | res_send.cpp | 513 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()
|