Home
last modified time | relevance | path

Searched refs:coap_adjust_basetime (Results 1 – 3 of 3) sorted by relevance

/third_party/libcoap/tests/
Dtest_sendqueue.c132 result = coap_adjust_basetime(ctx, now); in t_sendqueue5()
140 result = coap_adjust_basetime(ctx, now); in t_sendqueue5()
180 result = coap_adjust_basetime(ctx, now + delta); in t_sendqueue6()
/third_party/libcoap/include/coap3/
Dcoap_net_internal.h234 unsigned int coap_adjust_basetime(coap_context_t *ctx, coap_tick_t now);
/third_party/libcoap/src/
Dcoap_net.c129 coap_adjust_basetime(coap_context_t *ctx, coap_tick_t now) { in coap_adjust_basetime() function