HomeSort by relevance Sort by last modified time
    Searched refs:SetIP (Results 1 - 25 of 33) sorted by null

1 2

  /external/chromium_org/third_party/libjingle/source/talk/base/
socketaddress.cc 61 SetIP(hostname);
66 SetIP(IPAddress(ip_as_host_order_integer));
71 SetIP(ip);
104 void SocketAddress::SetIP(uint32 ip_as_host_order_integer) {
111 void SocketAddress::SetIP(const IPAddress& ip) {
118 void SocketAddress::SetIP(const std::string& hostname) {
203 SetIP(str.substr(1, closebracket - 1));
213 SetIP(str.substr(0, pos));
295 SetIP(NetworkToHost32(saddr.sin_addr.s_addr));
socketaddress.h 78 void SetIP(uint32 ip_as_host_order_integer);
81 void SetIP(const IPAddress& ip);
85 void SetIP(const std::string& hostname);
nat_unittest.cc 231 ext_addr2.SetIP(ip);
288 int_addr.SetIP(int_vss->GetNextIP(family));
289 ext_addrs[0].SetIP(ext_vss->GetNextIP(int_addr.family()));
290 ext_addrs[1].SetIP(ext_vss->GetNextIP(int_addr.family()));
291 ext_addrs[2].SetIP(ext_addrs[0].ipaddr());
292 ext_addrs[3].SetIP(ext_addrs[1].ipaddr());
nethelpers.cc 80 addr_.SetIP(addresses_[0]);
socketaddress_unittest.cc 131 addr.SetIP(IPAddress(0x01020304));
142 addr.SetIP("1.2.3.4");
153 addr.SetIP("a.b.com");
proxydetect.cc 363 proxy->address.SetIP(host);
573 proxy->address.SetIP(settings.Get("http"));
577 proxy->address.SetIP(settings.Get("socks"));
581 proxy->address.SetIP(settings.Get("ssl"));
585 proxy->address.SetIP(settings.Get("http"));
1002 proxy->address.SetIP(hostname);
    [all...]
autodetectproxy.cc 68 proxy_.address.SetIP(url.host());
virtualsocketserver.cc 677 addr->SetIP(GetNextIP(addr->ipaddr().family()));
679 addr->SetIP(addr->ipaddr().Normalized());
    [all...]
  /external/chromium/third_party/libjingle/source/talk/base/
socketaddress.h 74 void SetIP(uint32 ip);
78 void SetIP(const std::string& hostname);
socketaddress.cc 65 SetIP(hostname);
70 SetIP(ip);
99 void SocketAddress::SetIP(uint32 ip) {
104 void SocketAddress::SetIP(const std::string& hostname) {
151 SetIP(str.substr(0, pos));
299 SetIP(NetworkToHost32(saddr.sin_addr.s_addr));
autodetectproxy.cc 58 proxy_.address.SetIP(url.host());
nethelpers.cc 55 addr_.SetIP(NetworkToHost32(
proxydetect.cc 361 proxy->address.SetIP(host);
571 proxy->address.SetIP(settings.Get("http"));
575 proxy->address.SetIP(settings.Get("socks"));
579 proxy->address.SetIP(settings.Get("ssl"));
583 proxy->address.SetIP(settings.Get("http"));
1000 proxy->address.SetIP(hostname);
    [all...]
  /external/chromium_org/remoting/client/plugin/
pepper_util.cc 69 address->SetIP(talk_base::IPAddress(
73 address->SetIP(talk_base::IPAddress(
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
stunserver.cc 96 mapped_addr->SetIP(remote_addr.ip());
110 source_addr->SetIP(local_addr.ip());
stun.h 211 void SetIP(uint32 ip) { ip_ = ip; }
transport.cc 459 address->SetIP(elem->Attr(address_name));
relayserver.cc 454 addr_attr->SetIP(ext_addr.ip());
635 addr_attr->SetIP(from_addr.ip());
relayport.cc 555 addr_attr->SetIP(addr.ip());
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
stun.h 300 void SetIP(const talk_base::IPAddress& ip) {
301 address_.SetIP(ip);
stun_unittest.cc 780 addr2.SetIP(addr->ipaddr());
    [all...]
relayserver.cc 449 addr_attr->SetIP(ext_addr.ipaddr());
625 addr_attr->SetIP(from_addr.ipaddr());
  /external/chromium_org/content/renderer/p2p/
port_allocator.cc 342 relay_ip_.SetIP(value);
  /external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/
peer_connection_client.cc 130 server_address_.SetIP(server);
  /external/stressapptest/src/
worker.h 496 virtual void SetIP(const char *ipaddr_init);

Completed in 572 milliseconds

1 2