Lines Matching refs:ipsec
150 # from https://www.netbsd.org/docs/network/ipsec/
154 spdadd $subnet_local/24 $subnet_remote/24 any -P out ipsec
156 spdadd $subnet_remote/24 $subnet_local/24 any -P in ipsec
166 spdadd $subnet_remote/24 $subnet_local/24 any -P out ipsec
168 spdadd $subnet_local/24 $subnet_remote/24 any -P in ipsec
175 # from https://www.netbsd.org/docs/network/ipsec/
179 spdadd $ip_gwlo_tun/32 $ip_gwre_tun/32 any -P out ipsec
181 spdadd $ip_gwre_tun/32 $ip_gwlo_tun/32 any -P in ipsec
191 spdadd $ip_gwre_tun/32 $ip_gwlo_tun/32 any -P out ipsec
193 spdadd $ip_gwlo_tun/32 $ip_gwre_tun/32 any -P in ipsec
301 # from https://www.netbsd.org/docs/network/ipsec/
305 spdadd $subnet_local/64 $subnet_remote/64 any -P out ipsec
307 spdadd $subnet_remote/64 $subnet_local/64 any -P in ipsec
317 spdadd $subnet_remote/64 $subnet_local/64 any -P out ipsec
319 spdadd $subnet_local/64 $subnet_remote/64 any -P in ipsec
326 # from https://www.netbsd.org/docs/network/ipsec/
330 spdadd $ip_gwlo_tun/128 $ip_gwre_tun/128 any -P out ipsec
332 spdadd $ip_gwre_tun/128 $ip_gwlo_tun/128 any -P in ipsec
342 spdadd $ip_gwre_tun/128 $ip_gwlo_tun/128 any -P out ipsec
344 spdadd $ip_gwlo_tun/128 $ip_gwre_tun/128 any -P in ipsec
393 desc="Tests of gif/IPsec ($ipproto) ${mode} mode with $proto ($algo)"