Searched refs:IsIPAddress (Results 1 – 1 of 1) sorted by relevance
164 static bool IsIPAddress(const std::string& host) { in IsIPAddress() function591 return host.empty() || IsIPAddress(host) in IsAllowedHost()