Home
last modified time | relevance | path

Searched refs:nonce_cache_count (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/unbound/daemon/
H A Dstats.c311 s->svr.nonce_cache_count = (long long)count_slabhash_entries( in server_stats_compile()
318 s->svr.nonce_cache_count = 0; in server_stats_compile()
324 s->svr.nonce_cache_count = 0; in server_stats_compile()
H A Dremote.c1094 (unsigned)s->svr.nonce_cache_count)) return 0; in print_ext()
/freebsd/contrib/unbound/libunbound/
H A Dunbound.h820 long long nonce_cache_count; member
/freebsd/contrib/unbound/smallapp/
H A Dunbound-control.c424 PR_UL("dnscrypt_nonce.cache.count", s->svr.nonce_cache_count); in print_extended()