Home
last modified time | relevance | path

Searched refs:dhcp_static_leases_by_section (Results 1 – 4 of 4) sorted by relevance

/systemd-251/src/network/
Dnetworkd-dhcp-server-static-lease.c17 … hashmap_remove(static_lease->network->dhcp_static_leases_by_section, static_lease->section); in dhcp_static_lease_free()
51 static_lease = hashmap_get(network->dhcp_static_leases_by_section, n); in lease_new_static()
63 …r = hashmap_ensure_put(&network->dhcp_static_leases_by_section, &config_section_hash_ops, static_l… in lease_new_static()
99 HASHMAP_FOREACH(static_lease, network->dhcp_static_leases_by_section) in network_drop_invalid_static_leases()
Dnetworkd-network.h338 Hashmap *dhcp_static_leases_by_section; member
Dnetworkd-dhcp-server.c522 HASHMAP_FOREACH(static_lease, link->network->dhcp_static_leases_by_section) { in dhcp4_server_configure()
Dnetworkd-network.c730 … hashmap_free_with_destructor(network->dhcp_static_leases_by_section, dhcp_static_lease_free); in network_free()