Home
last modified time | relevance | path

Searched refs:DHCPStaticLease (Results 1 – 3 of 3) sorted by relevance

/systemd-251/src/network/
Dnetworkd-dhcp-server-static-lease.c10 DEFINE_SECTION_CLEANUP_FUNCTIONS(DHCPStaticLease, dhcp_static_lease_free);
12 DHCPStaticLease *dhcp_static_lease_free(DHCPStaticLease *static_lease) { in dhcp_static_lease_free()
24 static int dhcp_static_lease_new(DHCPStaticLease **ret) { in dhcp_static_lease_new()
25 DHCPStaticLease *p; in dhcp_static_lease_new()
29 p = new0(DHCPStaticLease, 1); in dhcp_static_lease_new()
37 …_new_static(Network *network, const char *filename, unsigned section_line, DHCPStaticLease **ret) { in lease_new_static()
39 _cleanup_(dhcp_static_lease_freep) DHCPStaticLease *static_lease = NULL; in lease_new_static()
71 static int static_lease_verify(DHCPStaticLease *static_lease) { in static_lease_verify()
95 DHCPStaticLease *static_lease; in network_drop_invalid_static_leases()
116 _cleanup_(dhcp_static_lease_free_or_set_invalidp) DHCPStaticLease *lease = NULL; in config_parse_dhcp_static_lease_address()
[all …]
Dnetworkd-dhcp-server-static-lease.h13 typedef struct DHCPStaticLease { struct
20 } DHCPStaticLease; argument
22 DHCPStaticLease *dhcp_static_lease_free(DHCPStaticLease *lease);
Dnetworkd-dhcp-server.c368 DHCPStaticLease *static_lease; in dhcp4_server_configure()