Home
last modified time | relevance | path

Searched refs:unicast_scope (Results 1 – 7 of 7) sorted by relevance

/systemd-251/src/resolve/
Dresolved-link.c93 dns_scope_free(l->unicast_scope); in link_free()
124 if (l->manager->unicast_scope) in link_allocate_scopes()
125 dns_cache_flush(&l->manager->unicast_scope->cache); in link_allocate_scopes()
132 if (!l->unicast_scope) { in link_allocate_scopes()
135 … r = dns_scope_new(l->manager, &l->unicast_scope, l, DNS_PROTOCOL_DNS, AF_UNSPEC); in link_allocate_scopes()
140 l->unicast_scope = dns_scope_free(l->unicast_scope); in link_allocate_scopes()
393 l->unicast_scope = dns_scope_free(l->unicast_scope); in link_set_dns_over_tls_mode()
435 l->unicast_scope = dns_scope_free(l->unicast_scope); in link_set_dnssec_mode()
734 if (l->unicast_scope) in link_set_dns_server()
735 dns_cache_flush(&l->unicast_scope->cache); in link_set_dns_server()
Dresolved-dns-server.c861 if (m->unicast_scope) in manager_set_dns_server()
862 dns_cache_flush(&m->unicast_scope->cache); in manager_set_dns_server()
964 scope = s->link ? s->link->unicast_scope : s->manager->unicast_scope; in dns_server_flush_cache()
1072 return s->link->unicast_scope; in dns_server_scope()
1074 return s->manager->unicast_scope; in dns_server_scope()
Dresolved-resolv-conf.c187 if (m->unicast_scope) in manager_read_resolv_conf()
188 dns_cache_flush(&m->unicast_scope->cache); in manager_read_resolv_conf()
Dresolved-link.h65 DnsScope *unicast_scope; member
Dresolved-link-bus.c183 if (l->unicast_scope) in property_get_default_route()
184 … return sd_bus_message_append(reply, "b", dns_scope_is_default_route(l->unicast_scope)); in property_get_default_route()
204 mask = (l->unicast_scope ? SD_RESOLVED_DNS : 0) | in property_get_scopes_mask()
Dresolved-manager.h86 DnsScope *unicast_scope; member
Dresolved-manager.c620 r = dns_scope_new(m, &m->unicast_scope, NULL, DNS_PROTOCOL_DNS, AF_UNSPEC); in manager_new()
686 dns_scope_free(m->unicast_scope); in manager_free()