Searched refs:last_sent (Results 1 – 2 of 2) sorted by relevance
132 coap_tick_t last_sent; /**< Last time any data sent */ member
812 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()