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

/systemd/src/resolve/
H A Dresolved-resolv-conf.c136 if (m->unicast_scope)
137 dns_cache_flush(&m->unicast_scope->cache);
H A Dresolved-link.h73 DnsScope *unicast_scope; member in struct:Link
H A Dresolved-link.c90 dns_scope_free(l->unicast_scope);
107 if (!l->unicast_scope) {
108 r = dns_scope_new(l->manager, &l->unicast_scope, l, DNS_PROTOCOL_DNS, AF_UNSPEC);
113 l->unicast_scope = dns_scope_free(l->unicast_scope);
304 if (l->unicast_scope)
305 dns_cache_flush(&l->unicast_scope->cache);
582 if (l->unicast_scope)
583 dns_cache_flush(&l->unicast_scope->cache);
H A Dresolved-manager.h85 DnsScope *unicast_scope; member in struct:Manager
H A Dresolved-dns-server.c665 if (m->unicast_scope)
666 dns_cache_flush(&m->unicast_scope->cache);
H A Dresolved-link-bus.c104 mask = (l->unicast_scope ? SD_RESOLVED_DNS : 0) |
H A Dresolved-manager.c514 r = dns_scope_new(m, &m->unicast_scope, NULL, DNS_PROTOCOL_DNS, AF_UNSPEC);
570 dns_scope_free(m->unicast_scope);

Completed in 1672 milliseconds