Home
last modified time | relevance | path

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

/third_party/libcoap/include/coap3/
Dcoap_mem.h45 COAP_PDU, enumerator
/third_party/libcoap/examples/lwip/config/
Dlwippools.h144 LWIP_MEMPOOL(COAP_PDU, MEMP_NUM_COAPPDU, sizeof(coap_pdu_t), "COAP_PDU")
/third_party/libcoap/src/
Dcoap_pdu.c80 pdu = coap_malloc_type(COAP_PDU, sizeof(coap_pdu_t)); in coap_pdu_from_pbuf()
115 pdu = coap_malloc_type(COAP_PDU, sizeof(coap_pdu_t)); in coap_pdu_init()
131 coap_free_type(COAP_PDU, pdu); in coap_pdu_init()
140 coap_free_type(COAP_PDU, pdu); in coap_pdu_init()
171 coap_free_type(COAP_PDU, pdu); in coap_delete_pdu()
Dcoap_mem.c367 case COAP_PDU: in get_container()