Home
last modified time | relevance | path

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

/external/syslinux/core/lwip/src/core/
Dtimers.c155 sys_timeout(DHCP_COARSE_TIMER_MSECS, dhcp_timer_coarse, NULL); in dhcp_timer_coarse()
231 sys_timeout(DHCP_COARSE_TIMER_MSECS, dhcp_timer_coarse, NULL); in sys_timeouts_init()
/external/syslinux/core/lwip/src/include/lwip/
Ddhcp.h21 #define DHCP_COARSE_TIMER_MSECS (DHCP_COARSE_TIMER_SECS * 1000UL) macro