HomeSort by relevance Sort by last modified time
    Searched refs:IPV6 (Results 1 - 15 of 15) sorted by null

  /external/libpcap/
tokdefs.h 104 IPV6 = 322,
225 #define IPV6 322
grammar.y 286 %token IPV6 ICMPV6 AH ESP
478 | IPV6 { $$ = Q_IPV6; }
grammar.c 411 IPV6 = 322,
532 #define IPV6 322
1035 "HID6", "AID", "LSH", "RSH", "LEN", "IPV6", "ICMPV6", "AH", "ESP"
    [all...]
scanner.l 209 ip6 return IPV6;
352 bpf_error("bogus IPv6 address %s", yytext);
358 bpf_error("IPv6 address %s not supported", yytext);
scanner.c     [all...]
  /external/chromium_org/url/
url_canon_unittest.cc     [all...]
url_canon.h 316 bool IsIPAddress() const { return family == IPV4 || family == IPV6; }
326 // as an IPv6 address. Never attempt to connect to this
329 IPV6, // - Successfully canonicalized as an IPv6 address.
339 // CanonicalizeIPAddress() only sets this field if |family| is IPV4 or IPV6.
351 return family == IPV4 ? 4 : (family == IPV6 ? 16 : 0);
384 // Tries to interpret the given host name as an IPv4 or IPv6 address. If it is
    [all...]
url_canon_ip.cc 245 // Could be IPv6 or a hostname.
250 // Helper class that describes the main components of an IPv6 input string.
309 // Parse the IPv6 input string. If parsing succeeded returns true and fills
403 // Verifies the parsed IPv6 information, checking that the various components
453 // Converts an IPv6 address to a 128-bit number (network byte order), returning
454 // true on success. False means that the input was not a valid IPv6 address.
467 // Parse the IPv6 address -- identify where all the colon separated hex
550 // Return true if we've made a final IPV6/BROKEN decision, false if the result
559 // If it's not an IPv6 address, scan for characters that should *only*
560 // exist in an IPv6 address
    [all...]
  /external/iproute2/lib/
ll_proto.c 58 __PF(IPV6,ipv6)
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/interface/
rtp_rtcp.h 110 * IPv6 - true for IP version 6 false for version 4
118 const bool IPV6,
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/mocks/
mock_rtp_rtcp.h 53 int32_t(const bool TCP, const bool IPV6,
  /external/chromium_org/chrome/browser/autocomplete/
autocomplete_input.cc 353 if (host_info.family == url::CanonHostInfo::IPV6)
  /external/chromium_org/net/base/
net_util.cc 393 // For IPv6 literals, GURL::host() already includes the brackets so it is
400 // For IPv6 literals, GURL::host() already includes the brackets
408 // CanonicalizeHost requires surrounding brackets to parse an IPv6 address.
430 case url::CanonHostInfo::IPV6:
453 // Don't compare IPv4 and IPv6 addresses (they have different range
459 // www.iana.org/assignments/ipv6-address-space/ipv6-address-space.xhtml
574 // Need to bracket IPv6 addresses since they contain colons.
791 // |ip_literal| could be either a IPv4 or an IPv6 literal. If it contains
792 // a colon however, it must be an IPv6 address
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.server_6.1.23.v201004211559.jar 
  /prebuilts/tools/common/google-api-java-client/1.8.0-rc/
google-api-java-client-min-repackaged.jar 

Completed in 1341 milliseconds