/external/kernel-headers/original/uapi/linux/caif/ |
if_caif.h | 17 * @IFLA_CAIF_IPV6_CONNID: Connection ID for IPv6 PDP Context.
|
/external/tcpdump/tests/ |
mpbgp-linklocal-nexthop.out | 8 AFI: IPv6 (2), SAFI: Unicast (1)
|
/libcore/luni/src/main/java/java/net/ |
InterfaceAddress.java | 28 * An IPv4 or IPv6 address. 33 * The IPv4 broadcast address, or null for IPv6. 49 * For IPv6. 124 * but this method applies to IPv6 addresses too.)
|
InetAddress.java | 43 * An Internet Protocol (IP) address. This can be either an IPv4 address or an IPv6 address, and 57 * <h4>IPv6 numeric address formats</h4> 58 * <p>The {@code getAllByName} method accepts IPv6 addresses in the following forms (this text 60 * for full details of IPv6 addressing): 72 * <li>Due to some methods of allocating certain styles of IPv6 94 * with a mixed environment of IPv4 and IPv6 nodes is 110 * See <a href="https://www.ietf.org/rfc/rfc4007.txt">RFC 4007</a> for more on IPv6's scoped 113 * <p>Additionally, for backwards compatibility, IPv6 addresses may be surrounded by square 277 // Accept IPv6 addresses (only) in square brackets for compatibility. 381 * the need to support both IPv4 and IPv6 has made multiple addresse [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
ip6_tunnel.h | 15 /* being used for Mobile IPv6 */
|
ipv6.h | 33 #define IPV6_SRCRT_TYPE_2 2 /* IPv6 type 2 Routing Header */ 98 * IPv6 fixed header
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/caif/ |
if_caif.h | 17 * @IFLA_CAIF_IPV6_CONNID: Connection ID for IPv6 PDP Context.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
ip6_tunnel.h | 15 /* being used for Mobile IPv6 */
|
ipv6.h | 37 #define IPV6_SRCRT_TYPE_2 2 /* IPv6 type 2 Routing Header */ 102 * IPv6 fixed header
|
/external/guava/guava/src/com/google/common/net/ |
HostAndPort.java | 71 /** Hostname, IPv4/IPv6 literal, or unvalidated nonsense. */ 88 * represent the hostname or IPv4/IPv6 literal. 124 * <p>Note: Non-bracketed IPv6 literals are allowed. 143 * <p>Note: Non-bracketed IPv6 literals are allowed. 184 // 0 or 2+ colons. Bare hostname or IPv6 literal. 257 * Generate an error if the host might be a non-bracketed IPv6 literal. 259 * <p>URI formatting requires that IPv6 literals be surrounded by brackets, 261 * to increase the strictness of the parser, and disallow IPv6 literals 264 * <p>Note that this parser identifies IPv6 literals solely based on the 269 * @throws IllegalArgumentException if bracketless IPv6 is detected [all...] |
HostSpecifier.java | 29 * This may be either a numeric IP address in IPv4 or IPv6 notation, or a 69 * <li>An IPv6 address string with or without brackets, like 77 // IPv6 literals. 90 // It is not an IPv4 or IPv6 literal 171 * an IPv6 address without brackets, brackets are added so that the
|
/external/iptables/extensions/ |
libxt_LOG.man | 3 matching packets (like most IP/IPv6 header fields) via the kernel log 31 Log options from the IP/IPv6 packet header.
|
/external/kernel-headers/original/uapi/linux/ |
ipv6.h | 37 #define IPV6_SRCRT_TYPE_2 2 /* IPv6 type 2 Routing Header */ 104 * IPv6 fixed header
|
/external/ppp/pppd/ |
Makefile.sol2 | 31 # uncomment the following to enable IPv6 33 # Solaris 8 and on includes support for IPv6
|
/libcore/luni/src/main/java/android/system/ |
StructAddrinfo.java | 34 /** Desired address family for results. (Such as AF_INET6 for IPv6. AF_UNSPEC means "any".) */ 40 /** Protocol. (Such as IPPROTO_IPV6 IPv6. 0 means "any".) */
|
/external/android-clat/ |
ipv6.c | 16 * ipv6.c - takes ipv6 packets, finds their headers, and then calls translation functions on them 72 * takes an ipv6 packet and hands it off to the layer 4 protocol function 99 // it's an ICMP packet (which can come from anywhere). We do not send IPv6 packets from the plat 154 // Does not support IPv6 extension headers except Fragment. 170 logcat_hexdump("ipv6/nxthdr", packet, len);
|
clatd_test.cpp | 226 ASSERT_GE(len, sizeof(*ip6)) << msg << ": IPv6 packet shorter than IPv6 header\n"; 227 EXPECT_EQ(len - sizeof(*ip6), htons(ip6->ip6_plen)) << msg << ": Incorrect IPv6 length\n"; 232 << msg << ": IPv6 fragment: short fragment header\n"; 246 << msg << ": Unsupported IPv6 next header " << protocol; 322 << msg << ": IPv6 fragment #" << i + 1 << " not a fragment\n"; 324 << msg << ": IPv6 fragment #" << i + 1 << ": inconsistent offset\n"; 368 << msg << ": reassembled IPv6 packet is a fragment!\n"; 423 // destination IPv6 address, and attempting to call that on our test socketpair 480 // Translating to IPv6. Expect raw packet [all...] |
/external/dnsmasq/ |
doc.html | 68 On IPv6-enabled boxes, dnsmasq can both talk to upstream servers via IPv6 69 and offer DNS service via IPv6. On dual-stack (IPv4 and IPv6) boxes it talks 70 both protocols and can even act as IPv6-to-IPv4 or IPv4-to-IPv6 forwarder.
|
/external/libvncserver/libvncclient/ |
listen.c | 69 #ifdef LIBVNCSERVER_IPv6 /* only try that if we're IPv6-capable, otherwise we may try to bind to the same port which would make all that listening fail */ 70 /* only do IPv6 listen of listen6Port is set */ 78 rfbClientLog("%s -listen: Listening on IPV6 port %d\n", 172 #ifdef LIBVNCSERVER_IPv6 /* only try that if we're IPv6-capable, otherwise we may try to bind to the same port which would make all that listening fail */ 173 /* only do IPv6 listen of listen6Port is set */ 181 rfbClientLog("%s -listennofork: Listening on IPV6 port %d\n",
|
/external/tcpdump/ |
ipproto.h | 46 #define IPPROTO_HOPOPTS 0 /* IPv6 hop-by-hop options */ 76 #define IPPROTO_ROUTING 43 /* IPv6 routing header */ 79 #define IPPROTO_FRAGMENT 44 /* IPv6 fragmentation header */ 100 #define IPPROTO_NONE 59 /* IPv6 no next header */ 103 #define IPPROTO_DSTOPTS 60 /* IPv6 destination options */ 108 * mobility headers is 135; it cites draft-ietf-mobileip-ipv6-24, but
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
ApnSettingTest.java.broken | 89 testString = "[ApnSettingV2] Name,apn,,,,,,,,,123,45,,mms|*,IPV6,IP,true,14"; 92 "", "", "", "", "", 0, mmsTypes, "IPV6", "IP", true, 14, 0, 105 testString = "[ApnSettingV3] Name,apn,,,,,,,,,123,45,,mms|*,IPV6,IP,true,14,,,,,,,spn,testspn"; 122 String testString = "[ApnSettingV3] Name,apn,,,,,,,,,123,45,,mms|*,IPV6,IP,true,14,,,,,,,spn,testspn"; 123 testString += " ;[ApnSettingV3] Name1,apn1,,,,,,,,,123,46,,mms|*,IPV6,IP,true,12,,,,,,,gid,testGid"; 124 testString += " ;[ApnSettingV3] Name1,apn2,,,,,,,,,123,46,,mms|*,IPV6,IP,true,12,,,,,,,,";
|
/external/nist-sip/java/gov/nist/core/ |
HostNameParser.java | 28 * IPv6 Support added by Emil Ivov (emil_ivov@yahoo.com)<br/> 57 * zones from IPv6 addresses. Address scope zones are sometimes returned 58 * at the end of IPv6 addresses generated by InetAddress.getHostAddress(). 106 //'%' is ipv6 address scope zone. see detail at 132 //no square bracket -> not a valid ipv6 reference 177 //IPv6 referene 181 //IPv6 address (i.e. missing square brackets) 213 * an IPv6 address by counting the number of colons that appear in it. 218 * @return true if the host part of <tt>uriHeader</tt> could be an IPv6 301 break;//OK,allow IPv6 address scope zon [all...] |
Host.java | 34 * IPv6 Support added by Emil Ivov (emil_ivov@yahoo.com)<br/> 47 * @author Emil Ivov <emil_ivov@yahoo.com> IPV6 Support. <br/> 59 * zones from IPv6 addresses. Address scope zones are sometimes returned 60 * at the end of IPv6 addresses generated by InetAddress.getHostAddress(). 225 //remove address scope zones if this is an IPv6 address as they 277 //----- IPv6 280 * be an IPv6 address
|
/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...] |
/device/moto/shamu/ |
init.shamu.rc | 196 write /proc/sys/net/ipv6/conf/rmnet0/accept_ra 2 197 write /proc/sys/net/ipv6/conf/rmnet1/accept_ra 2 198 write /proc/sys/net/ipv6/conf/rmnet2/accept_ra 2 199 write /proc/sys/net/ipv6/conf/rmnet3/accept_ra 2 200 write /proc/sys/net/ipv6/conf/rmnet4/accept_ra 2 201 write /proc/sys/net/ipv6/conf/rmnet5/accept_ra 2 202 write /proc/sys/net/ipv6/conf/rmnet6/accept_ra 2 203 write /proc/sys/net/ipv6/conf/rmnet7/accept_ra 2 204 write /proc/sys/net/ipv6/conf/rmnet_sdio0/accept_ra 2 205 write /proc/sys/net/ipv6/conf/rmnet_sdio1/accept_ra [all...] |