Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/utility/iperf/
Dnx_iperf.h65 ULONG64 BytesTxed; member
Dnx_iperf.c2821 …nx_iperf_ctrl_info.ThroughPut = (nx_iperf_ctrl_info.BytesTxed + nx_iperf_ctrl_info.BytesRxed) / nx… in nx_iperf_send_test_result_info()
3323 …length = _nx_utility_uint_to_string((UINT)(nx_iperf_ctrl_info.BytesTxed), 10, mytempstring, sizeof… in nx_iperf_print_tcp_tx_results()
3538 …length = _nx_utility_uint_to_string((UINT)(nx_iperf_ctrl_info.BytesTxed), 10, mytempstring, sizeof… in nx_iperf_print_udp_tx_results()
3807 ctrlInfo_ptr -> BytesTxed = 0; in nx_iperf_thread_tcp_tx_entry()
3960 ctrlInfo_ptr -> BytesTxed += packet_size; 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()
4340 ctrlInfo_ptr -> BytesTxed = 0; in nx_iperf_thread_udp_tx_entry()
4383 ctrlInfo_ptr -> BytesTxed += ctrlInfo_ptr -> PacketSize; in nx_iperf_thread_udp_tx_entry()
4394 …ctrlInfo_ptr -> ThroughPut = ctrlInfo_ptr -> BytesTxed / ctrlInfo_ptr -> RunTime * NX_IP_PERIODIC_… in nx_iperf_thread_udp_tx_entry()