Home
last modified time | relevance | path

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

/third_party/libcoap/src/
Dcoap_mem.c182 #ifndef COAP_MAX_LG_CRCVS
184 #define COAP_MAX_LG_CRCVS (1U) macro
186 #define COAP_MAX_LG_CRCVS (0U) macro
297 static coap_lg_crcv_t cache_lg_crcv_storage_data[COAP_MAX_LG_CRCVS];
340 INIT_STORAGE(cache_lg_crcv, COAP_MAX_LG_CRCVS); in coap_memory_init()
/third_party/libcoap/
Dcoap_config.h.riot196 #ifndef COAP_MAX_LG_CRCVS
197 #define COAP_MAX_LG_CRCVS CONFIG_LIBCOAP_MAX_LG_CRCVS
198 #endif /* COAP_MAX_LG_CRCVS */
Dcoap_config.h.riot.in196 #ifndef COAP_MAX_LG_CRCVS
197 #define COAP_MAX_LG_CRCVS CONFIG_LIBCOAP_MAX_LG_CRCVS
198 #endif /* COAP_MAX_LG_CRCVS */