Searched refs:DHCP_RENEWING (Results 1 – 2 of 2) sorted by relevance
435 else if (dhcp->state == DHCP_RENEWING) { in dhcp_timeout()470 (dhcp->state == DHCP_RENEWING)) { in dhcp_t1_timeout()492 (dhcp->state == DHCP_RENEWING)) { in dhcp_t2_timeout()773 case DHCP_RENEWING: in dhcp_network_changed()1028 dhcp_set_state(dhcp, DHCP_RENEWING); in dhcp_renew()1610 …p->state == DHCP_REBOOTING) || (dhcp->state == DHCP_REBINDING) || (dhcp->state == DHCP_RENEWING)) { in dhcp_recv()1617 (dhcp->state == DHCP_REBINDING) || (dhcp->state == DHCP_RENEWING ))) { in dhcp_recv()1701 ((dhcp->state==DHCP_RENEWING) || dhcp->state==DHCP_REBINDING))) { in dhcp_create_msg()
164 #define DHCP_RENEWING 5 macro
Completed in 6 milliseconds