Searched refs:StringToIP (Results 1 – 3 of 3) sorted by relevance
174 static bool StringToIP(const std::string& str, uint32* ip);175 static uint32 StringToIP(const std::string& str); // deprecated
106 ip_ = StringToIP(hostname); in SetIP()316 bool SocketAddress::StringToIP(const std::string& hostname, uint32* ip) { in StringToIP() function in talk_base::SocketAddress324 uint32 SocketAddress::StringToIP(const std::string& hostname) { in StringToIP() function in talk_base::SocketAddress326 StringToIP(hostname, &ip); in StringToIP()
323 SocketAddress::StringToIP(info->IpAddressList.IpAddress.String), in CreateNetworks()324 SocketAddress::StringToIP(info->GatewayList.IpAddress.String))); in CreateNetworks()