Searched refs:address_is_proxy (Results 1 – 1 of 1) sorted by relevance
487 static bool address_is_proxy(int family, const union in_addr_union *a) { in address_is_proxy() function542 …l || address_is_proxy(p->family, &p->destination) ? p->ifindex : LOOPBACK_IFINDEX, /* force loopba… in dns_stub_send()885 … !address_is_proxy(p->family, &p->destination) && /* don't restrict needlessly for 127.0.0.54 */ in dns_stub_process_query()942 if (address_is_proxy(p->family, &p->destination)) { in dns_stub_process_query()1144 …event_source = address_is_proxy(family, listen_addr) ? &m->dns_proxy_stub_udp_event_source : &m->d… in manager_dns_stub_fd()1146 …event_source = address_is_proxy(family, listen_addr) ? &m->dns_proxy_stub_tcp_event_source : &m->d… in manager_dns_stub_fd()1171 if (!address_is_proxy(family, listen_addr)) { in manager_dns_stub_fd()