Home
last modified time | relevance | path

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

/external/syslinux/core/lwip/src/include/ipv4/lwip/
Dautoip.h60 #define AUTOIP_TMR_INTERVAL 100 macro
61 #define AUTOIP_TICKS_PER_SECOND (1000 / AUTOIP_TMR_INTERVAL)
/external/syslinux/core/lwip/src/core/
Dtimers.c185 sys_timeout(AUTOIP_TMR_INTERVAL, autoip_timer, NULL); in autoip_timer()
235 sys_timeout(AUTOIP_TMR_INTERVAL, autoip_timer, NULL); in sys_timeouts_init()