Home
last modified time | relevance | path

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

/net-tools-latest/libcoap/include/coap/
Dresource.h60 #define COAP_RESOURCE_FLAGS_RELEASE_URI 0x1 macro
/net-tools-latest/libcoap/src/
Dresource.c413 if (resource->flags & COAP_RESOURCE_FLAGS_RELEASE_URI)
/net-tools-latest/libcoap/examples/
Dcoap-rd.c466 r = coap_resource_init(loc, loc_size, COAP_RESOURCE_FLAGS_RELEASE_URI); in hnd_post_rd()