Searched refs:t0_timeout (Results 1 – 2 of 2) sorted by relevance
93 u16_t t0_timeout; /* #ticks with period DHCP_COARSE_TIMER_SECS for lease time */ member
419 if (dhcp->t0_timeout && (++dhcp->lease_used == dhcp->t0_timeout)) { in dhcp_coarse_tmr()568 …if (((dhcp->t0_timeout - dhcp->lease_used) / 2) >= ((60 + DHCP_COARSE_TIMER_SECS / 2) / DHCP_COARS… in dhcp_t2_timeout()570 dhcp->t2_rebind_time = ((dhcp->t0_timeout - dhcp->lease_used) / 2); in dhcp_t2_timeout()1035 dhcp->t0_timeout = (u16_t)timeout; in dhcp_bind()1036 if (dhcp->t0_timeout == 0) { in dhcp_bind()1037 dhcp->t0_timeout = 1; in dhcp_bind()1303 dhcp->t1_renew_time = dhcp->t2_rebind_time = dhcp->lease_used = dhcp->t0_timeout = 0; in dhcp_release_and_stop()