Home
last modified time | relevance | path

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

/third_party/lwip/src/apps/lwiperf/
Dlwiperf.c118 u32_t time_started; member
234 duration_ms = now - conn->time_started; in lwip_tcp_conn_report()
292 u32_t diff_ms = now - conn->time_started; 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/src/include/lwip/priv/
Dapi_msg.h119 u32_t time_started; member
131 u32_t time_started; member
/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()
1057 API_MSG_VAR_REF(msg).msg.w.time_started = 0; in netconn_write_vectors_partly()
1105 API_MSG_VAR_REF(msg).msg.sd.time_started = sys_now(); in netconn_close_shutdown()
Dapi_msg.c1040 } else if ((s32_t)(sys_now() - conn->current_msg->msg.sd.time_started) >=
1089 if ((s32_t)(sys_now() - conn->current_msg->msg.sd.time_started) >= close_timeout) {
1723 ((s32_t)(sys_now() - conn->current_msg->msg.w.time_started) >= conn->send_timeout)) {
/third_party/lwip/src/apps/http/
Dhttpd.c278 u32_t time_started; member
482 u32_t ms_needed = sys_now() - hs->time_started; in http_state_eof()
2384 hs->time_started = sys_now();