Home
last modified time | relevance | path

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

/iperf/contrib/
H A Diperf3.gp31 plot "40Gto10G.old.dat" using 1:3 title '3.10 kernel' with linespoints lw 3 pt 5, \
32 "40Gto10G.new.dat" using 1:3 title '4.2 kernel' with linespoints lw 3 pt 7, \
33 "40Gto10G.old.dat" using 1:4 title 'retransmits' with points pt 7 axes x1y2
35 #plot "iperf3.old.dat" using 1:3 title '3.10 kernel' with linespoints lw 3 pt 5, \
36 # "iperf3.new.dat" using 1:3 title '4.2 kernel' with linespoints lw 3 pt 7
/iperf/src/
H A Diperf_api.h192 void iperf_set_test_extra_data( struct iperf_test* ipt, const char *dat );
H A Diperf_api.c736 iperf_set_test_extra_data(struct iperf_test *ipt, const char *dat) in iperf_set_test_extra_data() argument
738 ipt->extra_data = strdup(dat); in iperf_set_test_extra_data()