Home
last modified time | relevance | path

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

/lib/liblwip/src/include/lwip/
Dapi_msg.h93 u32_t time_started; member
/lib/liblwip/src/api/
Dapi_lib.c627 msg.msg.msg.w.time_started = sys_now(); in netconn_write_partly()
629 msg.msg.msg.w.time_started = 0; in netconn_write_partly()
Dapi_msg.c1228 ((s32_t)(sys_now() - conn->current_msg->msg.w.time_started) >= conn->send_timeout)) {