HomeSort by relevance Sort by last modified time
    Searched refs:DHCP_COARSE_TIMER_SECS (Results 1 - 2 of 2) sorted by null

  /external/syslinux/core/lwip/src/include/lwip/
dhcp.h 19 #define DHCP_COARSE_TIMER_SECS 60
21 #define DHCP_COARSE_TIMER_MSECS (DHCP_COARSE_TIMER_SECS * 1000UL)
50 u16_t t1_timeout; /* #ticks with period DHCP_COARSE_TIMER_SECS for renewal time */
51 u16_t t2_timeout; /* #ticks with period DHCP_COARSE_TIMER_SECS for rebind time */
  /external/syslinux/core/lwip/src/core/
dhcp.c 54 * #define DHCP_COARSE_TIMER_SECS (recommended 60 which is a minute)
    [all...]

Completed in 92 milliseconds