Searched refs:S_REBOOTING (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/sbin/dhclient/
H A Ddhclient.c622 ip->client->state = S_REBOOTING;
775 if (ip->client->state != S_REBOOTING &&
896 (ip->client->state == S_REBOOTING ? "REBOOT" : "REBIND"))),
898 if (ip->client->active && ip->client->state != S_REBOOTING)
1245 if (ip->client->state != S_REBOOTING &&
1485 if ((ip->client->state == S_REBOOTING ||
1497 if (ip->client->state == S_REBOOTING &&
1558 ip->client->state == S_REBOOTING ||
1566 ip->client->state != S_REBOOTING)
1758 ip->client->state == S_REBOOTING) {
[all...]
H A Ddhcpd.h138 S_REBOOTING, enumerator in enum:dhcp_state

Completed in 112 milliseconds