HomeSort by relevance Sort by last modified time
    Searched defs:ipv6 (Results 1 - 25 of 80) sorted by null

1 2 3 4

  /external/chromium-trace/catapult/telemetry/third_party/webpagereplay/third_party/dns/
inet.py 21 import dns.ipv6 namespace
52 return dns.ipv6.inet_aton(text)
70 return dns.ipv6.inet_ntoa(address)
87 junk = dns.ipv6.inet_aton(text)
104 first = ord(dns.ipv6.inet_aton(text)[0])
reversename.py 20 @var ipv6_reverse_domain: The DNS IPv6 reverse-map domain, ip6.arpa.
25 import dns.ipv6 namespace
32 """Convert an IPv4 or IPv6 address in textual form into a Name object whose
34 @param text: an IPv4 or IPv6 address in textual form (e.g. '127.0.0.1',
40 parts = list(dns.ipv6.inet_aton(text).encode('hex_codec'))
50 @param name: an IPv4 or IPv6 address in reverse-map form.
73 return dns.ipv6.inet_ntoa(dns.ipv6.inet_aton(text))
  /external/webrtc/webrtc/base/
win32_unittest.cc 63 IPAddress ipv6; local
67 ASSERT_TRUE(IPFromString("2a00:8a00:a000:1190:0000:0001:000:252", &ipv6));
68 EXPECT_EQ("2a00:8a00:a000:1190::1:0:252", ipv6.ToString());
71 ASSERT_TRUE(IPFromString("0:0:0:0:0:0:0:1", &ipv6));
72 EXPECT_EQ("::1", ipv6.ToString());
75 ASSERT_TRUE(IPFromString("fe80:0:0:0:2aa:ff:fe9a:4ca2", &ipv6));
76 EXPECT_EQ("fe80::2aa:ff:fe9a:4ca2", ipv6.ToString());
79 ASSERT_TRUE(IPFromString("2a00:8a00:a000:1190:0000:0001:000:00", &ipv6));
80 EXPECT_EQ("2a00:8a00:a000:1190:0:1::", ipv6.ToString());
83 ASSERT_TRUE(IPFromString("0:0:000:1190:0000:0001:000:00", &ipv6));
    [all...]
  /system/core/base/
parsenetaddress.cpp 31 bool ipv6 = true; local
39 *error = StringPrintf("bad IPv6 address '%s'", address.c_str());
50 ipv6 = false;
75 StringPrintf(ipv6 ? "[%s]:%d" : "%s:%d", host->c_str(), *port);
  /external/parameter-framework/asio-1.10.6/include/asio/ip/
address.hpp 45 /// Construct an address from an IPv6 address.
64 /// Assign from an IPv6 address.
77 return type_ == ipv6;
93 /// or from an IPv6 address in hexadecimal notation.
97 /// or from an IPv6 address in hexadecimal notation.
102 /// or from an IPv6 address in hexadecimal notation.
106 /// or from an IPv6 address in hexadecimal notation.
151 enum { ipv4, ipv6 } type_; enumerator in enum:asio::ip::address::__anon21912
156 // The underlying IPv6 address.
  /external/avahi/avahi-common/
address.h 41 AVAHI_PROTO_INET6 = 1, /**< IPv6 */
51 #define AVAHI_ADDRESS_STR_MAX 40 /* IPv6 Max = 4*8 + 7 + 1 for NUL */
64 /** An IPv6 address */
74 AvahiIPv6Address ipv6; /**< Address when IPv6 */ member in union:AvahiAddress::__anon6490
100 /** Generate the DNS reverse lookup name for an IPv4 or IPv6 address. */
112 /** Return a textual representation of the specified protocol number. i.e. "IPv4", "IPv6" or "UNSPEC" */
  /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.
  /external/wpa_supplicant_8/src/radius/
radius_server.h 34 * first item on the line is the IPv4 or IPv6 address of the client
185 * ipv6 - Whether to enable IPv6 support in the RADIUS server
187 int ipv6; member in struct:radius_server_conf
  /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...]
  /external/dhcpcd-6.8.2/
dhcpcd.h 142 struct ipv6_ctx *ipv6; member in struct:dhcpcd_ctx
  /external/fio/
client.h 53 int ipv6; member in struct:fio_client
  /bionic/libc/kernel/uapi/linux/netfilter_ipv6/
ip6_tables.h 91 struct ip6t_ip6 ipv6; member in struct:ip6t_entry
  /development/ndk/platforms/android-21/include/linux/netfilter_ipv6/
ip6_tables.h 91 struct ip6t_ip6 ipv6; member in struct:ip6t_entry
  /development/ndk/platforms/android-3/include/linux/netfilter_ipv6/
ip6_tables.h 67 struct ip6t_ip6 ipv6; member in struct:ip6t_entry
  /external/iptables/include/linux/netfilter_ipv6/
ip6_tables.h 71 * the non IPv6 extension headers.
72 * - The protocol numbers of IPv6 extension headers except of ESP and
107 struct ip6t_ip6 ipv6; member in struct:ip6t_entry
  /external/kernel-headers/original/uapi/linux/netfilter_ipv6/
ip6_tables.h 73 * the non IPv6 extension headers.
74 * - The protocol numbers of IPv6 extension headers except of ESP and
109 struct ip6t_ip6 ipv6; member in struct:ip6t_entry
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/netfilter_ipv6/
ip6_tables.h 44 * the non IPv6 extension headers.
45 * - The protocol numbers of IPv6 extension headers except of ESP and
87 struct ip6t_ip6 ipv6; member in struct:ip6t_entry
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/netfilter_ipv6/
ip6_tables.h 71 * the non IPv6 extension headers.
72 * - The protocol numbers of IPv6 extension headers except of ESP and
107 struct ip6t_ip6 ipv6; member in struct:ip6t_entry
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/linux/netfilter_ipv6/
ip6_tables.h 67 struct ip6t_ip6 ipv6; member in struct:ip6t_entry
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/linux/netfilter_ipv6/
ip6_tables.h 67 struct ip6t_ip6 ipv6; member in struct:ip6t_entry
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/linux/netfilter_ipv6/
ip6_tables.h 67 struct ip6t_ip6 ipv6; member in struct:ip6t_entry
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/linux/netfilter_ipv6/
ip6_tables.h 67 struct ip6t_ip6 ipv6; member in struct:ip6t_entry
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/linux/netfilter_ipv6/
ip6_tables.h 67 struct ip6t_ip6 ipv6; member in struct:ip6t_entry
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/linux/netfilter_ipv6/
ip6_tables.h 67 struct ip6t_ip6 ipv6; member in struct:ip6t_entry
  /prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/linux/netfilter_ipv6/
ip6_tables.h 67 struct ip6t_ip6 ipv6; member in struct:ip6t_entry

Completed in 628 milliseconds

1 2 3 4