Home
last modified time | relevance | path

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

/third_party/libcoap/include/coap3/
Dcoap_session_internal.h402 #define COAP_NON_RECEIVE_TIMEOUT(s) ((s)->non_receive_timeout) macro
489COAP_NON_RECEIVE_TIMEOUT(s).integer_part * COAP_TICKS_PER_SECOND + \
490COAP_NON_RECEIVE_TIMEOUT(s).fractional_part * COAP_TICKS_PER_SECOND / 1000)