Searched defs:ipv6 (Results 1 – 2 of 2) sorted by relevance
347 … std::regex ipv6("(::|(:((:[0-9A-Fa-f]{1,4}){1,7}))|(([0-9A-Fa-f]{1,4}:){7}([0-9A-Fa-f]{1,4}|:))|" in AnalysisIPV6() local
401 void RemoveLeadingZeros(std::vector<std::string> &ipv6) in RemoveLeadingZeros()422 std::string ZeroCompression(std::vector<std::string> &ipv6) in ZeroCompression()490 … std::regex ipv6("(::|(:((:[0-9A-Fa-f]{1,4}){1,7}))|(([0-9A-Fa-f]{1,4}:){7}([0-9A-Fa-f]{1,4}|:))|" in IPv6Host() local