Home
last modified time | relevance | path

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

/third_party/libcoap/src/
Dcoap_block.c1787 coap_tick_t non_timeout = lg_xmit->non_timeout_random_ticks; in coap_block_check_q_block1_xmit() local
1789 if (now < non_timeout) in coap_block_check_q_block1_xmit()
1790 return non_timeout - now; in coap_block_check_q_block1_xmit()
1791 timed_out = now - non_timeout; in coap_block_check_q_block1_xmit()
1804 if (tim_rem > non_timeout) in coap_block_check_q_block1_xmit()
1805 tim_rem = non_timeout; in coap_block_check_q_block1_xmit()
1812 non_timeout = COAP_NON_TIMEOUT_TICKS(session); in coap_block_check_q_block1_xmit()
1813 if (lg_xmit->last_all_sent + 4 * non_timeout <= now) { in coap_block_check_q_block1_xmit()
1819 if (tim_rem > lg_xmit->last_all_sent + 4 * non_timeout - now) in coap_block_check_q_block1_xmit()
1820 tim_rem = lg_xmit->last_all_sent + 4 * non_timeout - now; in coap_block_check_q_block1_xmit()
[all …]
Dcoap_session.c379 session->non_timeout = value; in coap_session_set_non_timeout()
381 coap_session_str(session), session->non_timeout.integer_part, in coap_session_set_non_timeout()
382 session->non_timeout.fractional_part); in coap_session_set_non_timeout()
461 return session->non_timeout; in coap_session_get_non_timeout()
572 session->non_timeout = COAP_DEFAULT_NON_TIMEOUT; in coap_make_session()
/third_party/libcoap/include/coap3/
Dcoap_session_internal.h163 coap_fixed_point_t non_timeout; /**< Q-BlockX timeout waiting for response member
398 #define COAP_NON_TIMEOUT(s) ((s)->non_timeout)
/third_party/libcoap/man/
Dcoap_recovery.txt.in333 non_timeout, non_receive_timeout, and non_max_retransmit values. The client's