Home | History | Annotate | Download | only in url

Lines Matching refs:IPV6

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