Searched refs:sys_now (Results 1 – 9 of 9) sorted by relevance
247 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()
832 opts[1] = htonl(sys_now()); in tcp_build_timestamp_option()
238 u32_t sys_now(void);
480 sys_now(void) in sys_now() function
627 msg.msg.msg.w.time_started = sys_now(); in netconn_write_partly()
1228 ((s32_t)(sys_now() - conn->current_msg->msg.w.time_started) >= conn->send_timeout)) {
202 - u32_t sys_now(void)
76 #define SNMP_GET_SYSUPTIME(sysuptime) (sysuptime = (sys_now() / 10))
718 * def.h, timers.c: Fixed bug #29769 (sys_check_timeouts: sys_now() may1144 * sys.h: Made SYS_LIGHTWEIGHT_PROT and sys_now() work with NO_SYS=1