Lines Matching refs:proto
59 local proto=$4
61 atf_check -s exit:0 -o match:"$src > $dst: $proto" cat $outfile
62 atf_check -s exit:0 -o match:"$dst > $src: $proto" cat $outfile
67 local proto=$1
81 local proto_cap=$(echo $proto | tr 'a-z' 'A-Z')
82 local algo_args="$(generate_algo_args $proto $algo)"
134 add $ip6_gw_local_tunnel $ip6_gw_remote_tunnel $proto 10000 $algo_args;
135 add $ip6_gw_remote_tunnel $ip6_gw_local_tunnel $proto 10001 $algo_args;
137 $proto/tunnel/$ip6_gw_local_tunnel-$ip6_gw_remote_tunnel/require;
139 $proto/tunnel/$ip6_gw_remote_tunnel-$ip6_gw_local_tunnel/require;
148 add $ip6_gw_local_tunnel $ip6_gw_remote_tunnel $proto 10000 $algo_args;
149 add $ip6_gw_remote_tunnel $ip6_gw_local_tunnel $proto 10001 $algo_args;
151 $proto/tunnel/$ip6_gw_remote_tunnel-$ip6_gw_local_tunnel/require;
153 $proto/tunnel/$ip6_gw_local_tunnel-$ip6_gw_remote_tunnel/require;
173 local proto=$1
187 local proto_cap=$(echo $proto | tr 'a-z' 'A-Z')
188 local algo_args="$(generate_algo_args $proto $algo)"
240 add $ip4_gw_local_tunnel $ip4_gw_remote_tunnel $proto 10000 $algo_args;
241 add $ip4_gw_remote_tunnel $ip4_gw_local_tunnel $proto 10001 $algo_args;
243 $proto/tunnel/$ip4_gw_local_tunnel-$ip4_gw_remote_tunnel/require;
245 $proto/tunnel/$ip4_gw_remote_tunnel-$ip4_gw_local_tunnel/require;
254 add $ip4_gw_local_tunnel $ip4_gw_remote_tunnel $proto 10000 $algo_args;
255 add $ip4_gw_remote_tunnel $ip4_gw_local_tunnel $proto 10001 $algo_args;
257 $proto/tunnel/$ip4_gw_remote_tunnel-$ip4_gw_local_tunnel/require;
259 $proto/tunnel/$ip4_gw_local_tunnel-$ip4_gw_remote_tunnel/require;
280 local proto=$2
284 test_ipsec46_tunnel $proto $algo
286 test_ipsec64_tunnel $proto $algo
293 local proto=$2
298 name="ipsec_tunnel_${ipproto}_${proto}_${_algo}"
300 desc="Tests of IPsec tunnel mode (IPv4 over IPv6) with $proto ($algo)"
302 desc="Tests of IPsec tunnel mode (IPv6 over IPv4) with $proto ($algo)"
312 test_tunnel_common $ipproto $proto $algo