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-adddel.sh20 local new_ip=${IPV6_NET32_UNUSED}::$num
23 local new_ip=${IPV4_NET16_UNUSED}.1.$num
27 tst_res TINFO "'$cmd' add/del IPv$TST_IPVER '$new_ip' $NS_TIMES times"
41 ifconfig $iface add $new_ip/$netmask
43 ifconfig $iface:1 $new_ip netmask 255.255.255.0
46 ip) ip addr add $new_ip/$netmask dev $iface ;;
50 tst_res TFAIL "command failed to add $new_ip to $iface"
54 ip addr show $iface | grep -q $new_ip
57 tst_res TFAIL "$new_ip not configured"
68 ifconfig $iface del $new_ip/$netmask
[all …]
Dif-addr-addlarge.sh46 local new_ip=${IPV6_NET32_UNUSED}:1:1:1:$hex_x:$hex_y:1
48 local new_ip=${IPV4_NET16_UNUSED}.$x.$y
54 ifconfig $iface add $new_ip/$netmask
56 ifconfig $iface:$x:$y $new_ip netmask 255.255.0.0
59 ip) ip addr add $new_ip/$netmask dev $iface ;;
63 tst_res TFAIL "command failed to add $new_ip to $iface"
67 ip addr show $iface | grep -q $new_ip
70 tst_res TFAIL "$new_ip not configured"
79 ifconfig $iface del $new_ip/$netmask
84 ip) ip addr del $new_ip/$netmask dev $iface ;;
[all …]
/external/bcc/tests/python/
Dtest_clang_complex.c130 u32 new_ip; in handle_packet() local