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/
H A Dcoap_session_internal.h402 #define COAP_NON_RECEIVE_TIMEOUT(s) ((s)->non_receive_timeout) macro
489 COAP_NON_RECEIVE_TIMEOUT(s).integer_part * COAP_TICKS_PER_SECOND + \
490 COAP_NON_RECEIVE_TIMEOUT(s).fractional_part * COAP_TICKS_PER_SECOND / 1000)

Completed in 2 milliseconds