Home
last modified time | relevance | path

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

/iperf/src/
H A Dtcp_info.c218 build_tcpinfo_message(struct iperf_interval_results *r, char *message) in build_tcpinfo_message() argument
221 sprintf(message, report_tcpInfo, r->tcpInfo.tcpi_snd_cwnd, r->tcpInfo.tcpi_snd_ssthresh, in build_tcpinfo_message()
222 r->tcpInfo.tcpi_rcv_ssthresh, r->tcpInfo.tcpi_unacked, r->tcpInfo.tcpi_sacked, in build_tcpinfo_message()
223 r->tcpInfo.tcpi_lost, r->tcpInfo.tcpi_retrans, r->tcpInfo.tcpi_fackets, in build_tcpinfo_message()
224 r->tcpInfo.tcpi_rtt, r->tcpInfo.tcpi_reordering); in build_tcpinfo_message()
227 sprintf(message, report_tcpInfo, r->tcpInfo.tcpi_snd_cwnd, in build_tcpinfo_message()
228 r->tcpInfo.tcpi_rcv_space, r->tcpInfo.tcpi_snd_ssthresh, r->tcpInfo.tcpi_rtt); in build_tcpinfo_message()
231 sprintf(message, report_tcpInfo, r->tcpInfo.tcpi_snd_cwnd, in build_tcpinfo_message()
232 r->tcpInfo.tcpi_rcv_space, r->tcpInfo.tcpi_snd_ssthresh, r->tcpInfo.tcpi_rtt); in build_tcpinfo_message()
H A Dnet.c386 nleft -= r; in Nread()
387 buf += r; in Nread()
405 if (r < 0) { in Nwrite()
420 } else if (r == 0) in Nwrite()
422 nleft -= r; in Nwrite()
423 buf += r; in Nwrite()
461 if (r > 0) in Nsendfile()
462 nleft -= r; in Nsendfile()
472 r = -1; in Nsendfile()
475 if (r < 0) { in Nsendfile()
[all …]
H A Diperf_tcp.c58 int r; in iperf_tcp_recv() local
62 if (r < 0) in iperf_tcp_recv()
63 return r; in iperf_tcp_recv()
67 sp->result->bytes_received += r; in iperf_tcp_recv()
75 return r; in iperf_tcp_recv()
86 int r; in iperf_tcp_send() local
96 if (r < 0) in iperf_tcp_send()
97 return r; in iperf_tcp_send()
99 sp->pending_size -= r; in iperf_tcp_send()
100 sp->result->bytes_sent += r; in iperf_tcp_send()
[all …]
H A Diperf_udp.c73 int r; in iperf_udp_recv() local
86 if (r <= 0) in iperf_udp_recv()
87 return r; in iperf_udp_recv()
100 sp->result->bytes_received += r; in iperf_udp_recv()
101 sp->result->bytes_received_this_interval += r; in iperf_udp_recv()
204 return r; in iperf_udp_recv()
215 int r; in iperf_udp_send() local
253 if (r < 0) in iperf_udp_send()
254 return r; in iperf_udp_send()
256 sp->result->bytes_sent += r; in iperf_udp_send()
[all …]
H A Diperf_sctp.c61 int r; in iperf_sctp_recv() local
64 if (r < 0) in iperf_sctp_recv()
65 return r; in iperf_sctp_recv()
69 sp->result->bytes_received += r; in iperf_sctp_recv()
77 return r; in iperf_sctp_recv()
93 int r; in iperf_sctp_send() local
96 if (r < 0) in iperf_sctp_send()
97 return r; in iperf_sctp_send()
99 sp->result->bytes_sent += r; in iperf_sctp_send()
100 sp->result->bytes_sent_this_interval += r; in iperf_sctp_send()
[all …]
H A Diperf_api.c1897 int r; in iperf_recv() local
1904 return r; in iperf_recv()
2110 r = -1; in send_parameters()
2317 r = -1; in send_results()
2397 r = -1; in send_results()
2468 r = -1; in get_results()
2475 r = -1; in get_results()
2578 r = -1; in JSON_write()
2586 r = -1; in JSON_write()
4404 int r; in diskfile_send() local
[all …]
H A Diperf_api.h294 void build_tcpinfo_message(struct iperf_interval_results *r, char *message);
/iperf/contrib/
H A Diperf3_to_gnuplot.py64 r=sum(retransmits),
/iperf/config/
H A Dinstall-sh363 d????-?r-*) different_mode=700;;
H A Dltmain.sh4269 ${RM}r "$tmpdir"
4743 $opt_dry_run || ${RM}r "$tmpdir"
4777 ${RM}r "$tmpdir"
11021 func_show_eval "${RM}r$generated"
/iperf/
H A DREADME.md122 -r, --tradeoff Do a bidirectional test individually
H A Daclocal.m4989 $RM -r conftest*
1214 ECHO='print -r --'
1237 print*) AC_MSG_RESULT([print -r]) ;;
1249 || test "X`print -r -- $ECHO`" = "X$ECHO" )])])
1677 $RM -r conftest*
2087 $RM -r conftest 2>/dev/null
2124 $RM -r conftest
3394 [lt_cv_ld_reload_flag='-r'])
4060 " {split(\$ 0,a,/\||\r/); split(a[2],s)};"\
8327 lt_NL2SP='tr \r\n \100\100'
[all …]
H A Dconfigure982 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
16130 ac_cs_awk_cr='\\r'
/iperf/docs/
H A Ddev.rst63 -r, --tradeoff Do a bidirectional test individually