Searched refs:t2_timeout (Results 1 – 2 of 2) sorted by relevance
119 u16_t t2_timeout; /* #ticks with period DHCP_COARSE_TIMER_SECS for rebind time */ member
567 …if (((dhcp->t2_timeout - dhcp->lease_used) / 2) >= ((60 + DHCP_COARSE_TIMER_SECS / 2) / DHCP_COARS… in dhcp_t1_timeout()568 dhcp->t1_renew_time = (u16_t)((dhcp->t2_timeout - dhcp->lease_used) / 2); in dhcp_t1_timeout()1095 dhcp->t2_timeout = (u16_t)timeout; in dhcp_bind()1096 if (dhcp->t2_timeout == 0) { in dhcp_bind()1097 dhcp->t2_timeout = 1; in dhcp_bind()1100 dhcp->t2_rebind_time = dhcp->t2_timeout; in dhcp_bind()1104 if ((dhcp->t1_timeout >= dhcp->t2_timeout) && (dhcp->t2_timeout > 0)) { in dhcp_bind()