Home
last modified time | relevance | path

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

/lib/liblwip/src/include/ipv4/lwip/
Dautoip.h67 #define PROBE_NUM 3 /* (number of probe packets) */ macro
/lib/liblwip/src/core/ipv4/
Dautoip.c412 if (netif->autoip->sent_num >= PROBE_NUM) { in autoip_tmr()