Searched refs:ThroughPut (Results 1 – 2 of 2) sorted by relevance
| /NetX-Duo-v6.2.1/utility/iperf/ |
| D | nx_iperf.c | 2808 if ((!nx_iperf_ctrl_info.ThroughPut) && (nx_iperf_ctrl_info.StartTime)) in nx_iperf_send_test_result_info() 2821 …nx_iperf_ctrl_info.ThroughPut = (nx_iperf_ctrl_info.BytesTxed + nx_iperf_ctrl_info.BytesRxed) / nx… in nx_iperf_send_test_result_info() 3221 …length = _nx_utility_uint_to_string((UINT)(nx_iperf_ctrl_info.ThroughPut), 10, mytempstring, sizeo… in nx_iperf_print_tcp_rx_results() 3333 …length = _nx_utility_uint_to_string((UINT)(nx_iperf_ctrl_info.ThroughPut), 10, mytempstring, sizeo… in nx_iperf_print_tcp_tx_results() 3436 …length = _nx_utility_uint_to_string((UINT)(nx_iperf_ctrl_info.ThroughPut), 10, mytempstring, sizeo… in nx_iperf_print_udp_rx_results() 3548 …length = _nx_utility_uint_to_string((UINT)(nx_iperf_ctrl_info.ThroughPut), 10, mytempstring, sizeo… in nx_iperf_print_udp_tx_results() 3604 ctrlInfo_ptr -> ThroughPut = 0; in nx_iperf_thread_tcp_rx_entry() 3705 …ctrlInfo_ptr -> ThroughPut = ctrlInfo_ptr -> BytesRxed / ctrlInfo_ptr -> RunTime * NX_IP_PERIODIC_… in nx_iperf_thread_tcp_rx_entry() 3808 ctrlInfo_ptr -> ThroughPut = 0; in nx_iperf_thread_tcp_tx_entry() 3966 …ctrlInfo_ptr -> ThroughPut = ctrlInfo_ptr -> BytesTxed / ctrlInfo_ptr -> RunTime * NX_IP_PERIODIC_… in nx_iperf_thread_tcp_tx_entry() [all …]
|
| D | nx_iperf.h | 70 ULONG64 ThroughPut; member
|