Home
last modified time | relevance | path

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

/lib/liblwip/src/core/
Dtimers.c247 timeouts_last_time = sys_now(); in sys_timeouts_init()
368 now = sys_now(); in sys_check_timeouts()
410 timeouts_last_time = sys_now(); in sys_restart_timeouts()
Dtcp_out.c832 opts[1] = htonl(sys_now()); in tcp_build_timestamp_option()
/lib/liblwip/src/include/lwip/
Dsys.h238 u32_t sys_now(void);
/lib/liblwip/src/arch/
Dsys_arch.c480 sys_now(void) in sys_now() function
/lib/liblwip/src/api/
Dapi_lib.c627 msg.msg.msg.w.time_started = sys_now(); in netconn_write_partly()
Dapi_msg.c1228 ((s32_t)(sys_now() - conn->current_msg->msg.w.time_started) >= conn->send_timeout)) {
/lib/liblwip/doc/
Dsys_arch.txt202 - u32_t sys_now(void)
/lib/liblwip/src/core/snmp/
Dmib2.c76 #define SNMP_GET_SYSUPTIME(sysuptime) (sysuptime = (sys_now() / 10))
/lib/liblwip/
DCHANGELOG718 * def.h, timers.c: Fixed bug #29769 (sys_check_timeouts: sys_now() may
1144 * sys.h: Made SYS_LIGHTWEIGHT_PROT and sys_now() work with NO_SYS=1