Home
last modified time | relevance | path

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

/external/syslinux/core/lwip/src/include/ipv4/lwip/
Dautoip.h67 #define PROBE_NUM 3 /* (number of probe packets) */ macro
/external/dhcpcd-6.8.2/
Darp.c274 if (++astate->probes < PROBE_NUM) { in arp_probe1()
288 astate->probes ? astate->probes : PROBE_NUM, PROBE_NUM, in arp_probe1()
Darp.h33 #define PROBE_NUM 3 macro
/external/syslinux/core/lwip/src/core/ipv4/
Dautoip.c420 if(netif->autoip->sent_num >= PROBE_NUM) { in autoip_tmr()