Home
last modified time | relevance | path

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

/dports/net-mgmt/flow-tools/flow-tools-2ca53f5/lib/
H A Dftio.c1668 char agg_ver, agg_method; in ftio_header_print() local
1748 agg_ver = ftio->fth.agg_version; in ftio_header_print()
1815 fprintf(std, "%c export agg_version: %u\n", cc, (int)agg_ver); in ftio_header_print()
1892 uint8_t s_ver, d_ver, agg_ver, agg_method; in ftio_rec_swapfunc() local
1898 agg_ver = ftio->fth.agg_version; in ftio_rec_swapfunc()
1927 if (agg_ver != 2) { in ftio_rec_swapfunc()
1928 fterr_warnx("Unsupported agg_version %d", (int)agg_ver); in ftio_rec_swapfunc()