Home
last modified time | relevance | path

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

/third_party/libcoap/include/coap3/
Dcoap_dtls_internal.h31 #define COAP_DTLS_RETRANSMIT_COAP_TICKS (COAP_DTLS_RETRANSMIT_MS * COAP_TICKS_PER_SECOND / 1000) macro
/third_party/libcoap/src/
Dcoap_mbedtls.c1662 if (m_env->last_timeout + COAP_DTLS_RETRANSMIT_COAP_TICKS * scalar > now) { in coap_dtls_get_timeout()
1664 return m_env->last_timeout + COAP_DTLS_RETRANSMIT_COAP_TICKS * scalar; in coap_dtls_get_timeout()
1668 return now + COAP_DTLS_RETRANSMIT_COAP_TICKS * scalar; in coap_dtls_get_timeout()
1674 if (m_env->last_timeout + COAP_DTLS_RETRANSMIT_COAP_TICKS * scalar > now) { in coap_dtls_get_timeout()
1675 return m_env->last_timeout + COAP_DTLS_RETRANSMIT_COAP_TICKS * scalar; in coap_dtls_get_timeout()
Dcoap_gnutls.c2368 if (g_env->last_timeout + COAP_DTLS_RETRANSMIT_COAP_TICKS > now) in coap_dtls_get_timeout()
2369 return g_env->last_timeout + COAP_DTLS_RETRANSMIT_COAP_TICKS; in coap_dtls_get_timeout()