HomeSort by relevance Sort by last modified time
    Searched refs:new_ip (Results 1 - 5 of 5) sorted by null

  /external/ltp/testcases/network/stress/interface/
if-addr-adddel 49 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/$netmas
    [all...]
if-addr-addlarge 75 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...]
  /system/extras/perfprofd/quipper/
perf_parser.h 231 uint64_t* new_ip,
perf_parser.cc 416 uint64_t* new_ip,
462 *new_ip = mapped_addr;
  /external/libunwind/src/ia64/
Gparser.c 756 unw_word_t new_ip;
759 new_ip = op->val + ((when / 3) * 16 + (when % 3));
761 if ((ret = ia64_fetch_proc_info (c, new_ip, 1)) < 0)
764 if ((ret = create_state_record_for (c, sr, new_ip)) < 0)
755 unw_word_t new_ip; local

Completed in 901 milliseconds