/external/smack/src/org/xbill/DNS/ |
AAAARecord.java | 9 * IPv6 Address Record - maps a domain name to an IPv6 address 34 if (Address.familyOf(address) != Address.IPv6) 35 throw new IllegalArgumentException("invalid IPv6 address"); 47 address = st.getAddress(Address.IPv6);
|
IPSECKEYRecord.java | 31 public static final int IPv6 = 2; 76 case Gateway.IPv6: 79 "must be an IPv6 " + 110 case Gateway.IPv6: 138 case Gateway.IPv6: 139 gateway = st.getAddress(Address.IPv6); 164 case Gateway.IPv6: 218 case Gateway.IPv6:
|
APLRecord.java | 43 * Creates an APL element corresponding to an IPv4 or IPv6 prefix. 45 * @param address The IPv4 or IPv6 address. 62 if (family == Address.IPv4 || family == Address.IPv6) 104 (family == Address.IPv6 && prefixLength > 128)) 124 element.family != Address.IPv6) 160 if (family == Address.IPv4 || family == Address.IPv6) { 208 if (family != Address.IPv4 && family != Address.IPv6) 267 element.family == Address.IPv6)
|
Address.java | 18 public static final int IPv6 = 2; 196 else if (family == IPv6) 291 * The address can be either IPv4 or IPv6. 302 bytes = toByteArray(addr, IPv6); 312 * @param family The address family, either IPv4 or IPv6. 319 if (family != IPv4 && family != IPv6) 347 * @return The family, either IPv4 or IPv6. 354 return IPv6; 360 * @param family The address family, either IPv4 or IPv6. 367 if (family == IPv6) [all...] |
A6Record.java | 9 * A6 Record - maps a domain name to an IPv6 address (experimental) 41 if (suffix != null && Address.familyOf(suffix) != Address.IPv6) 42 throw new IllegalArgumentException("invalid IPv6 address"); 70 suffix = Address.getByAddress(s, Address.IPv6); 73 throw st.exception("invalid IPv6 address: " + s);
|
ReverseMap.java | 10 * For an IPv6 address, the reverse map name is ...ip6.arpa. 26 * an array of 4 bytes (for an IPv4 address) or 16 bytes (for an IPv6 address). 70 * integers between 0 and 255 (for an IPv6 address). 124 array = Address.toByteArray(addr, Address.IPv6);
|
ClientSubnetOption.java | 25 * for IPv6), a 1-byte source netmask, a 1-byte scope netmask, and an address 99 * or IPv6 (2). 127 if (family != Address.IPv4 && family != Address.IPv6)
|
/external/iproute2/doc/ |
api-ip6-flowlabels.tex | 2 \def\TITLE{IPv6 Flow Labels} 5 \Large\bf IPv6 Flow Labels in Linux-2.2. 22 Every IPv6 packet carries 28 bits of flow information. RFC2460 splits 25 no well-defined API to manage IPv6 flow information. In this document 26 I describe an attempt to design the API for Linux-2.2 IPv6 stack. 101 one justification existed, IPv6 address alignment left 4 byte 118 Another problem is Linux specific. Historically Linux IPv6 did not 135 By default Linux IPv6 does not read \verb|sin6_flowinfo| field 168 \paragraph{Note about IPv6 options and destination address.} 169 \addcontentsline{toc}{subsection}{IPv6 options and destination address [all...] |
ip-tunnels.tex | 150 sit & IPv6 over IP & sit0 \\ 220 reachable over device \verb|tunl0|. With IPv6 the situation is much simpler: 222 with all IPv4 addresses mapped to IPv6 space, so that all IPv4 399 to resolve both IP and IPv6 addresses via ARP/NDISC, so that
|
ip-cref.tex | 30 and examples to understand and configure Linux-2.2 IP and IPv6 113 \item \verb|address| --- protocol (IP or IPv6) address on a device 550 \paragraph{Object:} The \verb|address| is a protocol (IP or IPv6) address attached 580 separated by colons for IPv6. The \verb|ADDRESS| may be followed by 624 \item \verb|site| --- (IPv6 only) the address is site local, 705 --- (IPv6 only) only list addresses installed due to stateless 710 --- (IPv6 only) only list addresses which did not pass duplicate 715 --- (IPv6 only) only list deprecated addresses. 742 Then the list of IP and IPv6 addresses follows, accompanied by 823 And the last example shows how to flush all the IPv6 addresse [all...] |
/external/chromium/chrome/browser/resources/net_internals/ |
dnsview.js | 9 * - Has a button to enable IPv6, if it is disabled.
|
dataview.js | 186 text.push(' (IPv6 disabled)');
|
/external/chromium/net/data/proxy_resolver_v8_unittest/ |
pac_library_unittest.js | 91 // Verify that IPv6 address is not re-written (not reduced). 135 // IPv4 and IPv6 mix.
|
/external/chromium-libpac/test/js-unittest/ |
pac_library_unittest.js | 91 // Verify that IPv6 address is not re-written (not reduced). 135 // IPv4 and IPv6 mix.
|
/external/chromium_org/net/data/proxy_resolver_v8_unittest/ |
pac_library_unittest.js | 91 // Verify that IPv6 address is not re-written (not reduced). 135 // IPv4 and IPv6 mix.
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
urlparse.py | 8 RFC 2732 : "Format for Literal IPv6 Addresses in URL's by R.Hinden, B.Carpenter 190 raise ValueError("Invalid IPv6 URL") 213 raise ValueError("Invalid IPv6 URL")
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
urlparse.py | 8 RFC 2732 : "Format for Literal IPv6 Addresses in URL's by R.Hinden, B.Carpenter 190 raise ValueError("Invalid IPv6 URL") 213 raise ValueError("Invalid IPv6 URL")
|
/external/mdnsresponder/mDNSPosix/ |
mDNSPosix.c | 615 (void) interfaceIndex; // This parameter unused on plaforms that don't have IPv6 731 #warning This platform has no way to get the destination interface information for IPv6 -- will only work for single-homed hosts 764 // We want to receive only IPv6 packets on this socket. 925 if (err == 0) /* Link the IPv6 list to the end of the IPv4 list */ 961 // Temporary workaround: Multicast loopback on IPv6 interfaces appears not to work. [all...] |
/external/chromium/googleurl/src/ |
url_canon_unittest.cc | 658 TEST(URLCanonTest, IPv6) { 675 {"[::]", L"[::]", "[::]", url_parse::Component(0,4), CanonHostInfo::IPV6, -1} [all...] |
/external/chromium_org/url/ |
url_canon_unittest.cc | [all...] |
/external/chromium_org/third_party/libxml/src/ |
configure | [all...] |
/external/openssh/ |
configure | [all...] |