Home
last modified time | relevance | path

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

/dports/net/opentracker/opentracker-0.2017.08.13/
H A Dot_stats.c46 static unsigned long long ot_overall_udp_connections = 0; variable
353 ot_overall_tcp_connections+ot_overall_udp_connections, in stats_connections_mrtg()
357 events_per_time( ot_overall_tcp_connections+ot_overall_udp_connections, t ), in stats_connections_mrtg()
366 ot_overall_udp_connections, in stats_udpconnections_mrtg()
370 events_per_time( ot_overall_udp_connections, t ), in stats_udpconnections_mrtg()
460 events_per_time( ot_overall_tcp_connections+ot_overall_udp_connections, t ), in stats_return_sync_mrtg()
542 …lu</scrape>\n <missmatch>%llu</missmatch>\n </udp>\n", ot_overall_udp_connections, ot_over… in stats_return_everything()
639 if( proto == FLAG_TCP ) ot_overall_tcp_connections++; else ot_overall_udp_connections++; in stats_issue_event()