OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IPv6
(Results
1 - 25
of
25
) sorted by relevancy
/src/sys/rump/net/lib/libnetinet6/
Makefile
5
COMMENT=
IPv6
incl. TCP and UDP (PF_INET6)
/src/external/gpl3/gcc.old/dist/libphobos/src/std/net/
isemail.d
413
auto
ipV6
= addressLiteral[5 .. $];
414
auto matchesIp =
ipV6
.split(Token.colon);
416
index =
ipV6
.indexOf(Token.doubleColon);
426
if (index !=
ipV6
.lastIndexOf(Token.doubleColon))
431
if (index == 0 || index == (
ipV6
.length - 2))
442
if (
ipV6
[0 .. 1] == Token.colon &&
ipV6
[1 .. 2] != Token.colon)
445
else if (
ipV6
[$ - 1 .. $] == Token.colon &&
ipV6
[$ - 2 .. $ - 1] != Token.colon)
779
assert(`test@[
IPv6
:1111:2222:3333:4444:5555:6666::8888]`.isEmail(No.checkDns
[
all
...]
/src/external/bsd/ntp/dist/scripts/update-leap/
update-leap-opts.def
26
flags-cant =
ipv6
;
36
name =
ipv6
;
39
descrip = "Use only
IPv6
addresses for DNS name resolution";
42
to the
IPv6
namespace.
48
flags-cant = ipv4,
ipv6
;
52
descrip = 'Prefer IPv4 or
IPv6
(as specified) addresses, but use either';
54
Prefer IPv4 or
IPv6
(as specified) addresses, but use either.
update-leap.sh
63
-6 Use only
IPv6
65
Prefer IPv4 or
IPv6
(as specified) addresses, but use either
update-leap.in
429
-6 Use only
IPv6
433
Prefer IPv4 or
IPv6
(as specified) addresses, but use either
/src/crypto/external/apache2/openssl/dist/util/perl/OpenSSL/Test/
Utils.pm
74
Return true if IPv4 /
IPv6
is possible to use on the current system.
76
i.e. if
IPv6
was explicitly disabled with -DOPENSSL_USE_IPv6=0.
168
# IPv4 /
IPv6
checker
230
# If OpenSSL is configured with
IPv6
explicitly disabled, no
IPv6
231
# related tests should be performed. In other words, pretend
IPv6
235
# Similarly, if a config target has explicitly disabled
IPv6
, no
236
#
IPv6
related tests should be performed.
/src/crypto/external/bsd/openssl/dist/util/perl/OpenSSL/Test/
Utils.pm
74
Return true if IPv4 /
IPv6
is possible to use on the current system.
76
i.e. if
IPv6
was explicitly disabled with -DOPENSSL_USE_IPv6=0.
168
# IPv4 /
IPv6
checker
230
# If OpenSSL is configured with
IPv6
explicitly disabled, no
IPv6
231
# related tests should be performed. In other words, pretend
IPv6
235
# Similarly, if a config target has explicitly disabled
IPv6
, no
236
#
IPv6
related tests should be performed.
/src/external/mpl/dhcp/dist/client/scripts/
macos
57
# from the IPv4 or
IPv6
primary service in the Dynamic Store
62
serviceID=`echo show State:/Network/Global/
IPv6
| \
67
$LOGGER "Can't find the primary
IPv6
service"
74
$LOGGER "DNS service already set in primary
IPv6
service"
209
# Check if any
IPv6
address on this interface is marked as
/src/sys/external/bsd/gnu-efi/dist/inc/
efinet.h
258
IN BOOLEAN
IPv6
,
efi_pxe.h
934
PXE_IPV6
IPv6
;
/src/crypto/external/bsd/openssl.old/dist/util/perl/OpenSSL/Test/
Utils.pm
72
Return true if IPv4 /
IPv6
is possible to use on the current system.
162
# IPv4 /
IPv6
checker
/src/external/bsd/ntp/dist/sntp/
sntp-opts.def
25
flags-cant =
ipv6
;
34
name =
ipv6
;
37
descrip = "Force
IPv6
DNS name resolution";
40
to the
IPv6
namespace.
/src/external/bsd/ntp/dist/ntpq/
ntpq-opts.def
15
flags-cant =
ipv6
;
25
name =
ipv6
;
28
descrip = "Force
IPv6
name resolution";
31
to the
IPv6
namespace.
193
qualifier forces resolution to the
IPv6
namespace.
/src/external/bsd/ntp/dist/ntpdc/
ntpdc-opts.def
17
flags-cant =
ipv6
;
26
name =
ipv6
;
29
descrip = "Force
IPv6
DNS name resolution";
32
to the
IPv6
namespace.
209
qualifier forces DNS resolution to the
IPv6
namespace.
/src/external/bsd/ipf/dist/
HISTORY
30
3545309 non-
ipv6
safe proxies do not fail with
ipv6
32
3545322
ipv6
nat rules cannot start proxies
48
3542978 ipv4 and
ipv6
nat insert have common hash insertion
51
3542980 printing
ipv6
expressions is wrong
52
3542983 ippool cannot handle more than one
ipv6
address
61
3540992 pointer to
ipv6
frag header not updated on pullup
65
3540995
IPv6
fragment tracking does not always work
66
3540996 printing of nextip for
ipv6
nat rules is wrong
67
3540999 ipnat.conf parsing has trouble with icmpidmap for
ipv6
[
all
...]
/src/usr.sbin/sysinst/
msg.mi.en
662
{
IPv6
autoconf: %s
msg.mi.es
673
{
IPv6
autoconf: %s
msg.mi.pl
652
{Autkonfiguracja
IPv6
: %s
msg.mi.de
687
IPv6
-Autokonfiguration: %s
/src/external/bsd/dhcpcd/dist/src/
if-bsd.c
90
#include "
ipv6
.h"
748
* OpenBSD does not allow the same
IPv6
address on different
753
#warning kernel does not allow
IPv6
address sharing
1912
/* Enabling
IPv6
by whatever means must be the
ipv6.c
69
#include "
ipv6
.h"
91
# warning kernel does not report
IPv6
address flag changes
196
/* http://www.iana.org/assignments/
ipv6
-interface-ids/
ipv6
-interface-ids.xhtml
1140
*
IPv6
source address selection will prefer the outgoing interface,
1145
* We only have this logic to work around badly configured
IPv6
1718
logdebugx("%s:
IPv6
static DAD completed",
2395
* This avoids timeouts on badly configured
IPv6
setups
/src/external/apache2/mDNSResponder/dist/mDNSPosix/
mDNSPosix.c
219
// We don't open the socket until we get a send, because we don't know whether it's IPv4 or
IPv6
.
738
{ //
IPv6
1110
#warning This platform has no way to get the destination interface information for
IPv6
-- will only work for single-homed hosts
1149
(void) interfaceIndex; // This parameter unused on plaforms that don't have
IPv6
1302
// We want to receive only
IPv6
packets on this socket.
1596
// Temporary workaround: Multicast loopback on
IPv6
interfaces appears not to work.
1906
// Ignore errors configuring
IPv6
.
/src/external/bsd/nsd/dist/
configure
1461
problems for
IPv6
1463
--disable-
ipv6
Disables
IPv6
support
10856
# Check whether --enable-
ipv6
was given.
/src/external/bsd/libbind/dist/
configure
1635
--enable-
ipv6
use
IPv6
default=autodetect
1651
--with-kame=PATH use Kame
IPv6
default path /usr/local/v6
25174
#
IPv6
25176
# Check whether --enable-
ipv6
was given.
25194
# We do the
IPv6
compilation checking after libtool so that we can put
25197
{ echo "$as_me:$LINENO: checking for
IPv6
structures" >&5
25198
echo $ECHO_N "checking for
IPv6
structures... $ECHO_C" >&6; }
25249
# See whether
IPv6
support is provided via a Kame add-on.
25250
# This is done before other
IPv6
linking tests to LIBS is properly set
[
all
...]
/src/external/bsd/openldap/dist/
configure
1586
--enable-
ipv6
enable
IPv6
support [auto]
3422
# OpenLDAP --enable-
ipv6
3424
# Check whether --enable-
ipv6
was given.
3435
as_fn_error $? "bad value $enableval for --enable-
ipv6
" "$LINENO" 5
3443
# end --enable-
ipv6
18071
as_fn_error $? "
IPv6
support requires getaddrinfo() and inet_ntop()" "$LINENO" 5
18143
as_fn_error $? "
IPv6
support requires INET6_ADDRSTRLEN" "$LINENO" 5
18146
as_fn_error $? "
IPv6
support requires struct sockaddr_storage" "$LINENO" 5
Completed in 47 milliseconds
Indexes created Thu Apr 16 00:22:31 UTC 2026