Home
last modified time | relevance | path

Searched refs:COAP_ACK_RANDOM_FACTOR (Results 1 - 2 of 2) sorted by relevance

/third_party/libcoap/include/coap3/
H A Dcoap_session_internal.h390 #define COAP_ACK_RANDOM_FACTOR(s) ((s)->ack_random_factor) macro
/third_party/libcoap/src/
H A Dcoap_session.c223 res = coap_sub_fixed_uint(COAP_ACK_RANDOM_FACTOR(session), 1); in coap_get_non_timeout_random()
256 res = coap_multi_fixed_fixed(res, COAP_ACK_RANDOM_FACTOR(s)); in coap_session_fix_non_probing_wait_base()
271 res = coap_multi_fixed_fixed(res, COAP_ACK_RANDOM_FACTOR(s)); in coap_session_fix_non_partial_timeout()

Completed in 4 milliseconds