Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libjingle/source/talk/base/
Dsocketaddress.h211 static bool StringToIP(const std::string& str, uint32* ip);
212 static uint32 StringToIP(const std::string& str);
215 static bool StringToIP(const std::string& str, IPAddress* ip);
Dsocketaddress.cc336 bool SocketAddress::StringToIP(const std::string& hostname, uint32* ip) { in StringToIP() function in talk_base::SocketAddress
344 bool SocketAddress::StringToIP(const std::string& hostname, IPAddress* ip) { in StringToIP() function in talk_base::SocketAddress
363 uint32 SocketAddress::StringToIP(const std::string& hostname) { in StringToIP() function in talk_base::SocketAddress
365 StringToIP(hostname, &ip); in StringToIP()
/external/chromium/third_party/libjingle/source/talk/base/
Dsocketaddress.h174 static bool StringToIP(const std::string& str, uint32* ip);
175 static uint32 StringToIP(const std::string& str); // deprecated
Dsocketaddress.cc106 ip_ = StringToIP(hostname); in SetIP()
316 bool SocketAddress::StringToIP(const std::string& hostname, uint32* ip) { in StringToIP() function in talk_base::SocketAddress
324 uint32 SocketAddress::StringToIP(const std::string& hostname) { in StringToIP() function in talk_base::SocketAddress
326 StringToIP(hostname, &ip); in StringToIP()
Dnetwork.cc323 SocketAddress::StringToIP(info->IpAddressList.IpAddress.String), in CreateNetworks()
324 SocketAddress::StringToIP(info->GatewayList.IpAddress.String))); in CreateNetworks()