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

/barrelfish-master/include/lwip2/lwip/priv/
H A Dapi_msg.h110 u32_t time_started; member in struct:api_msg::__anon129::__anon133
122 u32_t time_started; member in struct:api_msg::__anon129::__anon135
/barrelfish-master/lib/lwip2/src/apps/lwiperf/
H A Dlwiperf.c107 u32_t time_started; member in struct:_lwiperf_state_tcp
206 duration_ms = now - conn->time_started;
264 u32_t diff_ms = now - conn->time_started;
351 conn->time_started = sys_now();
381 client_conn->time_started = sys_now(); /* @todo: set this again on 'connected' */
468 conn->time_started = sys_now();
555 conn->time_started = sys_now();
/barrelfish-master/lib/lwip2/src/api/
H A Dapi_lib.c181 API_MSG_VAR_REF(msg).msg.sd.time_started = sys_now();
769 API_MSG_VAR_REF(msg).msg.w.time_started = sys_now();
771 API_MSG_VAR_REF(msg).msg.w.time_started = 0;
818 API_MSG_VAR_REF(msg).msg.sd.time_started = sys_now();
H A Dapi_msg.c890 } else if ((s32_t)(sys_now() - conn->current_msg->msg.sd.time_started) >=
939 if ((s32_t)(sys_now() - conn->current_msg->msg.sd.time_started) >= close_timeout) {
1513 ((s32_t)(sys_now() - conn->current_msg->msg.w.time_started) >= conn->send_timeout)) {
/barrelfish-master/lib/lwip2/src/apps/httpd/
H A Dhttpd.c267 u32_t time_started; member in struct:http_state
468 u32_t ms_needed = sys_now() - hs->time_started;
2262 hs->time_started = sys_now();

Completed in 49 milliseconds