Home
last modified time | relevance | path

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

/AliOS-Things-master/components/lwip/lwip2.0.0/apps/iperf/
A Diperf_task.c203 tmp_count = iperf_reset_count( tmp_count ); in iperf_udp_run_server()
488 tmp_count = iperf_reset_count( tmp_count ); in iperf_tcp_run_server()
615 tmp_count = iperf_reset_count( tmp_count ); in iperf_tcp_run_server()
661 tmp_count = iperf_reset_count( tmp_count ); in iperf_tcp_run_client()
847 tmp_count = iperf_reset_count( tmp_count ); in iperf_udp_run_client()
1219 tmp_count.times = pkt_count.times - tmp_count.times; in iperf_diff_count()
1222 tmp_count.Bytes = pkt_count.Bytes - tmp_count.Bytes; in iperf_diff_count()
1224 tmp_count.Bytes = pkt_count.Bytes + 1024 - tmp_count.Bytes; in iperf_diff_count()
1240 tmp_count.KBytes = pkt_count.KBytes - tmp_count.KBytes; in iperf_diff_count()
1254 tmp_count.MBytes = pkt_count.MBytes - tmp_count.MBytes; in iperf_diff_count()
[all …]

Completed in 9 milliseconds