Searched refs:COAP_PDU (Results 1 – 4 of 4) sorted by relevance
/net-tools-latest/libcoap/src/ |
D | pdu.c | 57 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()
|
D | mem.c | 81 case COAP_PDU: return &pdu_storage; in get_container()
|
/net-tools-latest/libcoap/include/coap/ |
D | lwippools.h | 53 LWIP_MEMPOOL(COAP_PDU, MEMP_NUM_COAPPDU, sizeof(coap_pdu_t), "COAP_PDU")
|
D | mem.h | 37 COAP_PDU, enumerator
|