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

  /src/tests/net/ipsec/
t_ipsec_forwarding.sh 162 local ip_remote_i=192.168.44.1
194 atf_check -s exit:0 rump.ifconfig shmif1 inet $ip_remote_i/24
203 $ip_remote_i
209 -o match:"$ip_local_i > $ip_remote_i: ICMP echo request" \
212 -o match:"$ip_remote_i > $ip_local_i: ICMP echo reply" \
216 -o match:"$ip_local_i > $ip_remote_i: ICMP echo request" \
219 -o match:"$ip_remote_i > $ip_local_i: ICMP echo reply" \
227 $ip_remote_i $port < $file_send
235 -o match:"${ip_local_i}\.[0-9]+ > ${ip_remote_i}\.$port" \
238 -o match:"${ip_remote_i}\.$port > ${ip_local_i}\.[0-9]+"
    [all...]
  /src/tests/net/if_gif/
t_gif_unnumbered.sh 71 local ip_remote_i=192.168.33.1
86 atf_check -s exit:0 rump.ifconfig shmif1 $ip_remote_i/24
109 atf_check -s exit:0 -o ignore rump.ifconfig gif0 $ip_remote_i/32
111 rump.route add -inet $ip_local_i_subnet -ifp gif0 $ip_remote_i
119 rump.ping -c 1 -n -w $TIMEOUT -I $ip_local_i $ip_remote_i
123 -o match:"$ip_local_o > $ip_remote_o: $ip_local_i > $ip_remote_i: ICMP echo request" \
126 -o match:"$ip_remote_o > $ip_local_o: $ip_remote_i > $ip_local_i: ICMP echo reply" \
135 local ip_remote_i=192.168.33.1
152 atf_check -s exit:0 rump.ifconfig shmif1 $ip_remote_i/24
175 atf_check -s exit:0 -o ignore rump.ifconfig gif0 $ip_remote_i/3
    [all...]
  /src/tests/net/if_ipsec/
t_ipsec_unnumbered.sh 105 local ip_remote_i=192.168.33.1
122 atf_check -s exit:0 rump.ifconfig shmif1 $ip_remote_i/24
146 atf_check -s exit:0 -o ignore rump.ifconfig ipsec0 $ip_remote_i/32
148 rump.route add -inet $ip_local_i_subnet -ifp ipsec0 $ip_remote_i
159 rump.ping -c 1 -n -w $TIMEOUT -I $ip_local_i $ip_remote_i
176 local ip_remote_i=192.168.33.1
195 atf_check -s exit:0 rump.ifconfig shmif1 $ip_remote_i/24
218 atf_check -s exit:0 -o ignore rump.ifconfig ipsec0 $ip_remote_i/32
220 rump.route add -inet $ip_local_i_subnet -ifp ipsec0 $ip_remote_i
230 rump.ping -c 1 -n -w $TIMEOUT -I $ip_local_i $ip_remote_i
    [all...]

Completed in 28 milliseconds