Searched refs:COAP_PDU_BUF (Results 1 – 5 of 5) sorted by relevance
/third_party/libcoap/include/coap3/ |
D | mem.h | 40 COAP_PDU_BUF, enumerator
|
D | lwippools.h | 113 LWIP_MEMPOOL(COAP_PDU_BUF, MEMP_NUM_COAPPDUBUF, MEMP_LEN_COAPPDUBUF, "COAP_PDU_BUF")
|
/third_party/libcoap/src/ |
D | mem.c | 285 case COAP_PDU_BUF: return &pdubuf_storage; in get_container() 412 case COAP_PDU_BUF: return &pdu_buf_storage; in get_container()
|
D | block.c | 555 lg_xmit->pdu.token = coap_malloc_type(COAP_PDU_BUF, in coap_add_data_large_internal() 824 lg_crcv->pdu.token = coap_malloc_type(COAP_PDU_BUF, in coap_block_new_lg_crcv() 868 coap_free_type(COAP_PDU_BUF, lg_crcv->pdu.token - lg_crcv->pdu.hdr_size); in coap_block_delete_lg_crcv() 899 coap_free_type(COAP_PDU_BUF, lg_xmit->pdu.token - lg_xmit->pdu.hdr_size); in coap_block_delete_lg_xmit()
|
D | pdu.c | 117 buf = coap_malloc_type(COAP_PDU_BUF, pdu->alloc_size + pdu->max_hdr_size); in coap_pdu_init() 148 coap_free_type(COAP_PDU_BUF, pdu->token - pdu->max_hdr_size); in coap_delete_pdu()
|