Home
last modified time | relevance | path

Searched refs:t1_renew_time (Results 1 – 2 of 2) sorted by relevance

/third_party/lwip/src/include/lwip/
Ddhcp.h120 u16_t t1_renew_time; /* #ticks with period DHCP_COARSE_TIMER_SECS until next renew try */ member
/third_party/lwip/src/core/ipv4/
Ddhcp.c461 } else if (dhcp->t1_renew_time && (dhcp->t1_renew_time-- == 1)) {
498 if (dhcp->t1_renew_time > 0) {
499 SET_TMR_TICK(tick, dhcp->t1_renew_time);
635 dhcp->t1_renew_time = (u16_t)((dhcp->t2_timeout - dhcp->lease_used) / 2);
1153 dhcp->t1_renew_time = dhcp->t1_timeout;
1411 dhcp->t1_renew_time = dhcp->t2_rebind_time = dhcp->lease_used = dhcp->t0_timeout = 0;