Home
last modified time | relevance | path

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

/third_party/libcoap/include/coap3/
Dcoap_session_internal.h237 coap_fixed_point_t coap_add_fixed_fixed(coap_fixed_point_t fp1,
501 coap_add_fixed_fixed(COAP_NON_PROBING_WAIT_BASE(s), \
/third_party/libcoap/src/
Dcoap_session.c181 coap_add_fixed_fixed(coap_fixed_point_t fp1, coap_fixed_point_t fp2) { in coap_add_fixed_fixed() function
226 res = coap_add_fixed_fixed(COAP_NON_TIMEOUT(session), res); in coap_get_non_timeout_random()
273 res = coap_add_fixed_fixed(res, COAP_NON_TIMEOUT(s)); in coap_session_fix_non_partial_timeout()