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

  /external/webrtc/webrtc/base/
socketaddress.h 61 void SetIP(uint32_t ip_as_host_order_integer);
64 void SetIP(const IPAddress& ip);
68 void SetIP(const std::string& hostname);
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));
nat_unittest.cc 229 ext_addr2.SetIP(ip);
290 int_addr.SetIP(int_vss->GetNextIP(family));
291 ext_addrs[0].SetIP(ext_vss->GetNextIP(int_addr.family()));
292 ext_addrs[1].SetIP(ext_vss->GetNextIP(int_addr.family()));
293 ext_addrs[2].SetIP(ext_addrs[0].ipaddr());
294 ext_addrs[3].SetIP(ext_addrs[1].ipaddr());
socketaddress_unittest.cc 115 addr.SetIP(IPAddress(0x01020304));
126 addr.SetIP("1.2.3.4");
137 addr.SetIP("a.b.com");
283 addr3.SetIP(addr1.ip());
284 addr4.SetIP(addr1.ip());
proxydetect.cc 352 proxy->address.SetIP(host);
562 proxy->address.SetIP(settings.Get("http"));
566 proxy->address.SetIP(settings.Get("socks"));
570 proxy->address.SetIP(settings.Get("ssl"));
574 proxy->address.SetIP(settings.Get("http"));
991 proxy->address.SetIP(hostname);
    [all...]
autodetectproxy.cc 57 proxy_.address.SetIP(url.host());
virtualsocketserver.cc 644 addr->SetIP(addr->ipaddr().Normalized());
891 sender_addr.SetIP(default_ip);
    [all...]
socket_unittest.cc 265 dns_addr.SetIP(host);
    [all...]
  /external/webrtc/webrtc/p2p/base/
stun.h 287 void SetIP(const rtc::IPAddress& ip) {
288 address_.SetIP(ip);
stun_unittest.cc 736 addr2.SetIP(addr->ipaddr());
752 addr2.SetIP(addr->ipaddr());
783 addr2.SetIP(addr->ipaddr());
    [all...]
stunport.cc 424 addr->SetIP(default_address);
relayserver.cc 433 addr_attr->SetIP(ext_addr.ipaddr());
612 addr_attr->SetIP(from_addr.ipaddr());
relayserver_unittest.cc 169 attr->SetIP(addr.ipaddr());
relayport.cc 591 addr_attr->SetIP(addr.ipaddr());
  /external/stressapptest/src/
worker.h 495 virtual void SetIP(const char *ipaddr_init);
sat.cc     [all...]
worker.cc     [all...]
  /external/webrtc/webrtc/examples/peerconnection/client/
peer_connection_client.cc 113 server_address_.SetIP(server);
  /external/webrtc/talk/app/webrtc/
webrtcsdp.cc     [all...]

Completed in 387 milliseconds