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

12

/external/chromium-trace/catapult/telemetry/third_party/webpagereplay/third_party/dns/
H A Dinet.py21 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])
H A Dreversename.py25 import dns.ipv6 namespace
40 parts = list(dns.ipv6.inet_aton(text).encode('hex_codec'))
73 return dns.ipv6.inet_ntoa(dns.ipv6.inet_aton(text))
/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/avahi/avahi-common/
H A Daddress.h74 AvahiIPv6Address ipv6; /**< Address when IPv6 */ member in union:AvahiAddress::__anon338
/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::__anon15803
/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::__anon15806
/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.c280 * ipv6 - Whether to enable IPv6 support in the RADIUS server
282 int ipv6; member in struct:radius_server_data
411 int ipv6)
417 if (ipv6) {
436 if (!ipv6 && (client->addr.s_addr & client->mask.s_addr) ==
1218 if (data->ipv6) {
1232 if (!data->ipv6) {
1330 if (data->ipv6) {
1344 if (!data->ipv6) {
1530 radius_server_read_clients(const char *client_file, int ipv6) argument
410 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.c280 * ipv6 - Whether to enable IPv6 support in the RADIUS server
282 int ipv6; member in struct:radius_server_data
411 int ipv6)
417 if (ipv6) {
436 if (!ipv6 && (client->addr.s_addr & client->mask.s_addr) ==
1218 if (data->ipv6) {
1232 if (!data->ipv6) {
1330 if (data->ipv6) {
1344 if (!data->ipv6) {
1530 radius_server_read_clients(const char *client_file, int ipv6) argument
410 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.c280 * ipv6 - Whether to enable IPv6 support in the RADIUS server
282 int ipv6; member in struct:radius_server_data
411 int ipv6)
417 if (ipv6) {
436 if (!ipv6 && (client->addr.s_addr & client->mask.s_addr) ==
1218 if (data->ipv6) {
1232 if (!data->ipv6) {
1330 if (data->ipv6) {
1344 if (!data->ipv6) {
1530 radius_server_read_clients(const char *client_file, int ipv6) argument
410 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/dhcpcd-6.8.2/
H A Ddhcpcd.h142 struct ipv6_ctx *ipv6; member in struct:dhcpcd_ctx
/external/fio/
H A Dclient.h53 int ipv6; member in struct:fio_client
H A Dclient.c270 int ipv6; local
272 ipv6 = type == Fio_client_ipv6;
273 if (fio_server_parse_host(hostname, ipv6,
353 &client->ipv6))
375 if (client->ipv6)
413 if (client->ipv6) {
H A Dserver.c1579 int fio_server_parse_host(const char *host, int ipv6, struct in_addr *inp, argument
1585 if (ipv6)
1594 hints.ai_family = ipv6 ? AF_INET6 : AF_INET;
1604 if (ipv6)
1624 * *ptr is the host, *port is the port, inp6 is the dest, and *ipv6 is 1.
1630 struct in6_addr *inp6, int *ipv6)
1639 *ipv6 = 0;
1657 *ipv6 = 1;
1695 if (fio_server_parse_host(*ptr, *ipv6, inp, inp6)) {
1628 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
/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.h109 struct ip6t_ip6 ipv6; member in struct:ip6t_entry
/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::__anon9761
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.h490 bool ipv6; /* we communicate with a site using an IPv6 address */ member in struct:ConnectBits

Completed in 751 milliseconds

12