Searched refs:llmnr_ipv4_scope (Results 1 – 4 of 4) sorted by relevance
94 dns_scope_free(l->llmnr_ipv4_scope); in link_free()145 if (!l->llmnr_ipv4_scope) { 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()151 l->llmnr_ipv4_scope = dns_scope_free(l->llmnr_ipv4_scope); in link_allocate_scopes()843 if (a->family == AF_INET && a->link->llmnr_ipv4_scope) in link_address_free()844 … dns_zone_remove_rr(&a->link->llmnr_ipv4_scope->zone, a->llmnr_address_rr); in link_address_free()850 if (a->family == AF_INET && a->link->llmnr_ipv4_scope) in link_address_free()851 … dns_zone_remove_rr(&a->link->llmnr_ipv4_scope->zone, a->llmnr_ptr_rr); in link_address_free()888 a->link->llmnr_ipv4_scope && in link_address_add_rrs()919 …r = dns_zone_put(&a->link->llmnr_ipv4_scope->zone, a->link->llmnr_ipv4_scope, a->llmnr_address_rr,… in link_address_add_rrs()[all …]
66 DnsScope *llmnr_ipv4_scope; member
205 (l->llmnr_ipv4_scope ? SD_RESOLVED_LLMNR_IPV4 : 0) | in property_get_scopes_mask()
1284 return l->llmnr_ipv4_scope; in manager_find_scope()