Home
last modified time | relevance | path

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

/third_party/libcoap/include/coap3/
Dcoap_mem.h42 COAP_NODE, enumerator
/third_party/libcoap/examples/lwip/config/
Dlwippools.h143 LWIP_MEMPOOL(COAP_NODE, MEMP_NUM_COAPNODE, sizeof(coap_queue_t), "COAP_NODE")
/third_party/libcoap/src/
Dcoap_mem.c359 case COAP_NODE: in get_container()
Dcoap_net.c106 return (coap_queue_t *)coap_malloc_type(COAP_NODE, sizeof(coap_queue_t)); in coap_malloc_node()
111 coap_free_type(COAP_NODE, node); in coap_free_node()