Home
last modified time | relevance | path

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

/net-tools-latest/libcoap/src/
Dpdu.c57 coap_pdu_t *result = coap_malloc_type(COAP_PDU, sizeof(coap_pdu_t)); in coap_pdu_from_pbuf()
89 pdu = coap_malloc_type(COAP_PDU, sizeof(coap_pdu_t)); in coap_pdu_init()
93 coap_free_type(COAP_PDU, pdu); in coap_pdu_init()
98 pdu = (coap_pdu_t*)coap_malloc_type(COAP_PDU, sizeof(coap_pdu_t)); in coap_pdu_init()
102 coap_free_type(COAP_PDU, pdu); in coap_pdu_init()
142 coap_free_type(COAP_PDU, pdu); in coap_delete_pdu()
148 coap_free_type(COAP_PDU, pdu); in coap_delete_pdu()
Dmem.c81 case COAP_PDU: return &pdu_storage; in get_container()
/net-tools-latest/libcoap/include/coap/
Dlwippools.h53 LWIP_MEMPOOL(COAP_PDU, MEMP_NUM_COAPPDU, sizeof(coap_pdu_t), "COAP_PDU")
Dmem.h37 COAP_PDU, enumerator