Home
last modified time | relevance | path

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

/systemd-251/src/network/
Dnetworkd-dhcp4.c144 link->dhcp4_configured = true; in dhcp4_check_ready()
246 link->dhcp4_configured = false; in dhcp4_request_route()
785 link->dhcp4_configured = false; in dhcp4_lease_lost()
920 link->dhcp4_configured = false; in dhcp4_request_address()
948 if (!link->dhcp4_configured) { in dhcp4_request_address_and_routes()
Dnetworkd-link.h125 bool dhcp4_configured:1; member
Dnetworkd-link.c496 if (!link->ipv4ll_address_configured && !link->dhcp4_configured && in link_check_ready()
504 yes_no(link->dhcp4_configured), in link_check_ready()