Searched refs:new_ip (Results 1 – 3 of 3) sorted by relevance
49 local new_ip=${IPV6_NET32_UNUSED}::$num52 local new_ip=${IPV4_NET16_UNUSED}.1.$num56 tst_resm TINFO "'$cmd_name' add/del IPv$ipver '$new_ip' $NS_TIMES times"71 ifconfig $iface add $new_ip/$netmask73 ifconfig $iface:1 $new_ip netmask 255.255.255.076 ip_cmd) ip addr add $new_ip/$netmask dev $iface ;;80 tst_resm TFAIL "command failed to add $new_ip to $iface"84 ip addr show $iface | grep -q $new_ip87 tst_resm TFAIL "$new_ip not configured"101 ifconfig $iface del $new_ip/$netmask[all …]
75 local new_ip=${IPV6_NET32_UNUSED}:1:1:1:$hex_x:$hex_y:177 local new_ip=${IPV4_NET16_UNUSED}.$x.$y83 ifconfig $iface add $new_ip/$netmask85 ifconfig $iface:$x:$y $new_ip netmask 255.255.0.088 ip_cmd) ip addr add $new_ip/$netmask dev $iface ;;92 tst_resm TFAIL "command failed to add $new_ip to $iface"96 ip addr show $iface | grep -q $new_ip99 tst_resm TFAIL "$new_ip not configured"112 ifconfig $iface del $new_ip/$netmask117 ip_cmd) ip addr del $new_ip/$netmask dev $iface ;;[all …]
755 unw_word_t new_ip; in desc_alias() local758 new_ip = op->val + ((when / 3) * 16 + (when % 3)); in desc_alias()760 if ((ret = ia64_fetch_proc_info (c, new_ip, 1)) < 0) in desc_alias()763 if ((ret = create_state_record_for (c, sr, new_ip)) < 0) in desc_alias()