Searched refs:dns_scope_new (Results 1 – 4 of 4) sorted by relevance
/systemd-251/src/resolve/ |
D | resolved-link.c | 135 … r = dns_scope_new(l->manager, &l->unicast_scope, l, DNS_PROTOCOL_DNS, AF_UNSPEC); in link_allocate_scopes() 146 … r = dns_scope_new(l->manager, &l->llmnr_ipv4_scope, l, DNS_PROTOCOL_LLMNR, AF_INET); in link_allocate_scopes() 158 … r = dns_scope_new(l->manager, &l->llmnr_ipv6_scope, l, DNS_PROTOCOL_LLMNR, AF_INET6); in link_allocate_scopes() 169 … r = dns_scope_new(l->manager, &l->mdns_ipv4_scope, l, DNS_PROTOCOL_MDNS, AF_INET); in link_allocate_scopes() 180 … r = dns_scope_new(l->manager, &l->mdns_ipv6_scope, l, DNS_PROTOCOL_MDNS, AF_INET6); in link_allocate_scopes()
|
D | resolved-dns-scope.h | 69 int dns_scope_new(Manager *m, DnsScope **ret, Link *l, DnsProtocol p, int family);
|
D | resolved-manager.c | 620 r = dns_scope_new(m, &m->unicast_scope, NULL, DNS_PROTOCOL_DNS, AF_UNSPEC); in manager_new()
|
D | resolved-dns-scope.c | 28 int dns_scope_new(Manager *m, DnsScope **ret, Link *l, DnsProtocol protocol, int family) { in dns_scope_new() function
|