Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/utility/iperf/
Dnx_iperf.c2362 … ctrl_info_ptr -> ipv6[colon_count / 2] = (ctrl_info_ptr -> ipv6[colon_count / 2] << 16) + val; in nx_iperf_check_token_value()
2372 … ctrl_info_ptr -> ipv6[colon_count / 2] = ctrl_info_ptr -> ipv6[colon_count / 2] << 16; in nx_iperf_check_token_value()
2399 ctrl_info_ptr -> ipv6[3] = (ctrl_info_ptr -> ipv6[3] << 16) + val; in nx_iperf_check_token_value()
2829 peer_ip_address.nxd_ip_address.v6[0] = nx_iperf_ctrl_info.ipv6[0]; in nx_iperf_send_test_result_info()
2830 peer_ip_address.nxd_ip_address.v6[1] = nx_iperf_ctrl_info.ipv6[1]; in nx_iperf_send_test_result_info()
2831 peer_ip_address.nxd_ip_address.v6[2] = nx_iperf_ctrl_info.ipv6[2]; in nx_iperf_send_test_result_info()
2832 peer_ip_address.nxd_ip_address.v6[3] = nx_iperf_ctrl_info.ipv6[3]; in nx_iperf_send_test_result_info()
3071 tcp_tx_ip_address.nxd_ip_address.v6[0] = iperf_ctrlInfo_ptr -> ipv6[0]; in nx_iperf_test_info_parse()
3072 tcp_tx_ip_address.nxd_ip_address.v6[1] = iperf_ctrlInfo_ptr -> ipv6[1]; in nx_iperf_test_info_parse()
3073 tcp_tx_ip_address.nxd_ip_address.v6[2] = iperf_ctrlInfo_ptr -> ipv6[2]; in nx_iperf_test_info_parse()
[all …]
Dnx_iperf.h58 ULONG ipv6[4]; member
/NetX-Duo-v6.2.1/docs/
Drevision_history.txt4239 Fixed ipv6 address string.
4293 Fixed ipv6 address string.