Searched defs:ipv6 (Results 1 - 25 of 28) sorted by relevance

12

/external/webrtc/webrtc/base/
H A Dwin32_unittest.cc63 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...]
H A Dnetwork.cc347 const IPAddress& ipv6) {
351 if (ipv6.family() == AF_INET6) {
352 default_local_ipv6_address_ = ipv6;
346 set_default_local_addresses(const IPAddress& ipv4, const IPAddress& ipv6) argument
/external/parameter-framework/asio/include/asio/ip/
H A Daddress.hpp77 return type_ == ipv6;
151 enum { ipv4, ipv6 } type_; enumerator in enum:asio::ip::address::__anon16303
/external/parameter-framework/asio-1.10.6/include/asio/ip/
H A Daddress.hpp77 return type_ == ipv6;
151 enum { ipv4, ipv6 } type_; enumerator in enum:asio::ip::address::__anon16306
/external/wpa_supplicant_8/hostapd/src/radius/
H A Dradius_server.h185 * ipv6 - Whether to enable IPv6 support in the RADIUS server
187 int ipv6; member in struct:radius_server_conf
H A Dradius_server.c285 * ipv6 - Whether to enable IPv6 support in the RADIUS server
287 int ipv6; member in struct:radius_server_data
416 int ipv6)
422 if (ipv6) {
441 if (!ipv6 && (client->addr.s_addr & client->mask.s_addr) ==
1223 if (data->ipv6) {
1237 if (!data->ipv6) {
1335 if (data->ipv6) {
1349 if (!data->ipv6) {
1535 radius_server_read_clients(const char *client_file, int ipv6) argument
415 radius_server_get_client(struct radius_server_data *data, struct in_addr *addr, int ipv6) argument
[all...]
/external/wpa_supplicant_8/src/radius/
H A Dradius_server.h185 * ipv6 - Whether to enable IPv6 support in the RADIUS server
187 int ipv6; member in struct:radius_server_conf
H A Dradius_server.c285 * ipv6 - Whether to enable IPv6 support in the RADIUS server
287 int ipv6; member in struct:radius_server_data
416 int ipv6)
422 if (ipv6) {
441 if (!ipv6 && (client->addr.s_addr & client->mask.s_addr) ==
1223 if (data->ipv6) {
1237 if (!data->ipv6) {
1335 if (data->ipv6) {
1349 if (!data->ipv6) {
1535 radius_server_read_clients(const char *client_file, int ipv6) argument
415 radius_server_get_client(struct radius_server_data *data, struct in_addr *addr, int ipv6) argument
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/radius/
H A Dradius_server.h185 * ipv6 - Whether to enable IPv6 support in the RADIUS server
187 int ipv6; member in struct:radius_server_conf
H A Dradius_server.c285 * ipv6 - Whether to enable IPv6 support in the RADIUS server
287 int ipv6; member in struct:radius_server_data
416 int ipv6)
422 if (ipv6) {
441 if (!ipv6 && (client->addr.s_addr & client->mask.s_addr) ==
1223 if (data->ipv6) {
1237 if (!data->ipv6) {
1335 if (data->ipv6) {
1349 if (!data->ipv6) {
1535 radius_server_read_clients(const char *client_file, int ipv6) argument
415 radius_server_get_client(struct radius_server_data *data, struct in_addr *addr, int ipv6) argument
[all...]
/external/android-clat/
H A Dclatd.c86 uint32_t *ipv6 = Global_Clatd_Config.ipv6_local_subnet.s6_addr32; local
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),
118 * configures the ipv4 and ipv6 addresses on the tunnel interface
279 * uplink_interface - network interface to use to reach the ipv6 internet
330 * to_ipv6 - whether the packet is to be translated to ipv6 or ipv4
/external/libcups/cups/
H A Dhttp-addrlist.c533 char ipv6[64], /* IPv6 address */ local
560 strlcpy(ipv6, hostname + 4, sizeof(ipv6));
561 if ((ipv6len = (int)strlen(ipv6) - 1) >= 0 && ipv6[ipv6len] == ']')
563 ipv6[ipv6len] = '\0';
564 hostname = ipv6;
570 if ((ipv6zone = strrchr(ipv6, '+')) != NULL)
580 strlcpy(ipv6, hostname + 1, sizeof(ipv6));
[all...]
H A Dhttp.h418 struct sockaddr_in6 ipv6; /* IPv6 address */ member in union:_http_addr_u
/external/dhcpcd-6.8.2/
H A Ddhcpcd.h142 struct ipv6_ctx *ipv6; member in struct:dhcpcd_ctx
/external/fio/
H A Dclient.h55 int ipv6; member in struct:fio_client
H A Dclient.c323 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) {
H A Dserver.c1259 * whether it is ipv6 or ipv4 */
2222 int fio_server_parse_host(const char *host, int ipv6, struct in_addr *inp, argument
2228 if (ipv6)
2237 hints.ai_family = ipv6 ? AF_INET6 : AF_INET;
2247 if (ipv6)
2267 * *ptr is the host, *port is the port, inp6 is the dest, and *ipv6 is 1.
2273 struct in6_addr *inp6, int *ipv6)
2282 *ipv6 = 0;
2300 *ipv6 = 1;
2338 if (fio_server_parse_host(*ptr, *ipv6, in
2271 fio_server_parse_string(const char *str, char **ptr, int *is_sock, int *port, struct in_addr *inp, struct in6_addr *inp6, int *ipv6) argument
[all...]
/external/iptables/include/linux/netfilter_ipv6/
H A Dip6_tables.h107 struct ip6t_ip6 ipv6; member in struct:ip6t_entry
/external/iptables/libiptc/
H A Dlibip6tc.c142 inet_ntop(AF_INET6, &e->ipv6.src, buf, sizeof buf);
145 len = ipv6_prefix_length(&e->ipv6.smsk);
149 inet_ntop(AF_INET6, &e->ipv6.smsk, buf, sizeof buf);
155 inet_ntop(AF_INET6, &e->ipv6.dst, buf, sizeof buf);
158 len = ipv6_prefix_length(&e->ipv6.dmsk);
162 inet_ntop(AF_INET6, &e->ipv6.dmsk, buf, sizeof buf);
167 printf("Interface: `%s'/", e->ipv6.iniface);
169 printf("%c", e->ipv6.iniface_mask[i] ? 'X' : '.');
170 printf("to `%s'/", e->ipv6.outiface);
172 printf("%c", e->ipv6
249 unconditional(const struct ip6t_ip6 *ipv6) argument
[all...]
/external/kernel-headers/original/uapi/linux/netfilter_ipv6/
H A Dip6_tables.h110 struct ip6t_ip6 ipv6; member in struct:ip6t_entry
/external/syslinux/gpxe/src/interface/efi/
H A Defi_snp.c388 * @v ipv6 Address is IPv6
394 efi_snp_mcast_ip_to_mac ( EFI_SIMPLE_NETWORK_PROTOCOL *snp, BOOLEAN ipv6, argument
402 ip_str = ( ipv6 ? "(IPv6)" /* FIXME when we have inet6_ntoa() */ :
407 if ( ( rc = ll_protocol->mc_hash ( ( ipv6 ? AF_INET6 : AF_INET ),
/external/libmicrohttpd/src/spdy2http/
H A Dproxy.c71 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"
1313 {"curl-ipv6", no_argument, 0, '6'},
1379 glob_opt.ipv6 = true;
/external/libmicrohttpd/src/microhttpd/
H A Ddaemon.c200 struct in6_addr ipv6; member in union:MHD_IPCount::__anon10926
287 memcpy (&key->addr.ipv6, &addr6->sin6_addr, sizeof(addr6->sin6_addr));
/external/webrtc/webrtc/modules/rtp_rtcp/source/
H A Drtp_rtcp_impl.cc445 const bool ipv6,
448 if (ipv6) {
443 SetTransportOverhead( const bool tcp, const bool ipv6, const uint8_t authentication_overhead) argument
/external/curl/lib/
H A Durldata.h522 bool ipv6; /* we communicate with a site using an IPv6 address */ member in struct:ConnectBits

Completed in 997 milliseconds

12