Home
last modified time | relevance | path

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

/net-tools-3.7.0/libcoap/include/coap/
Dlwippools.h55 LWIP_MEMPOOL(COAP_RESOURCE, MEMP_NUM_COAPRESOURCE, sizeof(coap_resource_t), "COAP_RESOURCE")
Dmem.h39 COAP_RESOURCE, enumerator
/net-tools-3.7.0/libcoap/src/
Dmem.c83 case COAP_RESOURCE: return &resource_storage; in get_container()
Dresource.c295 r = (coap_resource_t *)coap_malloc_type(COAP_RESOURCE, sizeof(coap_resource_t));
423 coap_free_type(COAP_RESOURCE, resource);