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

/freebsd-current/contrib/unbound/libunbound/
H A Dunbound.h674 long long dnscrypt_nonce; member in struct:ub_shm_stat_info::__anon127
/freebsd-current/contrib/unbound/util/shm_side/
H A Dshm_main.c267 shm_stat->mem.dnscrypt_nonce = (long long)slabhash_get_mem(
/freebsd-current/contrib/unbound/smallapp/
H A Dunbound-control.c279 PR_LL("mem.cache.dnscrypt_nonce",
280 shm_stat->mem.dnscrypt_nonce);
407 PR_UL("dnscrypt_nonce.cache.count", s->svr.nonce_cache_count);
/freebsd-current/contrib/unbound/daemon/
H A Dremote.c776 size_t dnscrypt_nonce = 0; local
796 dnscrypt_nonce = slabhash_get_mem(daemon->dnscenv->nonces_cache);
825 if(!print_longnum(ssl, "mem.cache.dnscrypt_nonce"SQ,
826 dnscrypt_nonce))
1058 if(!ssl_printf(ssl, "dnscrypt_nonce.cache.count"SQ"%u\n",

Completed in 90 milliseconds