Home
last modified time | relevance | path

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

/external/syslinux/core/lwip/src/core/
Dtimers.c246 timeouts_last_time = sys_now(); in sys_timeouts_init()
366 now = sys_now(); in sys_check_timeouts()
406 timeouts_last_time = sys_now(); in sys_restart_timeouts()
Dtcp_out.c826 opts[1] = htonl(sys_now()); in tcp_build_timestamp_option()
/external/syslinux/core/lwip/src/include/arch/
Dsys_arch.h19 #define sys_now ms_timer macro
/external/syslinux/core/lwip/src/include/lwip/
Dsys.h232 u32_t sys_now(void);
/external/syslinux/core/lwip/
DCHANGELOG419 * def.h, timers.c: Fixed bug #29769 (sys_check_timeouts: sys_now() may
845 * sys.h: Made SYS_LIGHTWEIGHT_PROT and sys_now() work with NO_SYS=1