HomeSort by relevance Sort by last modified time
    Searched refs:PROBE_WAIT (Results 1 - 4 of 4) sorted by null

  /external/dhcpcd-6.8.2/
arp.h 32 #define PROBE_WAIT 1
ipv4ll.c 201 RATE_LIMIT_INTERVAL : PROBE_WAIT,
  /external/syslinux/core/lwip/src/include/ipv4/lwip/
autoip.h 64 #define PROBE_WAIT 1 /* second (initial random delay) */
  /external/syslinux/core/lwip/src/core/ipv4/
autoip.c 353 * choosen out of 0 to PROBE_WAIT seconds.
356 autoip->ttw = (u16_t)(LWIP_AUTOIP_RAND(netif) % (PROBE_WAIT * AUTOIP_TICKS_PER_SECOND));

Completed in 152 milliseconds