Home
last modified time | relevance | path

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

/dports/net/libcoap/libcoap-4.3.0/include/coap3/
H A Dmem.h39 COAP_PDU, enumerator
H A Dlwippools.h104 LWIP_MEMPOOL(COAP_PDU, MEMP_NUM_COAPPDU, sizeof(coap_pdu_t), "COAP_PDU")
/dports/net/libcoap/libcoap-4.3.0/src/
H A Dmem.c284 case COAP_PDU: return &pdu_storage; in get_container()
411 case COAP_PDU: return &pdu_storage; in get_container()
H A Dpdu.c70 pdu = coap_malloc_type(COAP_PDU, sizeof(coap_pdu_t) ); in coap_pdu_from_pbuf()
95 pdu = coap_malloc_type(COAP_PDU, sizeof(coap_pdu_t)); in coap_pdu_init()
110 coap_free_type(COAP_PDU, pdu); in coap_pdu_init()
119 coap_free_type(COAP_PDU, pdu); in coap_pdu_init()
150 coap_free_type(COAP_PDU, pdu); in coap_delete_pdu()