Home
last modified time | relevance | path

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

/systemd-251/src/systemd/
Dsd-dhcp-lease.h61 int sd_dhcp_lease_get_sip(sd_dhcp_lease *lease, const struct in_addr **addr);
/systemd-251/src/libsystemd-network/
Dsd-dhcp-lease.c124 int sd_dhcp_lease_get_sip(sd_dhcp_lease *lease, const struct in_addr **addr) { in sd_dhcp_lease_get_sip() function
1047 r = sd_dhcp_lease_get_sip(lease, &addresses); in dhcp_lease_save()
/systemd-251/src/network/
Dnetworkd-state-file.c193 r = sd_dhcp_lease_get_sip(link->dhcp_lease, &addresses); in manager_save()
Dnetworkd-json.c830 n_sip = sd_dhcp_lease_get_sip(link->dhcp_lease, &sip); in sip_build_json()