Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/unbound/daemon/
H A Dstats.c304 s->svr.nonce_cache_count = (long long)count_slabhash_entries( in server_stats_compile()
311 s->svr.nonce_cache_count = 0; in server_stats_compile()
317 s->svr.nonce_cache_count = 0; in server_stats_compile()
H A Dremote.c1063 (unsigned)s->svr.nonce_cache_count)) return 0; in print_ext()
/freebsd-12.1/contrib/unbound/libunbound/
H A Dunbound.h771 long long nonce_cache_count; member
/freebsd-12.1/contrib/unbound/smallapp/
H A Dunbound-control.c391 PR_UL("dnscrypt_nonce.cache.count", s->svr.nonce_cache_count); in print_extended()