OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ipv6
(Results
1 - 25
of
35
) sorted by relevancy
1
2
/src/usr.sbin/pf/etc/defaults/
pf.boot.conf
26
# Allow
IPv6
router/neighbor solicitation and advertisement.
27
pass out inet6 proto
ipv6
-icmp all icmp6-type neighbrsol
28
pass in inet6 proto
ipv6
-icmp all icmp6-type neighbradv
29
pass out inet6 proto
ipv6
-icmp all icmp6-type routersol
30
pass in inet6 proto
ipv6
-icmp all icmp6-type routeradv
/src/tests/ipf/input/
Makefile
38
ipv6
.1 \
39
ipv6
.2 \
40
ipv6
.3 \
41
ipv6
.4 \
42
ipv6
.5 \
43
ipv6
.6 \
/src/tests/usr.sbin/stdhosts/
t_stdhosts.sh
67
atf_test_case
ipv6
cleanup
70
atf_set "descr" "Test
IPv6
addresses with stdhosts(8)"
83
atf_add_test_case
ipv6
/src/tests/ipf/expected/
Makefile
85
ipv6
.1 \
86
ipv6
.2 \
87
ipv6
.3 \
88
ipv6
.4 \
89
ipv6
.5 \
90
ipv6
.6 \
/src/etc/defaults/
npf.boot.conf
34
# Allow
IPv6
router/neighbor solicitation and advertisement.
35
pass out family inet6 proto
ipv6
-icmp icmp-type rtsol all
36
pass in family inet6 proto
ipv6
-icmp icmp-type rtadv all
37
pass out family inet6 proto
ipv6
-icmp icmp-type neighsol all
38
pass family inet6 proto
ipv6
-icmp icmp-type neighadv all
/src/tests/ipf/regress/
Makefile
87
ipv6
.1 \
88
ipv6
.2 \
89
ipv6
.3 \
90
ipv6
.4 \
91
ipv6
.5 \
92
ipv6
.6 \
/src/tests/net/if_wg/
t_basic.sh
226
atf_set "descr" "tests to create/destroy peers (
IPv6
)"
248
local
ipv6
=inet6
278
local
ipv6
=inet6
308
local
ipv6
=inet6
511
add_badudp_test ipv4
ipv6
512
add_badudp_test
ipv6
ipv4
513
add_badudp_test
ipv6
ipv6
516
add_basic_test ipv4
ipv6
517
add_basic_test
ipv6
ipv
[
all
...]
t_tunnel.sh
163
_proto=
ipv6
300
local
ipv6
=inet6
329
add_tunnel_test ipv4
ipv6
330
add_tunnel_test
ipv6
ipv4
331
add_tunnel_test
ipv6
ipv6
/src/lib/libc/inet/
inet_cidr_pton.c
53
int *bits, int
ipv6
);
56
static int getbits(const char *, int
ipv6
);
91
inet_cidr_pton_ipv4(const char *src, u_char *dst, int *pbits, int
ipv6
) {
120
bits = getbits(src,
ipv6
);
129
bits =
ipv6
? 128 : 32;
139
if (((bits - (
ipv6
? 96 : 0)) / 8) > (dst - odst))
262
getbits(const char *src, int
ipv6
) {
276
if (bits > (
ipv6
? 128 : 32)) /*%< range error */
/src/tests/net/ipsec/
t_ipsec_tcp.sh
185
test_tcp
ipv6
$ip_local
ipv6
$ip_peer
232
test_tcp ipv4 $ip_local
ipv6
$ip_peer
287
add_test_tcp
ipv6
esp $algo
292
add_test_tcp
ipv6
ah $algo
297
add_test_tcp
ipv6
none
t_ipsec_gif.sh
359
$ip_local $ip_remote $proto
ipv6
)
362
$ip_remote $ip_local $proto
ipv6
)
419
add_test_ipsec_gif
ipv6
tunnel esp $algo
421
add_test_ipsec_gif
ipv6
transport esp $algo
426
add_test_ipsec_gif
ipv6
tunnel ah $algo
428
add_test_ipsec_gif
ipv6
transport ah $algo
t_ipsec_l2tp.sh
346
str=$(make_l2tp_pktstr $ip_gwlo_tun $ip_gwre_tun $proto
ipv6
$mode)
348
str=$(make_l2tp_pktstr $ip_gwre_tun $ip_gwlo_tun $proto
ipv6
$mode)
405
add_test_ipsec_l2tp
ipv6
tunnel esp $algo
407
add_test_ipsec_l2tp
ipv6
transport esp $algo
412
add_test_ipsec_l2tp
ipv6
tunnel ah $algo
414
add_test_ipsec_l2tp
ipv6
transport ah $algo
t_ipsec_transport.sh
266
add_test_transport_mode
ipv6
esp $algo
270
add_test_transport_mode
ipv6
ah $algo
274
add_test_transport_mode
ipv6
ipcomp $algo
t_ipsec_sockopt.sh
380
add_test_IP_IPSEC_POLICY
ipv6
esp $algo
384
add_test_IP_IPSEC_POLICY
ipv6
ah $algo
388
add_test_IP_IPSEC_POLICY
ipv6
ipcomp $algo
/src/share/examples/npf/
host-npf.conf
52
# Allow
IPv6
ICMP
53
pass family inet6 proto
ipv6
-icmp all
l2tp_gw-npf.conf
50
pass stateful out final proto
ipv6
-icmp all
120
pass in final proto
ipv6
-icmp all
/src/tests/net/inpcb/
t_inpcb_bind.sh
89
add_test
ipv6
"tests for inpcb_bind (
ipv6
)"
/src/tests/net/if_gif/
t_gif.sh
102
if [ ${lan_mode} = "
ipv6
" ]; then
110
if [ ${wan_mode} = "
ipv6
" ]; then
129
if [ ${lan_mode} = "
ipv6
" ]; then
136
if [ ${wan_mode} = "
ipv6
" ]; then
155
if [ ${inner} = "
ipv6
" ]; then
157
router1_lan_mode="
ipv6
"
159
router2_lan_mode="
ipv6
"
167
if [ ${outer} = "
ipv6
" ]; then
169
$ROUTER1_WANIP6
ipv6
171
$ROUTER2_WANIP6
ipv6
[
all
...]
/src/tests/net/if_l2tp/
t_l2tp.sh
88
if [ ${wan_mode} = "
ipv6
" ]; then
109
if [ ${wan_mode} = "
ipv6
" ]; then
128
if [ ${lan_mode} = "
ipv6
" ]; then
147
if [ ${lan_mode} = "
ipv6
" ]; then
168
if [ ${lan_mode} = "
ipv6
" ]; then
176
if [ ${wan_mode} = "
ipv6
" ]; then
200
if [ ${lan_mode} = "
ipv6
" ]; then
207
if [ ${wan_mode} = "
ipv6
" ]; then
257
if [ ${wan_mode} = "
ipv6
" ]; then
268
if [ ${wan_mode} = "
ipv6
" ]; the
[
all
...]
/src/usr.sbin/altq/altqd/altq.conf.samples/
cbq.widecamp
65
class cbq sr0
ipv6
intr borrow priority 4 pbandwidth 4 maxburst 8 red ecn
66
filter sr0
ipv6
0 0 0 0 41 #
ipv6
/src/tests/net/if_ipsec/
t_ipsec.sh
106
if [ ${lan_mode} = "
ipv6
" ]; then
114
if [ ${wan_mode} = "
ipv6
" ]; then
136
if [ ${lan_mode} = "
ipv6
" ]; then
143
if [ ${wan_mode} = "
ipv6
" ]; then
163
if [ ${inner} = "
ipv6
" ]; then
165
router1_lan_mode="
ipv6
"
167
router2_lan_mode="
ipv6
"
175
if [ ${outer} = "
ipv6
" ]; then
177
$ROUTER1_WANIP6
ipv6
179
$ROUTER2_WANIP6
ipv6
[
all
...]
t_ipsec_unnumbered.sh
181
setup_servers
ipv6
224
add_sa
ipv6
esp $algo $ip_local_o $ip_remote_o
275
add_test_ipsecif_unnumbered
ipv6
$algo
/src/usr.sbin/npf/npfctl/
npf_scan.l
163
ipv6
-icmp { yylval.num = IPPROTO_ICMPV6; return ICMP6; }
164
\"
ipv6
-icmp\" { yylval.num = IPPROTO_ICMPV6; return ICMP6; }
/src/tests/net/if_bridge/
t_bridge.sh
52
if [ $mode = "
ipv6
" ]; then
71
if [ $mode = "
ipv6
" ]; then
90
test_endpoint $SOCK1 $IP61 bus1
ipv6
91
test_endpoint $SOCK3 $IP62 bus2
ipv6
127
setup_endpoint $SOCK1 $IP61 bus1
ipv6
128
setup_endpoint $SOCK3 $IP62 bus2
ipv6
532
add_test
ipv6
"Does basic if_bridge tests (
IPv6
)"
534
add_test member_ipv6 "Tests if_bridge with members with an IP address (
IPv6
)"
/src/tests/net/net/
t_forwarding.sh
60
atf_set "descr" "Does
IPv6
forwarding tests"
72
atf_set "descr" "Tests for
IPv6
fastforward"
99
if [ $mode = "
ipv6
" ]; then
123
if [ $mode = "
ipv6
" ]; then
139
if [ $mode = "
ipv6
" ]; then
152
if [ $mode = "
ipv6
" ]; then
189
setup_endpoint $SOCKSRC $IP6SRC bus1
ipv6
$IP6SRCGW
190
setup_endpoint $SOCKDST $IP6DST bus2
ipv6
$IP6DSTGW
191
setup_forwarder
ipv6
223
test_endpoint $SOCKSRC $IP6SRC bus1
ipv6
[
all
...]
Completed in 29 milliseconds
1
2
Indexes created Tue Oct 14 08:09:56 GMT 2025