Searched refs:dstip (Results 1 – 2 of 2) sorted by relevance
752 dstip=192.168.123.2766 ipsecid="proto esp src $srcip dst $dstip spi 0x07"769 $algo sel src $srcip/24 dst $dstip/24772 lines=`ip x s list | grep $srcip | grep $dstip | wc -l`779 lines=`ip x s get $ipsecid | grep $srcip | grep $dstip | wc -l`790 ipsecsel="dir out src $srcip/24 dst $dstip/24"792 tmpl proto esp src $srcip dst $dstip \796 lines=`ip x p list | grep $srcip | grep $dstip | wc -l`803 lines=`ip x p get $ipsecsel | grep $srcip | grep $dstip | wc -l`852 dstip=192.168.123.4[all …]
352 local dstip=$3360 ip netns exec $nsa nc -w 4 "$dstip" "$dstport" < "$nsin" > "$ns1out" &