Home
last modified time | relevance | path

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

/third_party/lwip/src/include/lwip/prot/
Dautoip.h55 #define PROBE_WAIT 1 /* second (initial random delay) */ macro
/third_party/lwip/src/core/ipv4/
Dautoip.c314 autoip->ttw = (u16_t)(LWIP_AUTOIP_RAND(netif) % (PROBE_WAIT * AUTOIP_TICKS_PER_SECOND)); in autoip_start_probing()