Home
last modified time | relevance | path

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

/third_party/libcoap/src/
Dcoap_block.c1147 coap_tick_t partial_timeout = COAP_MAX_TRANSMIT_WAIT_TICKS(session); in coap_block_check_lg_xmit_timeouts() local
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()
1311 coap_tick_t partial_timeout; in coap_block_check_lg_crcv_timeouts() local
1320 partial_timeout = COAP_NON_PARTIAL_TIMEOUT_TICKS(session); in coap_block_check_lg_crcv_timeouts()
1323 partial_timeout = COAP_MAX_TRANSMIT_WAIT_TICKS(session); in coap_block_check_lg_crcv_timeouts()
1355 p->last_used + partial_timeout <= now) { in coap_block_check_lg_crcv_timeouts()
1364 if (*tim_rem > p->last_used + partial_timeout - now) { in coap_block_check_lg_crcv_timeouts()
1365 *tim_rem = p->last_used + partial_timeout - now; in coap_block_check_lg_crcv_timeouts()
[all …]