Home
last modified time | relevance | path

Searched refs:COAP_RESOURCE_FLAGS_NOTIFY_CON (Results 1 – 3 of 3) sorted by relevance

/net-tools-3.7.0/libcoap/include/coap/
Dresource.h62 #define COAP_RESOURCE_FLAGS_NOTIFY_CON 0x2 macro
120 r->flags = (r->flags & !COAP_RESOURCE_FLAGS_NOTIFY_CON) | mode; in coap_resource_set_mode()
/net-tools-3.7.0/libcoap/examples/
Dcoap-server.c302 r = coap_resource_init((unsigned char *)"time", 4, COAP_RESOURCE_FLAGS_NOTIFY_CON); in init_resources()
/net-tools-3.7.0/libcoap/src/
Dresource.c650 if ((r->flags & COAP_RESOURCE_FLAGS_NOTIFY_CON) == 0