Searched defs:SetIP (Results 1 – 5 of 5) sorted by relevance
104 void SocketAddress::SetIP(uint32 ip_as_host_order_integer) { in SetIP() function in talk_base::SocketAddress111 void SocketAddress::SetIP(const IPAddress& ip) { in SetIP() function in talk_base::SocketAddress118 void SocketAddress::SetIP(const std::string& hostname) { in SetIP() function in talk_base::SocketAddress
99 void SocketAddress::SetIP(uint32 ip) { in SetIP() function in talk_base::SocketAddress104 void SocketAddress::SetIP(const std::string& hostname) { in SetIP() function in talk_base::SocketAddress
211 void SetIP(uint32 ip) { ip_ = ip; } in SetIP() function
300 void SetIP(const talk_base::IPAddress& ip) { in SetIP() function
2010 void NetworkThread::SetIP(const char *ipaddr_init) { in SetIP() function in NetworkThread