Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/utility/iperf/
Dnx_iperf.c54 static UINT udp_tx_packet_size = 1470; variable
2603 length = _nx_utility_uint_to_string(udp_tx_packet_size, 10, mytempstring, sizeof(mytempstring)); in nx_iperf_print_main_test_window()
2939 udp_tx_packet_size = 1470; in nx_iperf_get_notify()
2943 udp_tx_packet_size = 1450; in nx_iperf_get_notify()
3107 udp_tx_packet_size = (UINT)(iperf_ctrlInfo_ptr -> PacketSize); in nx_iperf_test_info_parse()
3129 if (udp_tx_packet_size > 1450) in nx_iperf_test_info_parse()
3131 udp_tx_packet_size = 1450; in nx_iperf_test_info_parse()