Searched refs:COAP_PACKET (Results 1 – 4 of 4) sorted by relevance
41 COAP_PACKET, enumerator
142 LWIP_MEMPOOL(COAP_PACKET, MEMP_NUM_COAPPACKET, sizeof(coap_packet_t), "COAP_PACKET")
202 coap_free_type(COAP_PACKET, packet); in coap_free_packet()228 packet = coap_malloc_type(COAP_PACKET, sizeof(coap_packet_t)); in coap_recvs()
357 case COAP_PACKET: in get_container()