Home
last modified time | relevance | path

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

/third_party/lwip/src/core/
Dlowpower.c66 static u32_t g_last_check_timeout = 0; variable
379 if ((now - g_last_check_timeout) >= TIMEOUT_CHECK) { in tcpip_timeouts_mbox_fetch()
381 g_last_check_timeout = sys_now(); in tcpip_timeouts_mbox_fetch()