Home
last modified time | relevance | path

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

/third_party/libcoap/examples/contiki/
Dcoap_config.h92 #ifndef COAP_MAX_LG_CRCV
93 #define COAP_MAX_LG_CRCV 2 macro
/third_party/libcoap/
Dcoap_config.h.contiki92 #ifndef COAP_MAX_LG_CRCV
93 #define COAP_MAX_LG_CRCV 2
94 #endif /* COAP_MAX_LG_CRCV */
/third_party/libcoap/src/
Dmem.c402 MEMB(lg_crcv_storage, coap_lg_crcv_t, COAP_MAX_LG_CRCV);