Searched refs:COAP_PARTIAL_SESSION_TIMEOUT_TICKS (Results 1 – 2 of 2) sorted by relevance
24 #define COAP_PARTIAL_SESSION_TIMEOUT_TICKS (30 * COAP_TICKS_PER_SECOND) macro
656 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()