Home
last modified time | relevance | path

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

/third_party/libcoap/src/
Dcoap_cache.c186 coap_ticks(&entry->expire_ticks); in coap_new_cache_entry()
187 entry->expire_ticks += idle_timeout * COAP_TICKS_PER_SECOND; in coap_new_cache_entry()
203 coap_ticks(&cache_entry->expire_ticks); in coap_cache_get_by_key()
204 cache_entry->expire_ticks += cache_entry->idle_timeout * COAP_TICKS_PER_SECOND; in coap_cache_get_by_key()
222 coap_ticks(&cache_entry->expire_ticks); in coap_cache_get_by_pdu()
223 cache_entry->expire_ticks += cache_entry->idle_timeout * COAP_TICKS_PER_SECOND; in coap_cache_get_by_pdu()
272 if (cp->expire_ticks <= now) { in coap_expire_cache_entries()
/third_party/libcoap/include/coap3/
Dcoap_cache_internal.h47 coap_tick_t expire_ticks; member