OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ip_local
(Results
1 - 14
of
14
) sorted by relevancy
/src/tests/net/ipsec/
t_ipsec_transport.sh
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
[
all
...]
t_ipsec_misc.sh
38
local
ip_local
=$3
53
extra="update $
ip_local
$ip_peer $proto 10000 $algo_args;
54
update $ip_peer $
ip_local
$proto 10001 $algo_args;"
56
extra="spdupdate $
ip_local
$ip_peer any -P out ipsec $proto/transport//require;"
61
$saadd $
ip_local
$ip_peer $proto 10000 -lh $lifetime -ls $lifetime $saadd_algo_args;
62
$saadd $ip_peer $
ip_local
$proto 10001 -lh $lifetime -ls $lifetime $saadd_algo_args;
63
spdadd $
ip_local
$ip_peer any -P out ipsec $proto/transport//require;
69
#check_sa_entries $SOCK_LOCAL $
ip_local
$ip_peer
72
extra="spdupdate $ip_peer $
ip_local
any -P out ipsec $proto/transport//require;"
77
$saadd $
ip_local
$ip_peer $proto 10000 -lh $lifetime -ls $lifetime $saadd_algo_args
[
all
...]
t_ipsec_tcp.sh
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
=$
[
all
...]
t_ipsec_sockopt.sh
50
local
ip_local
=10.0.0.1
65
atf_check -s exit:0 rump.ifconfig shmif0 $
ip_local
/24
78
check_packets $outfile $
ip_local
$ip_peer ICMP
89
add $
ip_local
$ip_peer $proto 10000 $algo_args;
90
add $ip_peer $
ip_local
$proto 10001 $algo_args;
94
check_sa_entries $SOCK_LOCAL $
ip_local
$ip_peer
98
add $
ip_local
$ip_peer $proto 10000 $algo_args;
99
add $ip_peer $
ip_local
$proto 10001 $algo_args;
103
check_sa_entries $SOCK_PEER $
ip_local
$ip_peer
115
check_packets $outfile $
ip_local
$ip_peer $pktproto "ICMP
[
all
...]
t_ipsec_natt.sh
70
local
ip_local
=$3
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
87
spdadd $
ip_local
$ip_remote any -P in ipsec $proto/transport//require;
91
#check_sp_entries $SOCK_REMOTE $ip_remote $
ip_local
98
local
ip_local
=$3
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;
114
#check_sa_entries $SOCK_LOCAL $
ip_local
$ip_remot
[
all
...]
t_ipsec_tunnel_ipcomp.sh
100
local
ip_local
=10.0.1.2
117
atf_check -s exit:0 rump.ifconfig shmif0 $
ip_local
/24
151
-o match:"$
ip_local
> $ip_remote: ICMP echo request" \
154
-o match:"$ip_remote > $
ip_local
: ICMP echo reply" \
207
$
ip_local
$ip_remote ICMP
216
$
ip_local
$ip_remote IPComp
227
local
ip_local
=fd00:1::2
244
atf_check -s exit:0 rump.ifconfig shmif0 inet6 $
ip_local
/64
277
-o match:"$
ip_local
> $ip_remote: ICMP6, echo request" \
280
-o match:"$ip_remote > $
ip_local
: ICMP6, echo reply"
[
all
...]
t_ipsec_gif.sh
72
local
ip_local
=10.0.1.2
99
atf_check -s exit:0 rump.ifconfig shmif0 $
ip_local
/24
142
str="$str $
ip_local
> $ip_remote: ICMP echo request,"
145
str="$str $ip_remote > $
ip_local
: ICMP echo reply,"
208
$
ip_local
$ip_remote $proto ipv4)
211
$ip_remote $
ip_local
$proto ipv4)
223
local
ip_local
=fd00:1::2
250
atf_check -s exit:0 rump.ifconfig shmif0 inet6 $
ip_local
/64
293
str="$str $
ip_local
> $ip_remote: ICMP6, echo request"
296
str="$str $ip_remote > $
ip_local
: ICMP6, echo reply,
[
all
...]
t_ipsec_tunnel.sh
69
local
ip_local
=10.0.1.2
86
atf_check -s exit:0 rump.ifconfig shmif0 $
ip_local
/24
119
-o match:"$
ip_local
> $ip_remote: ICMP echo request" \
122
-o match:"$ip_remote > $
ip_local
: ICMP echo reply" \
169
local
ip_local
=fd00:1::2
186
atf_check -s exit:0 rump.ifconfig shmif0 inet6 $
ip_local
/64
219
-o match:"$
ip_local
> $ip_remote: ICMP6, echo request" \
222
-o match:"$ip_remote > $
ip_local
: ICMP6, echo reply" \
t_ipsec_tunnel_odd.sh
69
local
ip_local
=10.0.1.2
88
atf_check -s exit:0 rump.ifconfig shmif0 $
ip_local
/24
125
-o match:"$
ip_local
> $ip_remote: ICMP echo request" \
128
-o match:"$ip_remote > $
ip_local
: ICMP echo reply" \
175
local
ip_local
=fd00:1::2
194
atf_check -s exit:0 rump.ifconfig shmif0 inet6 $
ip_local
/64
231
-o match:"$
ip_local
> $ip_remote: ICMP6, echo request" \
234
-o match:"$ip_remote > $
ip_local
: ICMP6, echo reply" \
t_ipsec_l2tp.sh
75
local
ip_local
=10.0.0.1
99
atf_check -s exit:0 rump.ifconfig shmif0 $
ip_local
/24
218
local
ip_local
=fd00::1
241
atf_check -s exit:0 rump.ifconfig shmif0 inet6 $
ip_local
/64
/src/tests/net/if_wg/
t_misc.sh
45
local
ip_local
=192.168.1.1
70
setup_common shmif0 inet $
ip_local
24
78
add_peer wg0 peer0 $key_pub_local $
ip_local
:$port $ip_wg_local/32
145
local
ip_local
=192.168.1.1
172
setup_common shmif0 inet $
ip_local
24
180
add_peer wg0 peer0 $key_pub_local $
ip_local
:$port $ip_wg_local/32
202
n=$(grep "$
ip_local
.$port > $ip_peer.$port" $outfile |wc -l)
234
local
ip_local
=192.168.1.1
248
setup_common shmif0 inet $
ip_local
24
256
add_peer wg0 peer0 $key_pub_local $
ip_local
:$port $ip_wg_local/3
[
all
...]
t_basic.sh
73
local
ip_local
= ip_peer=
79
ip_local
=192.168.1.1
84
ip_local
=fc00::1
108
setup_common shmif0 $outer_proto $
ip_local
$outer_prefix
116
add_peer wg0 peer0 $key_pub_local $
ip_local
:$port $ip_wg_local/$inner_prefixall
161
local
ip_local
= ip_peer=
167
ip_local
=192.168.1.1
176
ip_local
=fc00::1
193
setup_common shmif0 $proto $
ip_local
$outer_prefix
348
local
ip_local
=192.168.1.
[
all
...]
t_interoperability.sh
74
local
ip_local
=10.0.0.3
89
atf_check -s exit:0 rump.ifconfig virt0 $
ip_local
/24
132
local
ip_local
=10.0.0.3
148
atf_check -s exit:0 rump.ifconfig virt0 $
ip_local
/24
228
local
ip_local
=10.0.0.3
t_tunnel.sh
191
local
ip_local
= ip_peer=
209
ip_local
=192.168.1.2
223
ip_local
=fc00:1::2
242
setup_edge $inner_proto $
ip_local
$inner_prefix $ip_tun_local
Completed in 18 milliseconds
Indexes created Fri Oct 17 09:09:57 GMT 2025