Home
last modified time | relevance | path

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

/external/ltp/testcases/network/stress/interface/
Dif-addr-adddel49 local new_ip=${IPV6_NET32_UNUSED}::$num
52 local new_ip=${IPV4_NET16_UNUSED}.1.$num
56 tst_resm TINFO "'$cmd_name' add/del IPv$ipver '$new_ip' $NS_TIMES times"
71 ifconfig $iface add $new_ip/$netmask
73 ifconfig $iface:1 $new_ip netmask 255.255.255.0
76 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_ip
87 tst_resm TFAIL "$new_ip not configured"
101 ifconfig $iface del $new_ip/$netmask
[all …]
Dif-addr-addlarge75 local new_ip=${IPV6_NET32_UNUSED}:1:1:1:$hex_x:$hex_y:1
77 local new_ip=${IPV4_NET16_UNUSED}.$x.$y
83 ifconfig $iface add $new_ip/$netmask
85 ifconfig $iface:$x:$y $new_ip netmask 255.255.0.0
88 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_ip
99 tst_resm TFAIL "$new_ip not configured"
112 ifconfig $iface del $new_ip/$netmask
117 ip_cmd) ip addr del $new_ip/$netmask dev $iface ;;
[all …]
/external/libunwind/src/ia64/
DGparser.c755 unw_word_t new_ip; in desc_alias() local
758 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()