Home
last modified time | relevance | path

Searched refs:dnssec_negative_trust_anchors (Results 1 – 11 of 11) sorted by relevance

/systemd-251/src/resolve/
Dresolved-link.c74 l->dnssec_negative_trust_anchors = set_free_free(l->dnssec_negative_trust_anchors); in link_flush_settings()
468 l->dnssec_negative_trust_anchors = set_free_free(l->dnssec_negative_trust_anchors); in link_update_dnssec_negative_trust_anchors()
484 l->dnssec_negative_trust_anchors = TAKE_PTR(ns); in link_update_dnssec_negative_trust_anchors()
1160 if (!set_isempty(l->dnssec_negative_trust_anchors)) in link_needs_save()
1243 if (!set_isempty(l->dnssec_negative_trust_anchors)) { in link_save_user()
1248 SET_FOREACH(nta, l->dnssec_negative_trust_anchors) { in link_save_user()
1385 l->dnssec_negative_trust_anchors = TAKE_PTR(ns); in link_load_user()
1410 if (set_contains(l->dnssec_negative_trust_anchors, name)) in link_negative_trust_anchor_lookup()
Dresolved-link-bus.c233 SET_FOREACH(name, l->dnssec_negative_trust_anchors) { in property_get_ntas()
752 if (!set_equal(ns, l->dnssec_negative_trust_anchors)) { in bus_link_method_set_dnssec_negative_trust_anchors()
753 set_free_free(l->dnssec_negative_trust_anchors); in bus_link_method_set_dnssec_negative_trust_anchors()
754 l->dnssec_negative_trust_anchors = TAKE_PTR(ns); in bus_link_method_set_dnssec_negative_trust_anchors()
Dresolved-link.h63 Set *dnssec_negative_trust_anchors; member
/systemd-251/src/network/
Dnetworkd-link.h190 Set *dnssec_negative_trust_anchors; member
Dnetworkd-state-file.c651 Set *nta_anchors = link->dnssec_negative_trust_anchors; in link_save()
653 nta_anchors = link->network->dnssec_negative_trust_anchors; in link_save()
Dnetworkd-network.h352 Set *dnssec_negative_trust_anchors; member
Dnetworkd-link-bus.c525 set_free_free(l->dnssec_negative_trust_anchors); in bus_link_method_set_dnssec_negative_trust_anchors()
526 l->dnssec_negative_trust_anchors = TAKE_PTR(ns); in bus_link_method_set_dnssec_negative_trust_anchors()
Dnetworkd-json.c1027 …SET_FOREACH(nta, link->dnssec_negative_trust_anchors ?: link->network->dnssec_negative_trust_ancho… in ntas_build_json()
1034 …link->dnssec_negative_trust_anchors ? NETWORK_CONFIG_SOURCE_RUNTIME : NETWORK_CONFIG_SOURCE_STATIC, in ntas_build_json()
Dnetworkd-link.c179 link->dnssec_negative_trust_anchors = set_free_free(link->dnssec_negative_trust_anchors); in link_dns_settings_clear()
Dnetworkd-network.c745 set_free_free(network->dnssec_negative_trust_anchors); in network_free()
Dnetworkd-network-gperf.gperf122 …hors, 0, offsetof(Network, dnssec_negative_trust_anchors)