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

1 2

  /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::__anon30937
156 // The underlying IPv6 address.
  /frameworks/base/core/java/android/net/metrics/
DefaultNetworkEvent.java 41 // Whether the network has IPv4/IPv6 connectivity.
43 public boolean ipv6; field in class:DefaultNetworkEvent
82 if (ipv4 && ipv6) {
85 if (ipv6) {
86 return "IPv6";
  /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/libcups/cups/
http-addrlist.c 140 * system not being configured with IPv4/IPv6/domain socket enabled.
548 char ipv6[64], /* IPv6 address */ local
550 int ipv6len; /* Length of IPv6 address */
566 * Remove brackets from numeric IPv6 address...
575 strlcpy(ipv6, hostname + 4, sizeof(ipv6));
576 if ((ipv6len = (int)strlen(ipv6) - 1) >= 0 && ipv6[ipv6len] == ']')
578 ipv6[ipv6len] = '\0'
    [all...]
http.h 70 * Oh, the wonderful world of IPv6 compatibility. Apparently some
73 * make supporting IPv6 even easier, each vendor chose different
78 * support IPv6 - the "s6_addr32" define maps to the 32-bit integer
410 **** makes using IPv6 and other
418 struct sockaddr_in6 ipv6; /* IPv6 address */ member in union:_http_addr_u
  /external/wpa_supplicant_8/src/radius/
radius_server.h 34 * first item on the line is the IPv4 or IPv6 address of the client
187 * ipv6 - Whether to enable IPv6 support in the RADIUS server
189 int ipv6; member in struct:radius_server_conf
radius_server.c 287 * ipv6 - Whether to enable IPv6 support in the RADIUS server
289 int ipv6; member in struct:radius_server_data
418 int ipv6)
424 if (ipv6) {
443 if (!ipv6 && (client->addr.s_addr & client->mask.s_addr) ==
1226 if (data->ipv6) {
    [all...]
  /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 55 int ipv6; member in struct:fio_client
client.c 323 int ipv6; local
325 ipv6 = type == Fio_client_ipv6;
326 if (fio_server_parse_host(hostname, ipv6,
406 &client->ipv6))
428 if (client->ipv6)
466 if (client->ipv6) {
    [all...]
  /external/iproute2/tipc/
bearer.c 655 struct sockaddr_in6 *ipv6 = (struct sockaddr_in6 *) addr; local
657 if (!inet_ntop(AF_INET6, &ipv6->sin6_addr, straddr,
659 fprintf(stderr, "error, parsing IPv6 addr\n");
719 struct sockaddr_in6 *ipv6 = (struct sockaddr_in6 *) addr; local
723 if (!inet_ntop(AF_INET6, &ipv6->sin6_addr, straddr,
725 fprintf(stderr, "error, parsing IPv6 addr\n");
731 printf("%u\n", ntohs(ipv6->sin6_port));
  /bionic/libc/kernel/uapi/linux/netfilter_ipv6/
ip6_tables.h 78 struct ip6t_ip6 ipv6; member in struct:ip6t_entry
  /external/iproute2/include/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
  /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 75 * the non IPv6 extension headers.
76 * - The protocol numbers of IPv6 extension headers except of ESP and
111 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
  /external/libmicrohttpd/src/spdy2http/
proxy.c 71 bool ipv6; member in struct:global_options
947 if(glob_opt.ipv4 && !glob_opt.ipv6)
949 else if(glob_opt.ipv6 && !glob_opt.ipv4)
1282 " -6, --curl-ipv6 Curl may use IPv6 to connect to the final destination.\n"
1283 " If neither --curl-ipv4 nor --curl-ipv6 is set,\n"
    [all...]
  /external/libmicrohttpd/src/microhttpd/
daemon.c 198 * IPv6 address.
200 struct in6_addr ipv6; member in union:MHD_IPCount::__anon25086
282 /* IPv6 addresses */
287 memcpy (&key->addr.ipv6, &addr6->sin6_addr, sizeof(addr6->sin6_addr));
    [all...]
  /external/libevent/test/
regress_http.c 94 int ipv6 = mask & HTTP_BIND_IPV6; local
96 if (ipv6)
102 if (ipv6)
1015 const char *address, struct evdns_base *dnsbase, int ipv6, int family,
1024 if (ipv6)
1032 if (!http && ipv6) {
    [all...]
  /hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-stub/inc/
loc_api_rpcgen_common_rpc.h 256 rpc_loc_server_addr_ipv6_type ipv6; member in union:rpc_loc_server_addr_u_type::__anon50228
    [all...]
  /hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc-50001/libloc_api-rpc-stub/inc/
loc_api_rpcgen_common_rpc.h 256 rpc_loc_server_addr_ipv6_type ipv6; member in union:rpc_loc_server_addr_u_type::__anon50314
    [all...]
  /hardware/qcom/gps/msm8909/loc_api/libloc_api-rpc-50001/libloc_api-rpc-stub/inc/
loc_api_rpcgen_common_rpc.h 256 rpc_loc_server_addr_ipv6_type ipv6; member in union:rpc_loc_server_addr_u_type::__anon50372
    [all...]

Completed in 430 milliseconds

1 2