/frameworks/base/services/net/java/android/net/ip/ |
InterfaceController.java | 84 logError("enabling IPv6 failed: %s", e); 94 logError("disabling IPv6 failed: %s", e); 104 logError("error setting IPv6 privacy extensions: %s", e); 114 logError("Unable to set IPv6 addrgen mode: %s", e); 118 logError("Unable to set IPv6 addrgen mode: %s", e);
|
/tools/test/connectivity/acts/tests/google/wifi/ |
WifiTetheringTest.py | 78 """ Verify if the given string is a valid IPv6 address 84 True: if valid ipv6 address 94 """ Check if provider supports IPv6 tethering. 95 Currently, only Verizon supports IPv6 tethering 98 True: if provider supports IPv6 tethering 101 # Currently only Verizon support IPv6 tethering 107 """ Verify if carrier supports ipv6 108 Currently, only verizon and t-mobile supports IPv6 111 True: if carrier supports ipv6 120 """ Verify IPv6 tethering "" [all...] |
/external/tcpdump/tests/ |
lspping-fec-ldp-v.out | 9 reply-mode: Reply via an IPv4/IPv6 UDP packet (2) 20 reply-mode: Reply via an IPv4/IPv6 UDP packet (2) 36 reply-mode: Reply via an IPv4/IPv6 UDP packet (2) 47 reply-mode: Reply via an IPv4/IPv6 UDP packet (2) 56 reply-mode: Reply via an IPv4/IPv6 UDP packet (2) 67 reply-mode: Reply via an IPv4/IPv6 UDP packet (2) 76 reply-mode: Reply via an IPv4/IPv6 UDP packet (2) 87 reply-mode: Reply via an IPv4/IPv6 UDP packet (2) 96 reply-mode: Reply via an IPv4/IPv6 UDP packet (2) 107 reply-mode: Reply via an IPv4/IPv6 UDP packet (2 [all...] |
lspping-fec-rsvp-v.out | 5 reply-mode: Reply via an IPv4/IPv6 UDP packet (2) 17 reply-mode: Reply via an IPv4/IPv6 UDP packet (2) 26 reply-mode: Reply via an IPv4/IPv6 UDP packet (2) 38 reply-mode: Reply via an IPv4/IPv6 UDP packet (2) 47 reply-mode: Reply via an IPv4/IPv6 UDP packet (2) 59 reply-mode: Reply via an IPv4/IPv6 UDP packet (2) 68 reply-mode: Reply via an IPv4/IPv6 UDP packet (2) 80 reply-mode: Reply via an IPv4/IPv6 UDP packet (2) 89 reply-mode: Reply via an IPv4/IPv6 UDP packet (2) 101 reply-mode: Reply via an IPv4/IPv6 UDP packet (2 [all...] |
/tools/apkzlib/src/test/resources/testData/packaging/text-files/ |
rfc2460.txt | 14 Internet Protocol, Version 6 (IPv6) 31 This document specifies version 6 of the Internet Protocol (IPv6), 38 3. IPv6 Header Format............................................4 39 4. IPv6 Extension Headers........................................6 61 RFC 2460 IPv6 Specification December 1998 75 IP version 6 (IPv6) is a new version of the Internet Protocol, 77 changes from IPv4 to IPv6 fall primarily into the following 82 IPv6 increases the IP address size from 32 bits to 128 bits, to 94 to limit the bandwidth cost of the IPv6 header. 118 RFC 2460 IPv6 Specification December 199 [all...] |
/external/scapy/scapy/layers/ |
inet6.py | 4 ## inet6.py --- IPv6 support for Scapy ## 5 ## see http://natisbad.org/IPv6/ ## 23 IPv6 (Internet Protocol v6). 40 raise socket.error("can't use AF_INET6, IPv6 is disabled") 95 """Sends an ICMPv6 Neighbor Solicitation message to get the MAC address of the neighbor with specified IPv6 address addr 107 p = Ether(dst=dm)/IPv6(dst=d, src=src, hlim=255) 117 """Returns the MAC address corresponding to an IPv6 address 160 ### IPv6 addresses manipulation routines ### 166 name = "ipv6" 229 ### IPv6 Class ## [all...] |
pflog.py | 15 from scapy.layers.inet6 import IPv6 23 socket.AF_INET6: "IPv6"}), 58 bind_layers(PFLog, IPv6, addrfamily=socket.AF_INET6)
|
/external/android-clat/ |
clatd.c | 58 /* 40 bytes IPv6 header - 20 bytes IPv4 header + 8 bytes fragment header */ 79 .sll_pkttype = PACKET_OTHERHOST, // The 464xlat IPv6 address is not assigned to the kernel. 86 uint32_t *ipv6 = Global_Clatd_Config.ipv6_local_subnet.s6_addr32; local 88 // Load the first four bytes of the IPv6 destination address (starts 24 bytes in). 89 // Compare it against the first four bytes of our IPv6 address, in host byte order (BPF loads 92 // three words of the IPv6 address, and if they all match, return PACKETLEN (accept packet). 94 BPF_JUMP(BPF_JMP | BPF_JEQ | BPF_K, htonl(ipv6[0]), 0, 7), 96 BPF_JUMP(BPF_JMP | BPF_JEQ | BPF_K, htonl(ipv6[1]), 0, 5), 98 BPF_JUMP(BPF_JMP | BPF_JEQ | BPF_K, htonl(ipv6[2]), 0, 3), 100 BPF_JUMP(BPF_JMP | BPF_JEQ | BPF_K, htonl(ipv6[3]), 0, 1) [all...] |
translate.c | 62 * returns true iff the given IPv6 address is in the plat subnet. 63 * addr - IPv6 address 71 * return the corresponding ipv4 address for the given ipv6 address 72 * addr6 - ipv6 address 89 * return the corresponding ipv6 address for the given ipv4 address 109 * proto - ethernet protocol id: ETH_P_IP(ipv4) or ETH_P_IPV6(ipv6) 117 * generate an ipv4 header from an ipv6 header 121 * old_header - (ipv6) source packet header, source: nat64 prefix, dest: local subnet prefix 141 // Third-party ICMPv6 message. This may have been originated by an native IPv6 address. 142 // In that case, the source IPv6 address can't be translated and we need to make up an IPv [all...] |
/external/guava/guava/src/com/google/common/net/ |
InetAddresses.java | 55 * <li>The IPv6 loopback address, {@code "::1"}.<br/> 58 * <li>From the IPv6 reserved documentation prefix ({@code 2001:db8::/32}), 62 * <li>An IPv6 "IPv4 compatible" (or "compat") address, 66 * <li>An IPv6 "IPv4 mapped" address, {@code "::ffff:192.168.0.1"}.<br/> 70 * <p>A few notes about IPv6 "IPv4 mapped" addresses and their observed 74 * addresses for use on an IPv6 socket that could receive both IPv4 75 * and IPv6 connections (by disabling the {@code IPV6_V6ONLY} socket 76 * option on an IPv6 socket). Yes, it's confusing. Nevertheless, 79 * RFCs with the apparent aim of making IPv4-to-IPv6 transition simpler. 81 * <p>Technically one <i>can</i> create a 128bit IPv6 address with the wir [all...] |
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/ |
Dhcp6.h | 2 UEFI Dynamic Host Configuration Protocol 6 Definition, which is used to get IPv6
57 /// A Confirm packet is sent out to confirm the IPv6 addresses of the
62 /// A Release packet is sent out to release one or more IPv6 addresses of
71 /// A Renew packet is sent out to extend lifetime for the IPv6 addresses of
76 /// A Rebind packet is sent out to extend lifetime for the IPv6 addresses of
248 /// The IPv6 address.
252 /// The preferred lifetime in unit of seconds for the IPv6 address.
256 /// The valid lifetime in unit of seconds for the IPv6 address.
280 /// Number of IPv6 addresses of the configured IA.
284 /// List of the IPv6 addresses of the configured IA. When the state of the configured IA is [all...] |
/cts/tests/tests/net/src/android/net/ipv6/cts/ |
PingTest.java | 17 package android.net.ipv6.cts; 38 * Checks that the device has kernel support for the IPv6 ping socket. This allows ping6 to work 44 * <li>6d0bfe2 net: ipv6: Add IPv6 support to the ping socket. 46 * <li>fbfe80c net: ipv6: fix wrong ping_v6_sendmsg return value 47 * <li>a1bdc45 net: ipv6: add missing lock in ping_v6_sendmsg 87 * Creates an IPv6 ping socket and sets a receive timeout of 100ms.
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/ |
bcmip.h | 32 /* IPV4 and IPV6 common */ 37 #define IP_VER_6 6 /* version number for IPV6 */ 114 /* IPV6 field offsets */ 121 /* IPV6 field decodes */ 140 #define IPV6_ADDR_LEN 16 /* IPV6 address length */ 142 /* IPV4 TOS or IPV6 Traffic Classifier or 0 */ 147 /* IPV6 extension headers (options) */
|
/kernel/tests/net/test/ |
resilient_rs_test.py | 41 """Tests for IPv6 'resilient rs' RFC 7559 backoff behaviour. 45 bd11f0741fa5 ipv6 addrconf: implement RFC7559 router solicitation backoff 47 e246a2f11fcc UPSTREAM: ipv6 addrconf: implement RFC7559 router solicitation backoff 50 c6e9a50816a0 UPSTREAM: ipv6 addrconf: implement RFC7559 router solicitation backoff 53 2a7561c61417 UPSTREAM: ipv6 addrconf: implement RFC7559 router solicitation backoff 56 ce2d59ac01f3 BACKPORT: ipv6 addrconf: implement RFC7559 router solicitation backoff 62 _PROC_NET_TUNABLE = "/proc/sys/net/ipv6/conf/%s/%s"
|
packets.py | 47 return {4: scapy.IP, 5: scapy.IP, 6: scapy.IPv6}[version] 50 if isinstance(packet, scapy.IPv6): 72 packet = (scapy.IPv6(src=srcaddr, dst=dstaddr, 139 ip = scapy.IPv6(src=srcaddr, dst=dstaddr, nh=net_test.IPPROTO_GRE) 152 scapy.IPv6(src=srcaddr, dst=dstaddr) / 169 scapy.IPv6(src=srcaddr, dst=dstaddr) / 187 # IPv6 only started copying the tclass to echo replies in 3.14. 196 packet = (scapy.IPv6(src=srcaddr, dst=solicited) / 202 packet = (scapy.IPv6(src=srcaddr, dst=dstaddr) /
|
/device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/ |
Ip6Dxe.inf | 2 # Basic IPv6 packet I/O Service.
4 # This module provides basic network IPv6 packet I/O services which includes support for
8 # the EFI IPv6 network stack.
|
/external/curl/docs/libcurl/opts/ |
CURLOPT_DNS_LOCAL_IP6.3 | 26 CURLOPT_DNS_LOCAL_IP6 \- IPv6 address to bind DNS resolves to 32 Set the local IPv6 \fIaddress\fP that the resolver should bind to. The 33 argument should be of type char * and contain a single IPv6 address as a
|
/external/curl/tests/data/ |
test86 | 72 User-Agent: curl/7.10.7-pre4 (i686-pc-linux-gnu) libcurl/7.10.7-pre4 OpenSSL/0.9.7a ipv6 zlib/1.1.3 GSS
77 User-Agent: curl/7.10.7-pre4 (i686-pc-linux-gnu) libcurl/7.10.7-pre4 OpenSSL/0.9.7a ipv6 zlib/1.1.3 GSS
82 User-Agent: curl/7.10.7-pre4 (i686-pc-linux-gnu) libcurl/7.10.7-pre4 OpenSSL/0.9.7a ipv6 zlib/1.1.3 GSS
|
/external/kernel-headers/original/uapi/linux/ |
ipv6.h | 42 #define IPV6_SRCRT_TYPE_2 2 /* IPv6 type 2 Routing Header */ 43 #define IPV6_SRCRT_TYPE_4 4 /* Segment Routing with IPv6 */ 110 * IPv6 fixed header
|
/external/libevent/ |
ipv6-internal.h | 27 /* Internal use only: Fake IPv6 structures and values on platforms that 46 /** @file ipv6-internal.h 48 * Replacement types and functions for platforms that don't support ipv6
|
/external/ltp/testcases/network/stress/route/ |
route6-rmmod | 28 # Verify the kernel is not crashed when IPv6 route is add then it is deleted 62 # The number of times where IPv6 route is add/delete 68 # Network portion of the IPv6 address 74 # Host portion of the IPv6 address 112 # Make a IPv6 connectivity 127 # Assign IPv6 address to the interface of the local host 130 tst_resm TBROK "Failed to assign an IPv6 address at the local host" 135 # Set IPv6 address to the interfaces of the remote host 138 tst_resm TBROK "Failed to add an IPv6 address the remote host" 201 tst_resm TINFO "Verify the kernel is not crashed when IPv6 route is add by route command then it is deleted by removing network driver in $NS_TIMES times [all...] |
/external/scapy/scapy/arch/ |
unix.py | 144 ### IPv6 ### 149 Returns a list of IPv6 addresses configured on the interface ifname. 159 # Iterate over lines and extract IPv6 addresses 163 addr = line.rstrip().split(None, 2)[1] # The second element is the IPv6 address 169 # Check if it is a valid IPv6 address 223 """Return a list of IPv6 routes than can be used by Scapy.""" 225 # Call netstat to retrieve IPv6 routes 228 # List interfaces IPv6 addresses 294 # Ensure that the next hop is a valid IPv6 address 312 warning("Invalid destination IPv6 address in route entry !" [all...] |
/external/scapy/scapy/contrib/ |
sebek.uts | 27 pkt = IPv6()/UDP()/SebekHead()/SebekV3() 29 assert pkt.summary() == "IPv6 / UDP / SebekHead / Sebek v3 read ('')" 32 pkt = IPv6(raw(pkt))
|
/frameworks/base/services/net/java/android/net/util/ |
PrefixUtils.java | 38 pfx("fe80::/64"), // IPv6 link-local 39 pfx("fc00::/7"), // IPv6 ULA 40 pfx("ff02::/8"), // IPv6 link-local multicast
|
/libcore/ojluni/src/main/java/java/net/ |
Inet6Address.java | 40 * This class represents an Internet Protocol version 6 (IPv6) address. 46 * Textual representation of IPv6 address used as input to methods 63 * <li><p> Due to some methods of allocating certain styles of IPv6 77 * when dealing with a mixed environment of IPv4 and IPv6 nodes is 89 * general forms of an IPv4-mapped IPv6 address and an 90 * IPv4-compatible IPv6 address. Note that the IPv4 portion must be 107 * the IPv4-compatible IPv6 address, 113 * <p> while "::d" corresponds to the general IPv6 address 122 * <h4> Special IPv6 address </h4> 127 * <td>Of the form::ffff:w.x.y.z, this IPv6 address is used t [all...] |