Home
last modified time | relevance | path

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

/third_party/libcoap/include/coap3/
Dcoap_net_internal.h75 struct etimer notify_timer; /**< used to check resources periodically */ member
/third_party/libcoap/src/
Dnet.c605 etimer_set(&c->notify_timer, COAP_RESOURCE_CHECK_TIME * COAP_TICKS_PER_SECOND); in coap_new_context()
3573 if (etimer_expired(&the_coap_context.notify_timer)) { in PROCESS_THREAD()
3575 etimer_reset(&the_coap_context.notify_timer); in PROCESS_THREAD()