Home
last modified time | relevance | path

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

/third_party/libcoap/include/coap3/
Dcoap_session_internal.h24 #define COAP_PARTIAL_SESSION_TIMEOUT_TICKS (30 * COAP_TICKS_PER_SECOND) macro
/third_party/libcoap/src/
Dcoap_session.c656 if ((session->last_rx_tx + COAP_PARTIAL_SESSION_TIMEOUT_TICKS) < now) { in coap_endpoint_get_session()
667 if ((session->last_rx_tx + COAP_PARTIAL_SESSION_TIMEOUT_TICKS) < now) { in coap_endpoint_get_session()