Home
last modified time | relevance | path

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

/dports/net-mgmt/flow-tools/flow-tools-2ca53f5/src/
H A Dflow-stat.c302 uint64_t ftime100; uint64_t ftime200; uint64_t ftime500; uint64_t ftime1000; member
603 else if (p <= 200) ++ fs0.ftime200; else if (p <= 500) ++ fs0.ftime500; in format0()
776 print_3float((float)fs0.ftime200 / fs0.nflows); in format0()
/dports/net-mgmt/flow-tools/flow-tools-2ca53f5/lib/
H A Dftstat.c902 uint64_t ftime100; uint64_t ftime200; uint64_t ftime500; uint64_t ftime1000; member
4895 else if (p <= 200) ++ rpt1->ftime200; in ftstat_rpt_1_accum()
5071 (double)rpt1->ftime200 / (double)rpt->t_flows, in ftstat_rpt_1_dump()