Searched refs:IPV6 (Results 1 - 14 of 14) sorted by relevance

/external/libpcap/
H A Dtokdefs.h104 IPV6 = 322, enumerator in enum:yytokentype
225 #define IPV6 322 macro
H A Dgrammar.y286 %token IPV6 ICMPV6 AH ESP
478 | IPV6 { $$ = Q_IPV6; }
H A Dgrammar.c411 IPV6 = 322, enumerator in enum:yytokentype
532 #define IPV6 322 macro
1035 "HID6", "AID", "LSH", "RSH", "LEN", "IPV6", "ICMPV6", "AH", "ESP",
H A Dscanner.l209 ip6 return IPV6;
H A Dscanner.c3133 return IPV6;
/external/chromium_org/url/
H A Durl_canon_unittest.cc730 {"[::]", L"[::]", "[::]", Component(0,4), CanonHostInfo::IPV6, -1, "00000000000000000000000000000000"},
731 {"[::1]", L"[::1]", "[::1]", Component(0,5), CanonHostInfo::IPV6, -1, "00000000000000000000000000000001"},
732 {"[1::]", L"[1::]", "[1::]", Component(0,5), CanonHostInfo::IPV6, -1, "00010000000000000000000000000000"},
735 {"[000:01:02:003:004:5:6:007]", L"[000:01:02:003:004:5:6:007]", "[0:1:2:3:4:5:6:7]", Component(0,17), CanonHostInfo::IPV6, -1, "00000001000200030004000500060007"},
738 {"[A:b:c:DE:fF:0:1:aC]", L"[A:b:c:DE:fF:0:1:aC]", "[a:b:c:de:ff:0:1:ac]", Component(0,20), CanonHostInfo::IPV6, -1, "000A000B000C00DE00FF0000000100AC"},
742 {"[1:0:0:2::3:0]", L"[1:0:0:2::3:0]", "[1::2:0:0:3:0]", Component(0,14), CanonHostInfo::IPV6, -1, "00010000000000020000000000030000"},
743 {"[1::2:0:0:3:0]", L"[1::2:0:0:3:0]", "[1::2:0:0:3:0]", Component(0,14), CanonHostInfo::IPV6, -1, "00010000000000020000000000030000"},
746 {"[::192.168.0.1]", L"[::192.168.0.1]", "[::c0a8:1]", Component(0,10), CanonHostInfo::IPV6, -1, "000000000000000000000000C0A80001"},
747 {"[::ffff:192.168.0.1]", L"[::ffff:192.168.0.1]", "[::ffff:c0a8:1]", Component(0,15), CanonHostInfo::IPV6, -1, "00000000000000000000FFFFC0A80001"},
748 {"[::eeee:192.168.0.1]", L"[::eeee:192.168.0.1]", "[::eeee:c0a8:1]", Component(0, 15), CanonHostInfo::IPV6,
[all...]
H A Durl_canon.h316 bool IsIPAddress() const { return family == IPV4 || family == IPV6; }
329 IPV6, // - Successfully canonicalized as an IPv6 address. enumerator in enum:url::CanonHostInfo::Family
339 // CanonicalizeIPAddress() only sets this field if |family| is IPV4 or IPV6.
351 return family == IPV4 ? 4 : (family == IPV6 ? 16 : 0);
H A Durl_canon_ip.cc558 // Return true if we've made a final IPV6/BROKEN decision, false if the result
590 host_info->family = CanonHostInfo::IPV6;
/external/iproute2/lib/
H A Dll_proto.c58 __PF(IPV6,ipv6)
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/interface/
H A Drtp_rtcp.h121 const bool IPV6,
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/mocks/
H A Dmock_rtp_rtcp.h64 int32_t(const bool TCP, const bool IPV6,
/external/chromium_org/components/omnibox/
H A Dautocomplete_input.cc331 if (host_info.family == url::CanonHostInfo::IPV6)
/external/chromium_org/net/base/
H A Dnet_util.cc448 case url::CanonHostInfo::IPV6:
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.mortbay.jetty.server_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 498 milliseconds