Searched refs:ip (Results 1 – 5 of 5) sorted by relevance
106 ip link del ${${test_case}_interface}>/dev/null 2>&1;107 …ip link add ${${test_case}_interface} type veth peer name ${${test_case}_remote_interface} || exit…108 ifconfig ${${test_case}_interface} up || { ip link del ${${test_case}_interface}; exit 1; };109 …emote_interface} ${${test_case}_remote_ip} up netmask ${TEST_NETMASK} || { ip link del ${${test_ca…110 …ethtool --offload ${${test_case}_remote_interface} tx off || { ip link del ${${test_case}_interfac…117 ip link del ${${test_case}_interface} || exit 1;
380 ip link del ${${test_case}_interface}>/dev/null 2>&1;381 …ip link add ${${test_case}_interface} type veth peer name ${${test_case}_remote_interface} || exit…382 ifconfig ${${test_case}_interface} up || { ip link del ${${test_case}_interface}; exit 1; };383 …emote_interface} ${${test_case}_remote_ip} up netmask ${TEST_NETMASK} || { ip link del ${${test_ca…384 …ethtool --offload ${${test_case}_remote_interface} tx off || { ip link del ${${test_case}_interfac…
57 ULONG ip; member
2317 ctrl_info_ptr -> ip = 0; in nx_iperf_check_token_value()2334 ctrl_info_ptr -> ip = (ctrl_info_ptr -> ip << 8) + val; in nx_iperf_check_token_value()2343 ctrl_info_ptr -> ip = (ctrl_info_ptr -> ip << 8) + val; in nx_iperf_check_token_value()2838 peer_ip_address.nxd_ip_address.v4 = nx_iperf_ctrl_info.ip; in nx_iperf_send_test_result_info()3061 tcp_tx_ip_address.nxd_ip_address.v4 = iperf_ctrlInfo_ptr -> ip; in nx_iperf_test_info_parse()3115 udp_tx_ip_address.nxd_ip_address.v4 = iperf_ctrlInfo_ptr -> ip; in nx_iperf_test_info_parse()3657 ctrlInfo_ptr -> ip = ip_address.nxd_ip_address.v4; in nx_iperf_thread_tcp_rx_entry()3827 server_ip.nxd_ip_address.v4 = ctrlInfo_ptr -> ip; in nx_iperf_thread_tcp_tx_entry()4090 ctrlInfo_ptr -> ip = source_ip_address.nxd_ip_address.v4; in nx_iperf_thread_udp_rx_entry()4284 server_ip.nxd_ip_address.v4 = ctrlInfo_ptr -> ip; in nx_iperf_send_udp_packet()
1552 … Fixed the bug for ip header pointer set.