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

  /external/ltp/testcases/network/stress/interface/
if-addr-adddel 33 local new_ip=${IPV6_NET32_UNUSED}::$num
36 local new_ip=${IPV4_NET16_UNUSED}.1.$num
40 tst_res TINFO "'$cmd' add/del IPv$TST_IPVER '$new_ip' $NS_TIMES times"
54 ifconfig $iface add $new_ip/$netmask
56 ifconfig $iface:1 $new_ip netmask 255.255.255.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"
81 ifconfig $iface del $new_ip/$netmas
    [all...]
if-addr-addlarge 59 local new_ip=${IPV6_NET32_UNUSED}:1:1:1:$hex_x:$hex_y:1
61 local new_ip=${IPV4_NET16_UNUSED}.$x.$y
67 ifconfig $iface add $new_ip/$netmask
69 ifconfig $iface:$x:$y $new_ip netmask 255.255.0.0
72 ip) ip addr add $new_ip/$netmask dev $iface ;;
76 tst_res TFAIL "command failed to add $new_ip to $iface"
80 ip addr show $iface | grep -q $new_ip
83 tst_res TFAIL "$new_ip not configured"
92 ifconfig $iface del $new_ip/$netmask
97 ip) ip addr del $new_ip/$netmask dev $iface ;
    [all...]
  /external/bcc/tests/python/
test_clang_complex.c 130 u32 new_ip; local
  /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 1077 milliseconds