Home
last modified time | relevance | path

Searched refs:COAP_PDU_MAXCNT (Results 1 – 3 of 3) sorted by relevance

/third_party/libcoap/examples/contiki/
Dcoap_config.h47 #ifndef COAP_PDU_MAXCNT
48 #define COAP_PDU_MAXCNT 4 macro
/third_party/libcoap/
Dcoap_config.h.contiki47 #ifndef COAP_PDU_MAXCNT
48 #define COAP_PDU_MAXCNT 4
49 #endif /* COAP_PDU_MAXCNT */
/third_party/libcoap/src/
Dmem.c394 MEMB(node_storage, coap_queue_t, COAP_PDU_MAXCNT);
395 MEMB(pdu_storage, coap_pdu_t, COAP_PDU_MAXCNT);
396 MEMB(pdu_buf_storage, coap_packetbuf_t, COAP_PDU_MAXCNT);