Home
last modified time | relevance | path

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

/third_party/lwip/src/include/lwip/
Dautoip.h57 #define AUTOIP_TMR_INTERVAL 100 macro
58 #define AUTOIP_TICKS_PER_SECOND (1000 / AUTOIP_TMR_INTERVAL)
/third_party/lwip/src/core/
Dtimeouts.c95 {AUTOIP_TMR_INTERVAL, HANDLER(autoip_tmr)},