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 42 local new_ip=${IPV6_NET32_UNUSED}::$num
45 local new_ip=${IPV4_NET16_UNUSED}.1.$num
49 tst_resm TINFO "'$cmd_name' add/del IPv$ipver '$new_ip' $NS_TIMES times"
63 ifconfig $iface add $new_ip/$netmask
65 ifconfig $iface:1 $new_ip netmask 255.255.255.0
68 ip_cmd) ip addr add $new_ip/$netmask dev $iface ;;
72 tst_resm TFAIL "command failed to add $new_ip to $iface"
76 ip addr show $iface | grep -q $new_ip
79 tst_resm TFAIL "$new_ip not configured"
90 ifconfig $iface del $new_ip/$netmas
    [all...]
if-addr-addlarge 67 local new_ip=${IPV6_NET32_UNUSED}:1:1:1:$hex_x:$hex_y:1
69 local new_ip=${IPV4_NET16_UNUSED}.$x.$y
75 ifconfig $iface add $new_ip/$netmask
77 ifconfig $iface:$x:$y $new_ip netmask 255.255.0.0
80 ip_cmd) ip addr add $new_ip/$netmask dev $iface ;;
84 tst_resm TFAIL "command failed to add $new_ip to $iface"
88 ip addr show $iface | grep -q $new_ip
91 tst_resm TFAIL "$new_ip not configured"
100 ifconfig $iface del $new_ip/$netmask
105 ip_cmd) ip addr del $new_ip/$netmask dev $iface ;
    [all...]
  /external/perf_data_converter/src/quipper/
perf_parser.h 225 uint64_t ip, const PidTid pidtid, uint64_t* new_ip,
perf_parser.cc 559 uint64_t ip, PidTid pidtid, uint64_t* new_ip,
600 *new_ip = mapped_addr;
602 *new_ip = ip;
  /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 250 milliseconds