Home
last modified time | relevance | path

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

/third_party/lwip/src/include/lwip/
Ddhcp.h121 u16_t t2_rebind_time; /* #ticks with period DHCP_COARSE_TIMER_SECS until next rebind try */ member
/third_party/lwip/src/core/ipv4/
Ddhcp.c456 } else if (dhcp->t2_rebind_time && (dhcp->t2_rebind_time-- == 1)) {
495 if (dhcp->t2_rebind_time > 0) {
496 SET_TMR_TICK(tick, dhcp->t2_rebind_time);
661 dhcp->t2_rebind_time = (u16_t)((dhcp->t0_timeout - dhcp->lease_used) / 2);
1167 dhcp->t2_rebind_time = dhcp->t2_timeout;
1411 dhcp->t1_renew_time = dhcp->t2_rebind_time = dhcp->lease_used = dhcp->t0_timeout = 0;