Home
last modified time | relevance | path

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

/dports/dns/unbound/unbound-1.14.0/daemon/
H A Dstats.c282 s->svr.unwanted_replies = (long long)worker->back->unwanted_replies; in server_stats_compile()
444 total->svr.unwanted_replies += a->svr.unwanted_replies; in server_stats_add()
H A Dworker.c2002 worker->back->unwanted_replies = 0; in worker_stats_clear()
H A Dremote.c1057 (unsigned long)s->svr.unwanted_replies)) return 0; in print_ext()
/dports/dns/unbound/unbound-1.14.0/libunbound/
H A Dunbound.h767 long long unwanted_replies; member
/dports/dns/unbound/unbound-1.14.0/services/
H A Doutside_network.h92 size_t unwanted_replies; member
H A Doutside_network.c1384 outnet->unwanted_replies++;
1404 outnet->unwanted_replies++;
/dports/dns/unbound/unbound-1.14.0/smallapp/
H A Dunbound-control.c395 PR_UL("unwanted.replies", s->svr.unwanted_replies); in print_extended()