Searched refs:COAP_PACKET (Results 1 – 5 of 5) sorted by relevance
33 coap_free_type(COAP_PACKET, packet); in coap_free_packet()55 coap_packet_t *packet = coap_malloc_type(COAP_PACKET, sizeof(coap_packet_t)); in coap_recv()
79 case COAP_PACKET: return &packet_storage; in get_container()
366 return (coap_packet_t *)coap_malloc_type(COAP_PACKET, 0); in coap_malloc_packet()371 coap_free_type(COAP_PACKET, packet); in coap_free_packet()
51 LWIP_MEMPOOL(COAP_PACKET, MEMP_NUM_COAPPACKET, sizeof(coap_packet_t), "COAP_PACKET")
33 COAP_PACKET, enumerator