Home
last modified time | relevance | path

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

/third_party/libcoap/include/coap3/
Dcoap_session_internal.h398 #define COAP_NON_TIMEOUT(s) ((s)->non_timeout) macro
400 (COAP_NON_TIMEOUT(s).integer_part * COAP_TICKS_PER_SECOND + \
401 COAP_NON_TIMEOUT(s).fractional_part * COAP_TICKS_PER_SECOND / 1000)
/third_party/libcoap/src/
Dcoap_session.c226 res = coap_add_fixed_fixed(COAP_NON_TIMEOUT(session), res); in coap_get_non_timeout_random()
254 res = coap_multi_fixed_uint(COAP_NON_TIMEOUT(s), in coap_session_fix_non_probing_wait_base()
269 res = coap_multi_fixed_uint(COAP_NON_TIMEOUT(s), in coap_session_fix_non_partial_timeout()
273 res = coap_add_fixed_fixed(res, COAP_NON_TIMEOUT(s)); in coap_session_fix_non_partial_timeout()