Searched refs:COAP_PDU (Results 1 – 4 of 4) sorted by relevance
39 COAP_PDU, enumerator
104 LWIP_MEMPOOL(COAP_PDU, MEMP_NUM_COAPPDU, sizeof(coap_pdu_t), "COAP_PDU")
284 case COAP_PDU: return &pdu_storage; in get_container()411 case COAP_PDU: return &pdu_storage; in get_container()
70 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()