Home
last modified time | relevance | path

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

/net-tools-3.6.0/libcoap/include/coap/
Dnet.h100 struct etimer notify_timer; /**< used to check resources periodically */ member
/net-tools-3.6.0/libcoap/src/
Dnet.c404 etimer_set(&c->notify_timer, COAP_RESOURCE_CHECK_TIME * COAP_TICKS_PER_SECOND); in coap_new_context()
1680 if (etimer_expired(&the_coap_context.notify_timer)) {
1682 etimer_reset(&the_coap_context.notify_timer);