Searched refs:llmnr_ipv6_scope (Results 1 – 4 of 4) sorted by relevance
95 dns_scope_free(l->llmnr_ipv6_scope); in link_free()157 if (!l->llmnr_ipv6_scope) { 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()163 l->llmnr_ipv6_scope = dns_scope_free(l->llmnr_ipv6_scope); in link_allocate_scopes()845 else if (a->family == AF_INET6 && a->link->llmnr_ipv6_scope) in link_address_free()846 … dns_zone_remove_rr(&a->link->llmnr_ipv6_scope->zone, a->llmnr_address_rr); in link_address_free()852 else if (a->family == AF_INET6 && a->link->llmnr_ipv6_scope) in link_address_free()853 … dns_zone_remove_rr(&a->link->llmnr_ipv6_scope->zone, a->llmnr_ptr_rr); in link_address_free()998 a->link->llmnr_ipv6_scope && in link_address_add_rrs()1029 …r = dns_zone_put(&a->link->llmnr_ipv6_scope->zone, a->link->llmnr_ipv6_scope, a->llmnr_address_rr,… in link_address_add_rrs()[all …]
67 DnsScope *llmnr_ipv6_scope; member
206 (l->llmnr_ipv6_scope ? SD_RESOLVED_LLMNR_IPV6 : 0) | in property_get_scopes_mask()
1286 return l->llmnr_ipv6_scope; in manager_find_scope()