Home
last modified time | relevance | path

Searched refs:ans_bogus (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/unbound/daemon/
H A Dstats.c275 s->svr.ans_bogus += (long long)worker->env.mesh->ans_bogus; in server_stats_compile()
497 total->svr.ans_bogus += a->svr.ans_bogus; in server_stats_add()
H A Dworker.c524 worker->stats.ans_bogus++; in answer_norec_from_cache()
728 worker->stats.ans_bogus ++; in answer_from_cache()
H A Dremote.c1054 (unsigned long)s->svr.ans_bogus)) return 0; in print_ext()
/freebsd/contrib/unbound/libunbound/
H A Dunbound.h772 long long ans_bogus; member
/freebsd/contrib/unbound/services/
H A Dmesh.h128 size_t ans_bogus; member
H A Dmesh.c1360 m->s.env->mesh->ans_bogus++; in mesh_send_reply()
2039 mesh->ans_bogus = 0; in mesh_stats_clear()
/freebsd/contrib/unbound/contrib/
H A Dredirect-bogus.patch67 m->s.env->mesh->ans_bogus++;
/freebsd/contrib/unbound/smallapp/
H A Dunbound-control.c396 PR_UL("num.answer.bogus", s->svr.ans_bogus); in print_extended()