Searched defs:ipv6 (Results 1 – 2 of 2) sorted by relevance
318 … 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
392 void RemoveLeadingZeros(std::vector<std::string> &ipv6) in RemoveLeadingZeros()413 std::string ZeroCompression(std::vector<std::string> &ipv6) in ZeroCompression()481 … 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