Searched refs:new_ip (Results 1 – 6 of 6) sorted by relevance
/external/ltp/testcases/network/stress/interface/ |
D | 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/$netmask [all …]
|
D | 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/perf_data_converter/src/quipper/ |
D | perf_parser.cc | 559 uint64_t ip, PidTid pidtid, uint64_t* new_ip, in MapIPAndPidAndGetNameAndOffset() argument 600 *new_ip = mapped_addr; in MapIPAndPidAndGetNameAndOffset() 602 *new_ip = ip; in MapIPAndPidAndGetNameAndOffset()
|
D | perf_parser.h | 225 uint64_t ip, const PidTid pidtid, uint64_t* new_ip,
|
/external/bcc/tests/python/ |
D | test_clang_complex.c | 130 u32 new_ip; in handle_packet() local
|
/external/libunwind/src/ia64/ |
D | Gparser.c | 755 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()
|