Searched refs:COAP_PDU (Results 1 – 4 of 4) sorted by relevance
45 COAP_PDU, enumerator
144 LWIP_MEMPOOL(COAP_PDU, MEMP_NUM_COAPPDU, sizeof(coap_pdu_t), "COAP_PDU")
80 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()
367 case COAP_PDU: in get_container()