Home
last modified time | relevance | path

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

/third_party/libcoap/include/coap3/
Dcoap_session_internal.h240 coap_fixed_point_t coap_add_fixed_uint(coap_fixed_point_t fp1,
/third_party/libcoap/src/
Dcoap_session.c191 coap_add_fixed_uint(coap_fixed_point_t fp1, uint32_t u2) { in coap_add_fixed_uint() function
257 res = coap_add_fixed_uint(res, 2 * COAP_DEFAULT_MAX_LATENCY); in coap_session_fix_non_probing_wait_base()
272 res = coap_add_fixed_uint(res, 2 * COAP_DEFAULT_MAX_LATENCY); in coap_session_fix_non_partial_timeout()