Home
last modified time | relevance | path

Searched defs:pkt_count (Results 1 – 1 of 1) sorted by relevance

/AliOS-Things-master/components/lwip/lwip2.0.0/apps/iperf/
A Diperf_task.c167 count_t pkt_count = {0}; in iperf_udp_run_server() local
469 count_t pkt_count = {0}; in iperf_tcp_run_server() local
648 count_t pkt_count = {0}; in iperf_tcp_run_client() local
824 count_t pkt_count = {0}; in iperf_udp_run_client() local
1100 count_t iperf_calculate_result( int pkt_size, count_t pkt_count, int need_to_convert ) in iperf_calculate_result()
1127 void iperf_display_report( char *report_title, unsigned time, unsigned h_ms_time, count_t pkt_count in iperf_display_report()
1193 count_t iperf_reset_count( count_t pkt_count ) in iperf_reset_count()
1204 count_t iperf_copy_count( count_t pkt_count, count_t tmp_count ) in iperf_copy_count()
1216 count_t iperf_diff_count( count_t pkt_count, count_t tmp_count ) in iperf_diff_count()

Completed in 43 milliseconds