Searched refs:COAP_NODE (Results 1 – 4 of 4) sorted by relevance
52 LWIP_MEMPOOL(COAP_NODE, MEMP_NUM_COAPNODE, sizeof(coap_queue_t), "COAP_NODE")
34 COAP_NODE, enumerator
80 case COAP_NODE: return &node_storage; in get_container()
122 return (coap_queue_t *)coap_malloc_type(COAP_NODE, sizeof(coap_queue_t)); in coap_malloc_node()127 coap_free_type(COAP_NODE, node); in coap_free_node()170 return (coap_queue_t *)coap_malloc_type(COAP_NODE, 0); in coap_malloc_node()175 coap_free_type(COAP_NODE, node); in coap_free_node()