Home
last modified time | relevance | path

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

/third_party/libcoap/include/coap3/
Dcoap_mem.h41 COAP_PACKET, enumerator
/third_party/libcoap/examples/lwip/config/
Dlwippools.h142 LWIP_MEMPOOL(COAP_PACKET, MEMP_NUM_COAPPACKET, sizeof(coap_packet_t), "COAP_PACKET")
/third_party/libcoap/src/
Dcoap_io_lwip.c202 coap_free_type(COAP_PACKET, packet); in coap_free_packet()
228 packet = coap_malloc_type(COAP_PACKET, sizeof(coap_packet_t)); in coap_recvs()
Dcoap_mem.c357 case COAP_PACKET: in get_container()