Searched refs:dhcp_static_leases_by_section (Results 1 – 4 of 4) sorted by relevance
17 … 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()
338 Hashmap *dhcp_static_leases_by_section; member
522 HASHMAP_FOREACH(static_lease, link->network->dhcp_static_leases_by_section) { in dhcp4_server_configure()
730 … hashmap_free_with_destructor(network->dhcp_static_leases_by_section, dhcp_static_lease_free); in network_free()