Home
last modified time | relevance | path

Searched refs:unwanted_replies (Results 1 – 7 of 7) sorted by relevance

/freebsd-14-stable/contrib/unbound/daemon/
HDstats.c285 s->svr.unwanted_replies = (long long)worker->back->unwanted_replies; in server_stats_compile()
498 total->svr.unwanted_replies += a->svr.unwanted_replies; in server_stats_add()
HDworker.c2408 worker->back->unwanted_replies = 0; in worker_stats_clear()
HDremote.c1065 (unsigned long)s->svr.unwanted_replies)) return 0; in print_ext()
/freebsd-14-stable/contrib/unbound/libunbound/
HDunbound.h778 long long unwanted_replies; member
/freebsd-14-stable/contrib/unbound/services/
HDoutside_network.h94 size_t unwanted_replies; member
HDoutside_network.c1497 outnet->unwanted_replies++;
1517 outnet->unwanted_replies++;
/freebsd-14-stable/contrib/unbound/smallapp/
HDunbound-control.c402 PR_UL("unwanted.replies", s->svr.unwanted_replies); in print_extended()