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

  /src/tests/net/if_ipsec/
t_ipsec_natt.sh 92 #check_sa_entries $SOCK_LOCAL $ip_local $ip_remote
302 local ip_remote=10.0.0.2
336 atf_check -s exit:0 rump.ifconfig shmif0 $ip_remote/24
341 check_ping_packets $SOCK_LOCAL_A $BUS_NAT $ip_local_a $ip_remote
342 check_ping_packets $SOCK_LOCAL_B $BUS_NAT $ip_local_b $ip_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_remot
    [all...]
  /src/tests/net/ipsec/
t_ipsec_natt.sh 71 local ip_remote=$4
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
86 spdadd $ip_remote $ip_nat_remote any -P out ipsec $proto/transport//require;
87 spdadd $ip_local $ip_remote any -P in ipsec $proto/transport//require;
91 #check_sp_entries $SOCK_REMOTE $ip_remote $ip_local
99 local ip_remote=$4
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
    [all...]
t_ipsec_tunnel_ipcomp.sh 105 local ip_remote=10.0.2.2
140 atf_check -s exit:0 rump.ifconfig shmif0 $ip_remote/24
147 atf_check -s exit:0 -o ignore rump.ping -c 1 -n -w 3 $ip_remote
151 -o match:"$ip_local > $ip_remote: ICMP echo request" \
154 -o match:"$ip_remote > $ip_local: ICMP echo reply" \
203 rump.ping -c 1 -n -w 3 -s $pktsize -p ff $ip_remote
207 $ip_local $ip_remote ICMP
212 rump.ping -c 1 -n -w 3 -s $pktsize -p ff $ip_remote
216 $ip_local $ip_remote IPComp
232 local ip_remote=fd00:2::
    [all...]
t_ipsec_tunnel.sh 74 local ip_remote=10.0.2.2
108 atf_check -s exit:0 rump.ifconfig shmif0 $ip_remote/24
115 atf_check -s exit:0 -o ignore rump.ping -c 1 -n -w 3 $ip_remote
119 -o match:"$ip_local > $ip_remote: ICMP echo request" \
122 -o match:"$ip_remote > $ip_local: ICMP echo reply" \
155 atf_check -s exit:0 -o ignore rump.ping -c 1 -n -w 3 $ip_remote
174 local ip_remote=fd00:2::2
208 atf_check -s exit:0 rump.ifconfig shmif0 inet6 $ip_remote
215 atf_check -s exit:0 -o ignore rump.ping6 -c 1 -n -X 3 $ip_remote
219 -o match:"$ip_local > $ip_remote: ICMP6, echo request"
    [all...]
t_ipsec_tunnel_odd.sh 76 local ip_remote=10.0.2.2
114 atf_check -s exit:0 rump.ifconfig shmif0 $ip_remote/24
121 atf_check -s exit:0 -o ignore rump.ping -c 1 -n -w 3 $ip_remote
125 -o match:"$ip_local > $ip_remote: ICMP echo request" \
128 -o match:"$ip_remote > $ip_local: ICMP echo reply" \
161 atf_check -s exit:0 -o ignore rump.ping -c 1 -n -w 3 $ip_remote
182 local ip_remote=fd00:2::2
220 atf_check -s exit:0 rump.ifconfig shmif0 inet6 $ip_remote
227 atf_check -s exit:0 -o ignore rump.ping6 -c 1 -n -X 3 $ip_remote
231 -o match:"$ip_local > $ip_remote: ICMP6, echo request"
    [all...]
t_ipsec_gif.sh 79 local ip_remote=10.0.2.2
128 atf_check -s exit:0 rump.ifconfig shmif0 $ip_remote/24
138 atf_check -s exit:0 -o ignore rump.ping -c 1 -n -w 3 $ip_remote
142 str="$str $ip_local > $ip_remote: ICMP echo request,"
145 str="$str $ip_remote > $ip_local: ICMP echo reply,"
204 atf_check -s exit:0 -o ignore rump.ping -c 1 -n -w 3 $ip_remote
208 $ip_local $ip_remote $proto ipv4)
211 $ip_remote $ip_local $proto ipv4)
230 local ip_remote=fd00:2::2
279 atf_check -s exit:0 rump.ifconfig shmif0 inet6 $ip_remote
    [all...]
t_ipsec_l2tp.sh 78 local ip_remote=10.0.0.2
128 atf_check -s exit:0 rump.ifconfig shmif0 $ip_remote/24
135 atf_check -s exit:0 -o ignore rump.ping -c 1 -n -w 3 $ip_remote
201 atf_check -s exit:0 -o ignore rump.ping -c 1 -n -w 3 $ip_remote
221 local ip_remote=fd00::2
270 atf_check -s exit:0 rump.ifconfig shmif0 inet6 $ip_remote
277 atf_check -s exit:0 -o ignore rump.ping6 -c 1 -n -X 3 $ip_remote
343 atf_check -s exit:0 -o ignore rump.ping6 -c 1 -n -X 3 $ip_remote

Completed in 14 milliseconds