Home
last modified time | relevance | path

Searched refs:ipv6 (Results 1 – 25 of 157) sorted by relevance

1234567

/netbsd/src/tests/ipf/input/
DMakefile38 ipv6.1 \
39 ipv6.2 \
40 ipv6.3 \
41 ipv6.4 \
42 ipv6.5 \
43 ipv6.6 \
/netbsd/src/external/bsd/libbind/dist/inet/
Dinet_cidr_pton.c48 int *bits, int ipv6));
52 static int getbits(const char *, int ipv6);
87 inet_cidr_pton_ipv4(const char *src, u_char *dst, int *pbits, int ipv6) { in inet_cidr_pton_ipv4() argument
115 bits = getbits(src, ipv6); in inet_cidr_pton_ipv4()
124 bits = ipv6 ? 128 : 32; in inet_cidr_pton_ipv4()
134 if (((bits - (ipv6 ? 96 : 0)) / 8) > (dst - odst)) in inet_cidr_pton_ipv4()
257 getbits(const char *src, int ipv6) { in getbits() argument
272 if (bits > (ipv6 ? 128 : 32)) /*%< range error */ in getbits()
/netbsd/src/lib/libc/inet/
Dinet_cidr_pton.c53 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) { in inet_cidr_pton_ipv4() argument
120 bits = getbits(src, ipv6); in inet_cidr_pton_ipv4()
129 bits = ipv6 ? 128 : 32; in inet_cidr_pton_ipv4()
139 if (((bits - (ipv6 ? 96 : 0)) / 8) > (dst - odst)) in inet_cidr_pton_ipv4()
262 getbits(const char *src, int ipv6) { in getbits() argument
276 if (bits > (ipv6 ? 128 : 32)) /*%< range error */ in getbits()
/netbsd/src/tests/ipf/expected/
DMakefile85 ipv6.1 \
86 ipv6.2 \
87 ipv6.3 \
88 ipv6.4 \
89 ipv6.5 \
90 ipv6.6 \
/netbsd/src/external/ibm-public/postfix/dist/src/util/
Dhost_port.ref25 >> [ipv6:::1]
27 >> [ipv6:127.0.0.1]
28 unknown: warning: malformed IPv6 address in [ipv6:127.0.0.1]
29 >> [ipv6:example.com]
30 unknown: warning: malformed IPv6 address in [ipv6:example.com]
Dhost_port.in14 [ipv6:::1]
15 [ipv6:127.0.0.1]
16 [ipv6:example.com]
Dhost_port.c121 int ipv6 = 0; in host_port() local
129 if ((ipv6 = HAS_IPV6_COL(cp)) != 0) in host_port()
136 if (ipv6 && !valid_ipv6_hostaddr(*host, DONT_GRIPE)) in host_port()
/netbsd/src/usr.sbin/pf/etc/defaults/
Dpf.boot.conf27 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
/netbsd/src/tests/ipf/regress/
DMakefile87 ipv6.1 \
88 ipv6.2 \
89 ipv6.3 \
90 ipv6.4 \
91 ipv6.5 \
92 ipv6.6 \
Dipv6.41 pass in proto ipv6-icmp all icmp-type echo keep frags
2 pass in proto ipv6-icmp all icmp-type echo keep frags keep state
Dipv6.31 pass out log quick on gif0 proto ipv6-icmp from any to any icmp-type 128 keep state
/netbsd/src/etc/defaults/
Dnpf.boot.conf35 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
/netbsd/src/distrib/common/
Dprotocols44 ipv6 41 IPv6
46 ipv6-route 43 IPv6-Route
47 ipv6-frag 44 IPv6-Frag
61 ipv6-icmp 58 IPv6-ICMP
62 ipv6-nonxt 59 IPv6-NoNxt
63 ipv6-opts 60 IPv6-Opts
/netbsd/src/external/bsd/ipf/dist/etc/
Dprotocols41 ipv6 41 IPv6 # Internet Protocol, version 6
44 ipv6-route 43 IPv6-Route # Routing Header for IPv6
46 ipv6-frag 44 IPv6-Frag # Fragment Hedaer for IPv6
59 ipv6-icmp 58 icmpv6 IPv6-ICMP ICMPv6 # ICMP version 6
60 ipv6-nonxt 59 IPv6-Nonxt # No Next Header for IPv6
61 ipv6-opts 60 IPv6-Opts # Destination Options for IPv6
/netbsd/src/external/bsd/tcpdump/dist/tests/
DTESTLIST147 # ipv6 sflow support
317 ipv6-bad-version ipv6-bad-version.pcap ipv6-bad-version.out
318 ipv6-routing-header ipv6-routing-header.pcap ipv6-routing-header.out -v
319 ipv6-srh-ext-header ipv6-srh-ext-header.pcap ipv6-srh-ext-header.out -v
320 ipv6-srh-insert-cksum ipv6-srh-insert-cksum.pcap ipv6-srh-insert-cksum.out -v
321 ipv6-srh-ipproto-ether-v ipv6-srh-ipproto-ether.pcap ipv6-srh-ipproto-ether-v.out -v
322 ipv6-srh-ipproto-ether-ev ipv6-srh-ipproto-ether.pcap ipv6-srh-ipproto-ether-ev.out -ev
323 ipv6-too-long-jumbo ipv6-too-long-jumbo.pcap ipv6-too-long-jumbo.out -v
470 cve2015-0261_01 cve2015-0261-ipv6.pcap cve2015-0261-ipv6.out -v
560 ipv6-next-header-oobr-1 ipv6-next-header-oobr-1.pcap ipv6-next-header-oobr-1.out
[all …]
/netbsd/src/external/bsd/wpa/dist/src/radius/
Dradius_server.c166 int ipv6; member
333 int ipv6) in radius_server_get_client() argument
339 if (ipv6) { in radius_server_get_client()
358 if (!ipv6 && (client->addr.s_addr & client->mask.s_addr) == in radius_server_get_client()
1702 if (data->ipv6) { in radius_server_receive_auth()
1716 if (!data->ipv6) { in radius_server_receive_auth()
1834 if (data->ipv6) { in radius_server_receive_acct()
1848 if (!data->ipv6) { in radius_server_receive_acct()
2036 radius_server_read_clients(const char *client_file, int ipv6) in radius_server_read_clients() argument
2095 (mask < 0 || mask > (ipv6 ? 128 : 32))) { in radius_server_read_clients()
[all …]
/netbsd/src/external/bsd/ntp/dist/ntpdc/
Dinvoke-ntpdc.texi48 * ntpdc ipv6:: ipv6 option (-6)
84 - prohibits the option 'ipv6'
85 -6 no ipv6 Force IPv6 DNS name resolution
139 ipv6.
144 @node ntpdc ipv6
145 @subsection ipv6 option (-6)
146 @cindex ntpdc-ipv6
148 This is the ``force ipv6 dns name resolution'' option.
/netbsd/src/usr.sbin/altq/altqd/altq.conf.samples/
Dcbq.widecamp65 class cbq sr0 ipv6 intr borrow priority 4 pbandwidth 4 maxburst 8 red ecn
66 filter sr0 ipv6 0 0 0 0 41 # ipv6
/netbsd/src/tests/net/net/
Dt_forwarding.sh189 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
224 test_endpoint $SOCKDST $IP6DST bus2 ipv6
/netbsd/src/external/bsd/ntp/dist/sntp/
Dinvoke-sntp.texi69 * sntp ipv6:: ipv6 option (-6)
109 - prohibits the option 'ipv6'
110 -6 no ipv6 Force IPv6 DNS name resolution
170 ipv6.
175 @node sntp ipv6
176 @subsection ipv6 option (-6)
177 @cindex sntp-ipv6
179 This is the ``force ipv6 dns name resolution'' option.
/netbsd/src/share/examples/npf/
Dl2tp_gw-npf.conf50 pass stateful out final proto ipv6-icmp all
120 pass in final proto ipv6-icmp all
/netbsd/src/crypto/dist/ipsec-tools/
Dconfigure.ac589 AC_MSG_CHECKING([whether to enable ipv6])
590 AC_ARG_ENABLE(ipv6, optenable
591 [ --disable-ipv6 disable ipv6 support],
595 ipv6=no
598 ipv6=yes
616 ipv6=yes,
618 ipv6=no,
620 ipv6=no
623 if test "$ipv6" = "yes"; then
/netbsd/src/etc/
Dprotocols39 # IPv6 Extension Header Types registry at [IANA registry ipv6-parameters].
112 ipv6 41 IPv6 # IPv6 encapsulation [RFC2473]
115 ipv6-route 43 IPv6-Route # Routing Header for IPv6 Y [Steve_Deering]
116 ipv6-frag 44 IPv6-Frag # Fragment Header for IPv6 Y [Steve_Deering]
137 ipv6-icmp 58 IPv6-ICMP # ICMP for IPv6 [RFC8200]
138 ipv6-nonxt 59 IPv6-NoNxt # No Next Header for IPv6 [RFC8200]
139 ipv6-opts 60 IPv6-Opts # Destination Options for IPv6 Y [RFC8200]
/netbsd/src/external/bsd/ntp/dist/sntp/m4/
Dntp_ipv6.m4166 [ipv6], optenable
168 [--enable-ipv6],
179 AC_DEFINE([WANT_IPV6], [1], [configure --enable-ipv6])
514 AC_SEARCH_LIBS([if_nametoindex], [ipv6])
/netbsd/src/usr.sbin/npf/npfctl/
Dnpf_scan.l163 ipv6-icmp { yylval.num = IPPROTO_ICMPV6; return ICMP6; }
164 \"ipv6-icmp\" { yylval.num = IPPROTO_ICMPV6; return ICMP6; }

1234567