Searched defs:need_restart (Results 1 - 1 of 1) sorted by relevance

/systemd/src/libsystemd-network/
H A Dsd-dhcp-client.c202 bool need_restart = false; local
223 need_restart = true;
231 if (need_restart && client->state != DHCP_STATE_STOPPED)
260 bool need_restart = false; local
287 need_restart = true;
295 if (need_restart && client->state != DHCP_STATE_STOPPED)

Completed in 16 milliseconds