Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/daemon/
H A Dstats.c286 s->svr.qtcp_outgoing = (long long)worker->back->num_tcp_outgoing; in server_stats_compile()
478 total->svr.qtcp_outgoing += a->svr.qtcp_outgoing; in server_stats_add()
H A Dremote.c992 (unsigned long)s->svr.qtcp_outgoing)) return 0; in print_ext()
/freebsd/contrib/unbound/libunbound/
H A Dunbound.h736 long long qtcp_outgoing; member
/freebsd/contrib/unbound/smallapp/
H A Dunbound-control.c359 PR_UL("num.query.tcpout", s->svr.qtcp_outgoing); in print_extended()