Home
last modified time | relevance | path

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

/third_party/libcoap/include/coap3/
Dcoap_block_internal.h304 int coap_block_check_lg_xmit_timeouts(coap_session_t *session,
/third_party/libcoap/src/
Dcoap_io.c1475 if (coap_block_check_lg_xmit_timeouts(s, now, &s_timeout)) {
1573 if (coap_block_check_lg_xmit_timeouts(s, now, &s_timeout)) {
Dcoap_block.c1138 coap_block_check_lg_xmit_timeouts(coap_session_t *session, coap_tick_t now, in coap_block_check_lg_xmit_timeouts() function