Home
last modified time | relevance | path

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

/systemd-251/src/systemd/
Dsd-dhcp-lease.h67 int sd_dhcp_lease_get_search_domains(sd_dhcp_lease *lease, char ***domains);
/systemd-251/src/network/
Dnetworkd-state-file.c216 r = sd_dhcp_lease_get_search_domains(link->dhcp_lease, &domains); in manager_save()
446 if (sd_dhcp_lease_get_search_domains(link->dhcp_lease, &domains) >= 0) in link_save_domains()
Dnetworkd-json.c932 if (sd_dhcp_lease_get_search_domains(link->dhcp_lease, &domains) >= 0) { in domains_build_json()
/systemd-251/src/libsystemd-network/
Dsd-dhcp-lease.c252 int sd_dhcp_lease_get_search_domains(sd_dhcp_lease *lease, char ***domains) { in sd_dhcp_lease_get_search_domains() function
1058 r = sd_dhcp_lease_get_search_domains(lease, &search_domains); in dhcp_lease_save()