Home
last modified time | relevance | path

Searched refs:dip (Results 1 – 16 of 16) sorted by relevance

/tools/testing/selftests/net/forwarding/
A Dtc_flower_port_range.sh81 local dip=$1; shift
96 flower src_ip $sip dst_ip $dip ip_proto $ip_proto \
101 flower src_ip $sip dst_ip $dip ip_proto $ip_proto \
155 local dip=192.0.2.2
159 __test_port_range $proto $ip_proto $sip $dip $mode "$name"
167 local dip=192.0.2.2
171 __test_port_range $proto $ip_proto $sip $dip $mode "$name"
179 local dip=2001:db8:1::2
191 local dip=2001:db8:1::2
203 local dip=192.0.2.2
[all …]
A Dtc_flower_l2_miss.sh74 local dip=192.0.2.2
82 dst_ip $dip action pass
86 dst_ip $dip action pass
129 local dip=$1; shift
186 local dip=239.1.1.1
198 local dip=ff0e::1
238 local dip=224.0.0.1
248 local dip=$1; shift
256 dst_ip $dip action pass
273 local dip=224.0.0.1
[all …]
A Dsch_ets_core.sh74 dip() function
85 start_traffic $h1.1$i $(sip $i) $(dip $i) $dst_mac
192 vlan_create $h2 1$i v$h2 $(dip $i)/28
264 ping_test $h1.10 $(dip 0) " vlan 10"
265 ping_test $h1.11 $(dip 1) " vlan 11"
266 ping_test $h1.12 $(dip 2) " vlan 12"
A Drouter.sh238 local dip=$1; shift
245 flower dst_ip $dip action pass
247 create_mcast_sg $rp1 $sip $dip $rp2
250 -B $dip -q
257 delete_mcast_sg $rp1 $sip $dip $rp2
311 local dip=169.254.1.1
316 flower dst_ip $dip action pass
321 $MZ $h1 -t udp "sp=54321,dp=12345" -c 5 -d 1msec -b $rp1mac -B $dip -q
A Dmirror_lib.sh34 local dip=$1; shift
39 if is_ipv6 $dip; then
52 $MZ $proto $vrf_name ${sip:+-A $sip} -B $dip -a own -b bc -q \
A Dlib.sh1294 $PING $args $dip -c $PING_COUNT -i 0.1 \
1325 $PING6 $args $dip -c $PING_COUNT -i 0.1 \
1521 local dip=$1; shift
1525 $MZ $h_in -p $pktsize -A $sip -B $dip -c 0 \
1535 local dip=$1; shift
1539 __start_traffic $pktsize udp "$h_in" "$sip" "$dip" "$dmac" \
1548 local dip=$1; shift
1552 __start_traffic $pktsize tcp "$h_in" "$sip" "$dip" "$dmac" \
1560 local dip=$1; shift
1564 start_traffic_pktsize 8000 "$h_in" "$sip" "$dip" "$dmac" \
[all …]
A Drouter_broadcast.sh168 local dip=$2
174 log_info "ping $dip, expected reply from $from"
176 $PING -I $oif $dip -c 10 -i 0.1 -w $PING_TIMEOUT -b 2>&1 \
/tools/testing/selftests/drivers/net/mlxsw/
A Ddevlink_trap_l3_drops.sh193 local dip=$1; shift
208 -B $dip -d 1msec -q &
229 local dip=$1; shift
263 local dip=$1; shift
277 -B $dip -d 1msec -q &
298 local dip=$1; shift
468 local dip=FF00::
493 local dip=FF01::
520 local dip=$1; shift
535 -B $dip -d 1msec -q &
[all …]
A Ddevlink_trap_l3_exceptions.sh370 local dip=$1; shift
386 ping_do $h1 $dip
401 local dip=$1; shift
423 ping_do $h1 $dip
426 ping_do $h1 $dip
437 ip $flags route add $dip via $via_add dev $h2
440 ping_do $h1 $dip
455 local dip=$1; shift
465 ip route add $dip nhid 10
468 ping_do $h1 $dip
[all …]
A Dqos_dscp_bridge.sh126 local dip=$1; shift
143 ${PING} -Q $dscp_10 ${sip:+-I $sip} $dip \
A Dmirror_gre_scale.sh124 local dip=$(mirror_gre_ipv6_addr 1 $i)::2
129 mirror_test v$h1 $sip $dip $htun 100 10
A Dqos_dscp_router.sh158 local dip=$1; shift
179 ${PING} -Q $dscp ${sip:+-I $sip} $dip \
A Ddevlink_trap_l2_drops.sh334 local dip=239.0.0.1
349 $MZ $h1 -c 0 -p 100 -a own -b $dmac -t ip -B $dip -d 1msec -q &
A Dtc_sample.sh227 local dip=$1; shift
239 -B $dip -t udp dp=52768,sp=42768 -q
/tools/testing/selftests/bpf/
A Dgenerate_udp_fragments.py65 dip = VETH1_ADDR
72 pkt = IP(src=sip,dst=dip) / UDP(sport=sport,dport=dport,chksum=0) / Raw(load=payload)
/tools/testing/selftests/net/
A Dtest_bridge_neigh_suppress.sh568 local dip=$1; shift
583 run_cmd "ip -n $sw1 -6 neigh replace $dip lladdr $tmac nud permanent dev br0.$vid"
586 …0.$vid ingress pref 1 handle 101 proto ipv6 flower ip_proto icmpv6 src_ip $dip type 136 code 0 act…
591 …run_cmd "ip netns exec $h1 mausezahn -6 eth0.$vid -c 1 -a own -b $tmac -A $sip -B $dip -t ip hop=2…

Completed in 23 milliseconds