Lines Matching refs:ip_local
38 local ip_local=$3
45 add $ip_local $ip_peer $proto 10000 $algo_args;
46 add $ip_peer $ip_local $proto 10001 $algo_args;
47 spdadd $ip_local $ip_peer any -P out ipsec $proto/transport//require;
53 #check_sa_entries $SOCK_LOCAL $ip_local $ip_peer
57 add $ip_local $ip_peer $proto 10000 $algo_args;
58 add $ip_peer $ip_local $proto 10001 $algo_args;
59 spdadd $ip_peer $ip_local any -P out ipsec $proto/transport//require;
65 #check_sa_entries $SOCK_PEER $ip_local $ip_peer
83 local ip_local=$2
116 local ip_local=10.0.0.1
128 atf_check -s exit:0 rump.ifconfig shmif0 $ip_local/24
136 setup_sasp $proto "$algo_args" $ip_local $ip_peer
141 test_tcp ipv4 $ip_local ipv4 $ip_peer
148 -o match:"$ip_local > $ip_peer: $proto_cap" \
151 -o match:"$ip_peer > $ip_local: $proto_cap" \
160 local ip_local=fd00::1
172 atf_check -s exit:0 rump.ifconfig shmif0 inet6 $ip_local
180 setup_sasp $proto "$algo_args" $ip_local $ip_peer
185 test_tcp ipv6 $ip_local ipv6 $ip_peer
192 -o match:"$ip_local > $ip_peer: $proto_cap" \
195 -o match:"$ip_peer > $ip_local: $proto_cap" \
204 local ip_local=10.0.0.1
217 atf_check -s exit:0 rump.ifconfig shmif0 $ip_local/24
227 setup_sasp $proto "$algo_args" $ip_local $ip_peer 100
232 test_tcp ipv4 $ip_local ipv6 $ip_peer
239 -o match:"$ip_local > $ip_peer: $proto_cap" \
242 -o match:"$ip_peer > $ip_local: $proto_cap" \