Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/utility/iperf/
Dnx_iperf.h66 ULONG64 BytesRxed; member
Dnx_iperf.c2821 …rl_info.ThroughPut = (nx_iperf_ctrl_info.BytesTxed + nx_iperf_ctrl_info.BytesRxed) / nx_iperf_ctrl… in nx_iperf_send_test_result_info()
3211 …length = _nx_utility_uint_to_string((UINT)(nx_iperf_ctrl_info.BytesRxed), 10, mytempstring, sizeof… in nx_iperf_print_tcp_rx_results()
3426 …length = _nx_utility_uint_to_string((UINT)(nx_iperf_ctrl_info.BytesRxed), 10, mytempstring, sizeof… in nx_iperf_print_udp_rx_results()
3603 ctrlInfo_ptr -> BytesRxed = 0; in nx_iperf_thread_tcp_rx_entry()
3691 ctrlInfo_ptr -> BytesRxed += packet_ptr -> nx_packet_length; 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()
4051 ctrlInfo_ptr -> BytesRxed = 0; in nx_iperf_thread_udp_rx_entry()
4131 ctrlInfo_ptr -> BytesRxed += my_packet -> nx_packet_length; in nx_iperf_thread_udp_rx_entry()
4154 …ctrlInfo_ptr -> ThroughPut = ctrlInfo_ptr -> BytesRxed / ctrlInfo_ptr -> RunTime * NX_IP_PERIODIC_… in nx_iperf_thread_udp_rx_entry()
4218 …ctrlInfo_ptr -> ThroughPut = ctrlInfo_ptr -> BytesRxed / ctrlInfo_ptr -> RunTime * NX_IP_PERIODIC_… in nx_iperf_thread_udp_rx_entry()