Searched refs:idleTime (Results 1 – 2 of 2) sorted by relevance
| /NetX-Duo-v6.2.1/utility/iperf/ |
| D | nx_iperf.h | 76 ULONG64 idleTime; member
|
| D | nx_iperf.c | 3231 …length = _nx_utility_uint_to_string(nx_iperf_ctrl_info.idleTime, 10, mytempstring, sizeof(mytempst… in nx_iperf_print_tcp_rx_results() 3343 …length = _nx_utility_uint_to_string(nx_iperf_ctrl_info.idleTime, 10, mytempstring, sizeof(mytempst… in nx_iperf_print_tcp_tx_results() 3446 …length = _nx_utility_uint_to_string((UINT)(nx_iperf_ctrl_info.idleTime), 10, mytempstring, sizeof(… in nx_iperf_print_udp_rx_results() 3558 …length = _nx_utility_uint_to_string((UINT)(nx_iperf_ctrl_info.idleTime), 10, mytempstring, sizeof(… in nx_iperf_print_udp_tx_results() 3708 …ctrlInfo_ptr -> idleTime = (ULONG)((unsigned long long)idle_time * 100 / ((unsigned long long)thre… in nx_iperf_thread_tcp_rx_entry() 3975 …ctrlInfo_ptr -> idleTime = (ULONG)((unsigned long long)idle_time * 100 / ((unsigned long long)thre… in nx_iperf_thread_tcp_tx_entry() 4222 …ctrlInfo_ptr -> idleTime = (ULONG)((unsigned long long)idle_time * 100 / ((unsigned long long)thre… in nx_iperf_thread_udp_rx_entry() 4397 …ctrlInfo_ptr -> idleTime = (ULONG)((unsigned long long)idle_time * 100 / ((unsigned long long)thre… in nx_iperf_thread_udp_tx_entry()
|