HomeSort by relevance Sort by last modified time
    Searched defs:SetIP (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/base/
socketaddress.cc 46 SetIP(hostname);
51 SetIP(IPAddress(ip_as_host_order_integer));
56 SetIP(ip);
89 void SocketAddress::SetIP(uint32_t ip_as_host_order_integer) {
96 void SocketAddress::SetIP(const IPAddress& ip) {
103 void SocketAddress::SetIP(const std::string& hostname) {
188 SetIP(str.substr(1, closebracket - 1));
198 SetIP(str.substr(0, pos));
275 SetIP(NetworkToHost32(saddr.sin_addr.s_addr));
  /external/webrtc/webrtc/p2p/base/
stun.h 287 void SetIP(const rtc::IPAddress& ip) {
288 address_.SetIP(ip);

Completed in 49 milliseconds