Home
last modified time | relevance | path

Searched refs:COAP_RESOURCE_CHECK_TIME (Results 1 – 4 of 4) sorted by relevance

/net-tools-latest/libcoap/include/coap/
Dresource.h20 #ifndef COAP_RESOURCE_CHECK_TIME
22 #define COAP_RESOURCE_CHECK_TIME 2 macro
/net-tools-latest/libcoap/examples/
Dcoap-server.c32 #define COAP_RESOURCE_CHECK_TIME 2 macro
509 if ( nextpdu && nextpdu->t <= COAP_RESOURCE_CHECK_TIME ) { in main()
516 tv.tv_sec = COAP_RESOURCE_CHECK_TIME; in main()
Dcoap-rd.c41 #define COAP_RESOURCE_CHECK_TIME 2 macro
734 if ( nextpdu && nextpdu->t <= now + COAP_RESOURCE_CHECK_TIME ) { in main()
742 tv.tv_sec = COAP_RESOURCE_CHECK_TIME; in main()
/net-tools-latest/libcoap/src/
Dnet.c404 etimer_set(&c->notify_timer, COAP_RESOURCE_CHECK_TIME * COAP_TICKS_PER_SECOND); in coap_new_context()