Lines Matching refs:IPV6
1451 // For IPv6 literals, GURL::host() already includes the brackets so it is
1458 // For IPv6 literals, GURL::host() already includes the brackets
1466 // CanonicalizeHost requires surrounding brackets to parse an IPv6 address.
1488 case url_canon::CanonHostInfo::IPV6:
1511 // Don't compare IPv4 and IPv6 addresses (they have different range
1517 // www.iana.org/assignments/ipv6-address-space/ipv6-address-space.xhtml
1618 // Need to bracket IPv6 addresses since they contain colons.
2012 // |ip_literal| could be either a IPv4 or an IPv6 literal. If it contains
2013 // a colon however, it must be an IPv6 address.
2015 // GURL expects IPv6 hostnames to be surrounded with brackets.
2019 // Try parsing the hostname as an IPv6 literal.
2075 // <IPv6-literal> "/" <number of bits>
2104 // either IPv4 or IPv6.
2110 // In case we have an IPv6 / IPv4 mismatch, convert the IPv4 addresses to
2111 // IPv6 addresses in order to do the comparison.