Home
last modified time | relevance | path

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

/third_party/lwip/src/include/lwip/prot/
Dautoip.h56 #define PROBE_MIN 1 /* second (minimum delay till repeated probe) */ macro
/third_party/lwip/src/core/ipv4/
Dautoip.c435 ((PROBE_MAX - PROBE_MIN) * AUTOIP_TICKS_PER_SECOND) ) + in autoip_tmr()
436 PROBE_MIN * AUTOIP_TICKS_PER_SECOND); in autoip_tmr()