Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/libunbound/
H A Dunbound.h882 long long mesh_dropped; member
/freebsd/contrib/unbound/daemon/
H A Dstats.c267 s->mesh_dropped = (long long)worker->env.mesh->stats_dropped; in server_stats_compile()
529 total->mesh_dropped += a->mesh_dropped; in server_stats_add()
H A Dremote.c865 (unsigned long)s->mesh_dropped)) return 0; in print_stats()
/freebsd/contrib/unbound/smallapp/
H A Dunbound-control.c265 PR_UL_NM("requestlist.exceeded", s->mesh_dropped); in pr_stats()