Home
last modified time | relevance | path

Searched refs:IPV6 (Results 1 – 22 of 22) sorted by relevance

/external/libpcap/
Dtokdefs.h86 IPV6 = 312, enumerator
190 #define IPV6 312 macro
Dgrammar.y181 %token IPV6 ICMPV6 AH ESP
357 | IPV6 { $$ = Q_IPV6; }
Dscanner.l190 return IPV6;
Dgrammar.c121 IPV6 = 312, enumerator
225 #define IPV6 312 macro
Dscanner.c2818 return IPV6;
/external/chromium/googleurl/src/
Durl_canon_unittest.cc675 {"[::]", L"[::]", "[::]", url_parse::Component(0,4), CanonHostInfo::IPV6, -1}, in TEST()
676 {"[::1]", L"[::1]", "[::1]", url_parse::Component(0,5), CanonHostInfo::IPV6, -1}, in TEST()
677 {"[1::]", L"[1::]", "[1::]", url_parse::Component(0,5), CanonHostInfo::IPV6, -1}, in TEST()
678 ….168.0.1]", L"[::192.168.0.1]", "[::c0a8:1]", url_parse::Component(0,10), CanonHostInfo::IPV6, -1}, in TEST()
679 …, L"[::ffff:192.168.0.1]", "[::ffff:c0a8:1]", url_parse::Component(0,15), CanonHostInfo::IPV6, -1}, in TEST()
682 …01:02:003:004:5:6:007]", "[0:1:2:3:4:5:6:7]", url_parse::Component(0,17), CanonHostInfo::IPV6, -1}, in TEST()
685 …A:b:c:DE:fF:0:1:aC]", "[a:b:c:de:ff:0:1:ac]", url_parse::Component(0,20), CanonHostInfo::IPV6, -1}, in TEST()
689 …::3:0]", L"[1:0:0:2::3:0]", "[1::2:0:0:3:0]", url_parse::Component(0,14), CanonHostInfo::IPV6, -1}, in TEST()
690 …0:3:0]", L"[1::2:0:0:3:0]", "[1::2:0:0:3:0]", url_parse::Component(0,14), CanonHostInfo::IPV6, -1}, in TEST()
699 ….2]", L"[::ffff:192.1.2]", "[::ffff:c001:2]", url_parse::Component(0,15), CanonHostInfo::IPV6, -1}, in TEST()
[all …]
Durl_canon.h337 bool IsIPAddress() const { return family == IPV4 || family == IPV6; } in IsIPAddress()
350 IPV6, // - Successfully canonicalized as an IPv6 address. enumerator
Durl_canon_ip.cc667 host_info->family = CanonHostInfo::IPV6; in DoCanonicalizeIPv6Address()
/external/iproute2/lib/
Dll_proto.c64 __PF(IPV6,ipv6)
/external/tcpdump/
Dprint-isoclns.c51 #define IPV6 2 /* AFI value */ macro
1645 } else if (afi == IPV6) { in isis_print_extd_ip_reach()
1676 if (afi == IPV6) in isis_print_extd_ip_reach()
1690 if (afi == IPV6) in isis_print_extd_ip_reach()
1697 (ISIS_MASK_TLV_EXTD_IP6_SUBTLV(status_byte) && afi == IPV6)) { in isis_print_extd_ip_reach()
2269 ext_ip_len = isis_print_extd_ip_reach(tptr, "\n\t ", IPV6); in isis_print()
2286 ext_ip_len = isis_print_extd_ip_reach(tptr, "\n\t ", IPV6); in isis_print()
/external/dnsmasq/po/
Dfr.po838 msgid "failed to set IPV6 options on listening socket: %s"
839 msgstr "impossible d'activer les options IPV6 sur la socket de lecture : %s"
1379 msgstr "tentative de lier une adresse serveur IPV6 via DBus - pas de support IPV6"
Did.po963 msgid "failed to set IPV6 options on listening socket: %s"
964 msgstr "gagal menyetel IPV6 pada socket: %s"
Dpl.po820 msgid "failed to set IPV6 options on listening socket: %s"
821 msgstr "b��d ustawiania opcji IPV6 na nas�uchuj�cym gnie�dzie: %s"
Dfi.po812 msgid "failed to set IPV6 options on listening socket: %s"
Dit.po812 msgid "failed to set IPV6 options on listening socket: %s"
Dpt_BR.po812 msgid "failed to set IPV6 options on listening socket: %s"
Dde.po855 msgid "failed to set IPV6 options on listening socket: %s"
Dro.po837 msgid "failed to set IPV6 options on listening socket: %s"
Dno.po839 msgid "failed to set IPV6 options on listening socket: %s"
Des.po840 msgid "failed to set IPV6 options on listening socket: %s"
/external/chromium/chrome/browser/autocomplete/
Dautocomplete.cc345 if (host_info.family == url_canon::CanonHostInfo::IPV6) in Parse()
/external/dnsmasq/
DCHANGELOG.archive1834 up MMU and IPV6 status correctly on every system I tested.