Home | History | Annotate | Download | only in src

Lines Matching refs:IPV6

280       // Could be IPv6 or a hostname.
285 // Helper class that describes the main components of an IPv6 input string.
344 // Parse the IPv6 input string. If parsing succeeded returns true and fills
440 // Verifies the parsed IPv6 information, checking that the various components
491 // Converts an IPv6 address to a 128-bit number (network byte order), returning
492 // true on success. False means that the input was not a valid IPv6 address.
505 // Parse the IPv6 address -- identify where all the colon separated hex
600 // Return true if we've made a final IPV6/BROKEN decision, false if the result
610 // If it's not an IPv6 address, scan for characters that should *only*
611 // exist in an IPv6 address.
631 // http://tools.ietf.org/html/draft-kawamura-ipv6-text-representation-01#section-4
667 host_info->family = CanonHostInfo::IPV6;