Searched refs:dat (Results 1 – 3 of 3) sorted by relevance
31 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 x1y235 #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
192 void iperf_set_test_extra_data( struct iperf_test* ipt, const char *dat );
736 iperf_set_test_extra_data(struct iperf_test *ipt, const char *dat) in iperf_set_test_extra_data() argument738 ipt->extra_data = strdup(dat); in iperf_set_test_extra_data()