Searched refs:t2_timeout (Results 1 – 2 of 2) sorted by relevance
51 u16_t t2_timeout; /* #ticks with period DHCP_COARSE_TIMER_SECS for rebind time */ member
346 if (netif->dhcp->t2_timeout-- == 1) { in dhcp_coarse_tmr()958 dhcp->t2_timeout = (u16_t)timeout; in dhcp_bind()959 if (dhcp->t2_timeout == 0) { in dhcp_bind()960 dhcp->t2_timeout = 1; in dhcp_bind()966 if ((dhcp->t1_timeout >= dhcp->t2_timeout) && (dhcp->t2_timeout > 0)) { in dhcp_bind()
Completed in 5 milliseconds