Home
last modified time | relevance | path

Searched refs:IsIPAddress (Results 1 – 1 of 1) sorted by relevance

/third_party/node/src/
Dinspector_socket.cc164 static bool IsIPAddress(const std::string& host) { in IsIPAddress() function
591 return host.empty() || IsIPAddress(host) in IsAllowedHost()