Home
last modified time | relevance | path

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

/third_party/lwip/src/core/ipv4/
Dautoip.c286 autoip->ttw = 0; in autoip_start()
314 autoip->ttw = (u16_t)(LWIP_AUTOIP_RAND(netif) % (PROBE_WAIT * AUTOIP_TICKS_PER_SECOND)); in autoip_start_probing()
322 autoip->ttw = RATE_LIMIT_INTERVAL * AUTOIP_TICKS_PER_SECOND; in autoip_start_probing()
372 if ((autoip != NULL) && (autoip->ttw > 0)) { in autoip_tmr_tick()
375 SET_TMR_TICK(tick, autoip->ttw); in autoip_tmr_tick()
404 (u16_t)(autoip->state), autoip->ttw)); in autoip_tmr()
406 if (autoip->ttw > 0) { in autoip_tmr()
407 autoip->ttw--; in autoip_tmr()
412 if (autoip->ttw == 0) { in autoip_tmr()
420 autoip->ttw = ANNOUNCE_WAIT * AUTOIP_TICKS_PER_SECOND; in autoip_tmr()
[all …]
/third_party/lwip/src/include/lwip/
Dautoip.h70 u16_t ttw; member