Home
last modified time | relevance | path

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

/external/syslinux/core/lwip/src/include/ipv4/lwip/
Dautoip.h64 #define PROBE_WAIT 1 /* second (initial random delay) */ macro
/external/dhcpcd-6.8.2/
Darp.h32 #define PROBE_WAIT 1 macro
Dipv4ll.c201 RATE_LIMIT_INTERVAL : PROBE_WAIT, in ipv4ll_conflicted()
/external/syslinux/core/lwip/src/core/ipv4/
Dautoip.c356 autoip->ttw = (u16_t)(LWIP_AUTOIP_RAND(netif) % (PROBE_WAIT * AUTOIP_TICKS_PER_SECOND)); in autoip_start_probing()