Home
last modified time | relevance | path

Searched refs:dstip (Results 1 – 5 of 5) sorted by relevance

/external/linux-kselftest/tools/testing/selftests/net/
Drtnetlink.sh637 dstip=192.168.123.2
651 ipsecid="proto esp src $srcip dst $dstip spi 0x07"
654 $algo sel src $srcip/24 dst $dstip/24
657 lines=`ip x s list | grep $srcip | grep $dstip | wc -l`
664 lines=`ip x s get $ipsecid | grep $srcip | grep $dstip | wc -l`
675 ipsecsel="dir out src $srcip/24 dst $dstip/24"
677 tmpl proto esp src $srcip dst $dstip \
681 lines=`ip x p list | grep $srcip | grep $dstip | wc -l`
688 lines=`ip x p get $ipsecsel | grep $srcip | grep $dstip | wc -l`
737 dstip=192.168.123.4
[all …]
/external/iptables/extensions/
Dlibxt_hashlimit.txlate1 …hashlimit --hashlimit-above 20kb/s --hashlimit-burst 1mb --hashlimit-mode dstip --hashlimit-name h…
4 …ashlimit --hashlimit-upto 300 --hashlimit-burst 15 --hashlimit-mode srcip,dstip --hashlimit-name h…
Dlibxt_hashlimit.t16 -m hashlimit --hashlimit-upto 1/sec --hashlimit-burst 1 --hashlimit-mode dstip --hashlimit-name min…
17 -m hashlimit --hashlimit-upto 1/sec --hashlimit-burst 1 --hashlimit-mode dstip --hashlimit-name min…
18 -m hashlimit --hashlimit-upto 1/sec --hashlimit-burst 1 --hashlimit-mode dstip --hashlimit-name min…
Dlibxt_hashlimit.man80 \-\-hashlimit-mode srcip,dstip,srcport,dstport \-\-hashlimit\-above 512kb/s
84 \-\-hashlimit-mode dstip \-\-hashlimit\-above 512kb/s \-\-hashlimit-burst 1mb
/external/linux-kselftest/tools/testing/selftests/netfilter/
Dnft_flowtable.sh233 local dstip=$3
241 ip netns exec $nsa nc -w 4 "$dstip" "$dstport" < "$ns1in" > "$ns1out" &