Home
last modified time | relevance | path

Searched refs:last_sent (Results 1 – 2 of 2) sorted by relevance

/third_party/libcoap/include/coap3/
Dcoap_block_internal.h132 coap_tick_t last_sent; /**< Last time any data sent */ member
/third_party/libcoap/src/
Dcoap_block.c812 coap_ticks(&lg_xmit->last_sent); in coap_add_data_large_internal()
1165 } else if (p->last_sent) { in coap_block_check_lg_xmit_timeouts()
1166 if (p->last_sent + partial_timeout <= now) { in coap_block_check_lg_xmit_timeouts()
1173 if (*tim_rem > p->last_sent + partial_timeout - now) { in coap_block_check_lg_xmit_timeouts()
1174 *tim_rem = p->last_sent + partial_timeout - now; in coap_block_check_lg_xmit_timeouts()
2282 coap_ticks(&p->last_sent); in coap_handle_request_send_block()
2485 coap_ticks(&p->last_sent); in coap_handle_request_send_block()
3148 coap_ticks(&p->last_sent); in coap_handle_response_send_block()