Home | History | Annotate | Download | only in src

Lines Matching refs:IPV6

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