Searched refs:COAP_RESOURCE_CHECK_TIME (Results 1 – 4 of 4) sorted by relevance
20 #ifndef COAP_RESOURCE_CHECK_TIME22 #define COAP_RESOURCE_CHECK_TIME 2 macro
32 #define COAP_RESOURCE_CHECK_TIME 2 macro509 if ( nextpdu && nextpdu->t <= COAP_RESOURCE_CHECK_TIME ) { in main()516 tv.tv_sec = COAP_RESOURCE_CHECK_TIME; in main()
41 #define COAP_RESOURCE_CHECK_TIME 2 macro734 if ( nextpdu && nextpdu->t <= now + COAP_RESOURCE_CHECK_TIME ) { in main()742 tv.tv_sec = COAP_RESOURCE_CHECK_TIME; in main()
404 etimer_set(&c->notify_timer, COAP_RESOURCE_CHECK_TIME * COAP_TICKS_PER_SECOND); in coap_new_context()