Lines Matching refs:ip_local
49 local ip_local=10.0.0.1
63 atf_check -s exit:0 rump.ifconfig shmif0 $ip_local/24
76 atf_check -s exit:0 -o match:"$ip_local > $ip_peer: ICMP echo request" \
78 atf_check -s exit:0 -o match:"$ip_peer > $ip_local: ICMP echo reply" \
84 add $ip_local $ip_peer $proto 10000 $algo_args;
85 add $ip_peer $ip_local $proto 10001 $algo_args;
86 spdadd $ip_local $ip_peer any -P out ipsec $proto/transport//require;
90 check_sa_entries $SOCK_LOCAL $ip_local $ip_peer
94 add $ip_local $ip_peer $proto 10000 $algo_args;
95 add $ip_peer $ip_local $proto 10001 $algo_args;
96 spdadd $ip_peer $ip_local any -P out ipsec $proto/transport//require;
100 check_sa_entries $SOCK_PEER $ip_local $ip_peer
114 check_packets $outfile $ip_local $ip_peer ICMP
121 check_packets $outfile $ip_local $ip_peer $pktproto
125 check_packets $outfile $ip_local $ip_peer $pktproto
136 local ip_local=fd00::1
149 atf_check -s exit:0 rump.ifconfig shmif0 inet6 $ip_local
162 atf_check -s exit:0 -o match:"$ip_local > $ip_peer: ICMP6, echo request" \
164 atf_check -s exit:0 -o match:"$ip_peer > $ip_local: ICMP6, echo reply" \
170 add $ip_local $ip_peer $proto 10000 $algo_args;
171 add $ip_peer $ip_local $proto 10001 $algo_args;
172 spdadd $ip_local $ip_peer any -P out ipsec $proto/transport//require;
176 check_sa_entries $SOCK_LOCAL $ip_local $ip_peer
180 add $ip_local $ip_peer $proto 10000 $algo_args;
181 add $ip_peer $ip_local $proto 10001 $algo_args;
182 spdadd $ip_peer $ip_local any -P out ipsec $proto/transport//require;
186 check_sa_entries $SOCK_PEER $ip_local $ip_peer
200 check_packets $outfile $ip_local $ip_peer ICMP6
207 check_packets $outfile $ip_local $ip_peer $pktproto
211 check_packets $outfile $ip_local $ip_peer $pktproto