Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/utility/iperf/
Dnx_iperf.c2525 static CHAR mytempstring[30]; variable
2597 length = _nx_utility_uint_to_string(udp_tx_port, 10, mytempstring, sizeof(mytempstring)); in nx_iperf_print_main_test_window()
2598 status += htmlwrite(resp_packet_ptr, mytempstring, length); in nx_iperf_print_main_test_window()
2600 length = _nx_utility_uint_to_string(udp_tx_test_time, 10, mytempstring, sizeof(mytempstring)); in nx_iperf_print_main_test_window()
2601 status += htmlwrite(resp_packet_ptr, mytempstring, length); in nx_iperf_print_main_test_window()
2603 length = _nx_utility_uint_to_string(udp_tx_packet_size, 10, mytempstring, sizeof(mytempstring)); in nx_iperf_print_main_test_window()
2604 status += htmlwrite(resp_packet_ptr, mytempstring, length); in nx_iperf_print_main_test_window()
2616 length = _nx_utility_uint_to_string(udp_rx_test_time, 10, mytempstring, sizeof(mytempstring)); in nx_iperf_print_main_test_window()
2617 status += htmlwrite(resp_packet_ptr, mytempstring, length); in nx_iperf_print_main_test_window()
2632 length = _nx_utility_uint_to_string(tcp_tx_port, 10, mytempstring, sizeof(mytempstring)); in nx_iperf_print_main_test_window()
[all …]