Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/unbound/daemon/
Dstats.c264 s->mesh_num_reply_states = (long long)worker->env.mesh->num_reply_states; in server_stats_compile()
505 total->mesh_num_reply_states += a->mesh_num_reply_states; in server_stats_add()
Dremote.c722 (unsigned long)s->mesh_num_reply_states)) return 0; in print_stats()
/freebsd-12-stable/contrib/unbound/libunbound/
Dunbound.h862 long long mesh_num_reply_states; member
/freebsd-12-stable/contrib/unbound/smallapp/
Dunbound-control.c237 PR_UL_NM("requestlist.current.user", s->mesh_num_reply_states); in pr_stats()