Searched refs:dns_scope_free (Results 1 – 4 of 4) sorted by relevance
93 dns_scope_free(l->unicast_scope); in link_free()94 dns_scope_free(l->llmnr_ipv4_scope); in link_free()95 dns_scope_free(l->llmnr_ipv6_scope); in link_free()96 dns_scope_free(l->mdns_ipv4_scope); in link_free()97 dns_scope_free(l->mdns_ipv6_scope); in link_free()140 l->unicast_scope = dns_scope_free(l->unicast_scope); in link_allocate_scopes()151 l->llmnr_ipv4_scope = dns_scope_free(l->llmnr_ipv4_scope); in link_allocate_scopes()163 l->llmnr_ipv6_scope = dns_scope_free(l->llmnr_ipv6_scope); in link_allocate_scopes()174 l->mdns_ipv4_scope = dns_scope_free(l->mdns_ipv4_scope); in link_allocate_scopes()185 l->mdns_ipv6_scope = dns_scope_free(l->mdns_ipv6_scope); in link_allocate_scopes()[all …]
70 DnsScope* dns_scope_free(DnsScope *s);
686 dns_scope_free(m->unicast_scope); in manager_free()
98 DnsScope* dns_scope_free(DnsScope *s) { in dns_scope_free() function