Home
last modified time | relevance | path

Searched refs:COAP_PDU_BUF (Results 1 - 5 of 5) sorted by relevance

/third_party/libcoap/include/coap3/
H A Dcoap_mem.h46 COAP_PDU_BUF, enumerator
/third_party/libcoap/examples/lwip/config/
H A Dlwippools.h161 LWIP_MEMPOOL(COAP_PDU_BUF, MEMP_NUM_COAPPDUBUF, MEMP_LEN_COAPPDUBUF, "COAP_PDU_BUF")
/third_party/libcoap/src/
H A Dcoap_mem.c369 case COAP_PDU_BUF: in get_container()
H A Dcoap_pdu.c138 buf = coap_malloc_type(COAP_PDU_BUF, pdu->alloc_size + pdu->max_hdr_size); in coap_pdu_init()
169 coap_free_type(COAP_PDU_BUF, pdu->token - pdu->max_hdr_size); in coap_delete_pdu()
262 new_hdr = (uint8_t *)coap_realloc_type(COAP_PDU_BUF, in coap_pdu_resize()
H A Dcoap_block.c904 lg_xmit->pdu.token = coap_malloc_type(COAP_PDU_BUF, in coap_add_data_large_internal()
2055 lg_crcv->pdu.token = coap_malloc_type(COAP_PDU_BUF, in coap_block_new_lg_crcv()
2107 coap_free_type(COAP_PDU_BUF, lg_crcv->pdu.token - lg_crcv->pdu.max_hdr_size); in coap_block_delete_lg_crcv()
2151 coap_free_type(COAP_PDU_BUF, lg_xmit->pdu.token - lg_xmit->pdu.max_hdr_size); in coap_block_delete_lg_xmit()

Completed in 8 milliseconds