Home
last modified time | relevance | path

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

/third_party/lwip/src/core/
Dtimeouts.c243 now = sys_now(); in lwip_cyclic_timer()
299 next_timeout_time = (u32_t)(sys_now() + msecs); /* overflow handled by TIME_LESS_THAN macro */ in sys_timeout_debug()
359 now = sys_now(); in sys_check_timeouts()
385 tmptimeout->handler_name, sys_now() - tmptimeout->time, arg)); in sys_check_timeouts()
414 now = sys_now(); in sys_restart_timeouts()
435 now = sys_now(); in sys_timeouts_sleeptime()
Dtcp_out.c1146 opts[1] = lwip_htonl(sys_now()); in tcp_build_timestamp_option()
/third_party/lwip/src/apps/lwiperf/
Dlwiperf.c233 now = sys_now(); in lwip_tcp_conn_report()
291 u32_t now = sys_now(); in lwiperf_tcp_client_send_more()
379 conn->time_started = sys_now(); in lwiperf_tcp_client_connected()
413 client_conn->time_started = sys_now(); /* @todo: set this again on 'connected' */ in lwiperf_tx_start_impl()
522 conn->time_started = sys_now(); in lwiperf_tcp_recv()
622 conn->time_started = sys_now(); in lwiperf_tcp_accept()
/third_party/lwip/test/sockets/
Dsockets_stresstest.c318 u32_t wait_until = sys_now() + timeout_ms; in sockets_stresstest_wait_readable_nonblock()
320 while(sys_now() < wait_until) { in sockets_stresstest_wait_readable_nonblock()
439 u32_t max_time = sys_now() + (TEST_TIME_SECONDS * 1000); in sockets_stresstest_conn_client()
473 while (sys_now() < max_time) { in sockets_stresstest_conn_client()
/third_party/libcoap/include/coap3/
Dcoap_time.h39 *t = sys_now(); in coap_ticks_impl()
/third_party/lwip/src/include/lwip/
Dsnmp.h98 #define MIB2_COPY_SYSUPTIME_TO(ptrToVal) (*(ptrToVal) = (sys_now() / 10))
Dsys.h446 u32_t sys_now(void);
/third_party/lwip/src/netif/ppp/
Dpppos.c229 if ((sys_now() - pppos->last_xmit) >= PPP_MAXIDLEFLAG) { in pppos_write()
279 if ((sys_now() - pppos->last_xmit) >= PPP_MAXIDLEFLAG) { in pppos_netif_output()
879 pppos->last_xmit = sys_now(); in pppos_output_last()
/third_party/lwip/src/api/
Dapi_lib.c208 API_MSG_VAR_REF(msg).msg.sd.time_started = sys_now(); in netconn_prepare_delete()
1055 API_MSG_VAR_REF(msg).msg.w.time_started = sys_now(); in netconn_write_vectors_partly()
1105 API_MSG_VAR_REF(msg).msg.sd.time_started = sys_now(); in netconn_close_shutdown()
Dapi_msg.c994 } else if ((s32_t)(sys_now() - conn->current_msg->msg.sd.time_started) >=
1043 if ((s32_t)(sys_now() - conn->current_msg->msg.sd.time_started) >= close_timeout) {
1667 ((s32_t)(sys_now() - conn->current_msg->msg.w.time_started) >= conn->send_timeout)) {
/third_party/lwip/test/unit/arch/
Dsys_arch.c54 sys_now(void) in sys_now() function
/third_party/lwip/src/apps/http/
Dhttpd.c482 u32_t ms_needed = sys_now() - hs->time_started; in http_state_eof()
2384 hs->time_started = sys_now();
/third_party/lwip/
DCHANGELOG1917 * def.h, timers.c: Fixed bug #29769 (sys_check_timeouts: sys_now() may
2343 * sys.h: Made SYS_LIGHTWEIGHT_PROT and sys_now() work with NO_SYS=1