Home
last modified time | relevance | path

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

/external/chromium/third_party/libjingle/source/talk/base/
Dsocketaddress.cc179 && (0 == stricmp(hostname_.c_str(), GetHostname().c_str()))) { in IsLocalIP()
330 std::string SocketAddress::GetHostname() { in GetHostname() function in talk_base::SocketAddress
340 const std::string hostname = GetHostname(); in GetLocalIPs()
Dsocketaddress.h178 static std::string GetHostname();
/external/chromium/net/test/
Dtest_server.cc48 std::string GetHostname(TestServer::Type type, in GetHostname() function
265 host_port_pair_ = HostPortPair(GetHostname(type_, https_options_), 0); in Init()