Home | History | Annotate | Download | only in ipsec

Lines Matching refs:ip_local

70 	local ip_local=$3
77 spdadd $ip_local $ip_remote any -P out ipsec $proto/transport//require;
78 spdadd $ip_remote $ip_local any -P in ipsec $proto/transport//require;
82 #check_sp_entries $SOCK_LOCAL $ip_local $ip_remote
87 spdadd $ip_local $ip_remote any -P in ipsec $proto/transport//require;
91 #check_sp_entries $SOCK_REMOTE $ip_remote $ip_local
98 local ip_local=$3
107 add $ip_local [4500] $ip_remote [4500] $proto $((spi)) $algo_args;
108 add $ip_remote [4500] $ip_local [4500] $proto $((spi + 1)) $algo_args;
114 #check_sa_entries $SOCK_LOCAL $ip_local $ip_remote
118 add $ip_local [$port] $ip_remote [4500] $proto $((spi)) $algo_args;
125 #check_sa_entries $SOCK_PEER $ip_local $ip_remote
218 local ip_local=10.0.1.2
234 atf_check -s exit:0 rump.ifconfig shmif0 $ip_local/24
259 -o match:"$ip_local > $ip_remote: ICMP echo request" \
262 -o match:"$ip_remote > $ip_local: ICMP echo reply" \
314 start_natt_terminator $SOCK_LOCAL ipv4 $ip_local 4500
327 port=$(get_natt_port $ip_local $ip_nat_remote)
334 setup_sp esp "$algo_args" $ip_local $ip_remote $ip_nat_remote
335 add_sa "esp-udp" "$algo_args" $ip_local $ip_remote $ip_nat_remote 10000 $port