HomeSort by: relevance | last modified time | path
    Searched refs:ip_nat_remote (Results 1 - 2 of 2) sorted by relevancy

  /src/tests/net/if_ipsec/
t_ipsec_natt.sh 301 local ip_nat_remote=10.0.0.1
331 atf_check -s exit:0 rump.ifconfig shmif1 $ip_nat_remote/24
338 rump.route -n add -net $subnet_local $ip_nat_remote
353 check_ping_packets $SOCK_LOCAL_A $BUS_NAT $ip_nat_remote $ip_remote
354 check_ping_packets $SOCK_LOCAL_B $BUS_NAT $ip_nat_remote $ip_remote
358 $ip_remote $ip_nat_remote $ip_remote
360 $ip_remote $ip_nat_remote $ip_remote
388 port_a=$(get_natt_port $ip_local_a $ip_nat_remote)
397 setup_ipsecif $SOCK_REMOTE 0 $ip_remote 4500 $ip_nat_remote $port_a \
403 $ip_remote 4500 $ip_nat_remote $port_a 10001 1000
    [all...]
  /src/tests/net/ipsec/
t_ipsec_natt.sh 72 local ip_nat_remote=$5
86 spdadd $ip_remote $ip_nat_remote any -P out ipsec $proto/transport//require;
100 local ip_nat_remote=$5
119 add $ip_remote [4500] $ip_nat_remote [$port] $proto $((spi + 1)) $algo_args;
220 local ip_nat_remote=20.0.0.1
241 atf_check -s exit:0 rump.ifconfig shmif1 $ip_nat_remote/24
248 rump.route -n add -net $subnet_local $ip_nat_remote
280 -o match:"$ip_nat_remote > $ip_remote: ICMP echo request" \
283 -o match:"$ip_remote > $ip_nat_remote: ICMP echo reply" \
297 -o match:"${ip_nat_remote}\.[0-9]+ > ${ip_remote}\.4501"
    [all...]

Completed in 13 milliseconds