Searched refs:dnscrypt_nonce (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/unbound/libunbound/
H A Dunbound.h644 long long dnscrypt_nonce; member in struct:ub_shm_stat_info::__anon3
/freebsd-11-stable/contrib/unbound/util/shm_side/
H A Dshm_main.c261 shm_stat->mem.dnscrypt_nonce = (long long)slabhash_get_mem(
/freebsd-11-stable/contrib/unbound/smallapp/
H A Dunbound-control.c283 PR_LL("mem.cache.dnscrypt_nonce",
284 shm_stat->mem.dnscrypt_nonce);
407 PR_UL("dnscrypt_nonce.cache.count", s->svr.nonce_cache_count);
/freebsd-11-stable/contrib/unbound/daemon/
H A Dremote.c792 size_t dnscrypt_nonce = 0; local
812 dnscrypt_nonce = slabhash_get_mem(daemon->dnscenv->nonces_cache);
841 if(!print_longnum(ssl, "mem.cache.dnscrypt_nonce"SQ,
842 dnscrypt_nonce))
1067 if(!ssl_printf(ssl, "dnscrypt_nonce.cache.count"SQ"%u\n",

Completed in 86 milliseconds