Searched refs:cache_ignore_count (Results 1 – 3 of 3) sorted by relevance
23 is_cache_key(uint16_t option_type, size_t cache_ignore_count, in is_cache_key() argument38 for (i = 0; i < cache_ignore_count; i++) { in is_cache_key()59 ctx->cache_ignore_count = count; in coap_cache_ignore_options()66 ctx->cache_ignore_count = count; in coap_cache_ignore_options()76 size_t cache_ignore_count) { in coap_cache_derive_key_w_ignore() argument98 if (is_cache_key(opt_iter.number, cache_ignore_count, in coap_cache_derive_key_w_ignore()143 session->context->cache_ignore_count); in coap_cache_derive_key()
608 if (context->cache_ignore_count) { in coap_free_context()
168 size_t cache_ignore_count; /**< The number of CoAP options to ignore member