Home
last modified time | relevance | path

Searched refs:SetIP (Results 1 – 21 of 21) sorted by relevance

/external/webrtc/webrtc/base/
Dsocketaddress.cc46 SetIP(hostname); in SocketAddress()
51 SetIP(IPAddress(ip_as_host_order_integer)); in SocketAddress()
56 SetIP(ip); in SocketAddress()
89 void SocketAddress::SetIP(uint32_t ip_as_host_order_integer) { in SetIP() function in rtc::SocketAddress
96 void SocketAddress::SetIP(const IPAddress& ip) { in SetIP() function in rtc::SocketAddress
103 void SocketAddress::SetIP(const std::string& hostname) { in SetIP() function in rtc::SocketAddress
188 SetIP(str.substr(1, closebracket - 1)); in FromString()
198 SetIP(str.substr(0, pos)); in FromString()
275 SetIP(NetworkToHost32(saddr.sin_addr.s_addr)); in FromSockAddr()
Dsocketaddress.h61 void SetIP(uint32_t ip_as_host_order_integer);
64 void SetIP(const IPAddress& ip);
68 void SetIP(const std::string& hostname);
Dnat_unittest.cc229 ext_addr2.SetIP(ip); in TestPhysicalInternal()
290 int_addr.SetIP(int_vss->GetNextIP(family)); in TestVirtualInternal()
291 ext_addrs[0].SetIP(ext_vss->GetNextIP(int_addr.family())); in TestVirtualInternal()
292 ext_addrs[1].SetIP(ext_vss->GetNextIP(int_addr.family())); in TestVirtualInternal()
293 ext_addrs[2].SetIP(ext_addrs[0].ipaddr()); in TestVirtualInternal()
294 ext_addrs[3].SetIP(ext_addrs[1].ipaddr()); in TestVirtualInternal()
Dsocketaddress_unittest.cc115 addr.SetIP(IPAddress(0x01020304)); in TEST()
126 addr.SetIP("1.2.3.4"); in TEST()
137 addr.SetIP("a.b.com"); in TEST()
283 addr3.SetIP(addr1.ip()); in TEST()
284 addr4.SetIP(addr1.ip()); in TEST()
Dproxydetect.cc352 proxy->address.SetIP(host); in ParseProxy()
562 proxy->address.SetIP(settings.Get("http")); in GetFirefoxProxySettings()
566 proxy->address.SetIP(settings.Get("socks")); in GetFirefoxProxySettings()
570 proxy->address.SetIP(settings.Get("ssl")); in GetFirefoxProxySettings()
574 proxy->address.SetIP(settings.Get("http")); in GetFirefoxProxySettings()
991 proxy->address.SetIP(hostname); in p_getProxyInfoForTypeFromDictWithKeys()
1224 proxy->address.SetIP(hostname); in GetiOSProxySettings()
Dautodetectproxy.cc57 proxy_.address.SetIP(url.host()); in DoWork()
Dvirtualsocketserver.cc644 addr->SetIP(addr->ipaddr().Normalized()); in Bind()
891 sender_addr.SetIP(default_ip); in AddPacketToNetwork()
Dsocket_unittest.cc265 dns_addr.SetIP(host); in ConnectWithDnsLookupInternal()
/external/webrtc/webrtc/p2p/base/
Dstun_unittest.cc736 addr2.SetIP(addr->ipaddr()); in TEST_F()
752 addr2.SetIP(addr->ipaddr()); in TEST_F()
783 addr2.SetIP(addr->ipaddr()); in TEST_F()
842 addr->SetIP(rtc::IPAddress(kIPv4TestAddress1)); in TEST_F()
849 addr2->SetIP(rtc::IPAddress(kIPv4TestAddress1)); in TEST_F()
1357 addr2->SetIP(legacy_ip); in TEST_F()
1407 addr2->SetIP(legacy_ip); in TEST_F()
1418 addr2->SetIP(legacy_ip); in TEST_F()
Dstun.h287 void SetIP(const rtc::IPAddress& ip) { in SetIP() function
288 address_.SetIP(ip); in SetIP()
Drelayserver.cc433 addr_attr->SetIP(ext_addr.ipaddr()); in HandleStunAllocate()
612 addr_attr->SetIP(from_addr.ipaddr()); in Send()
Dstunport.cc424 addr->SetIP(default_address); in MaybeSetDefaultLocalAddress()
Drelayserver_unittest.cc169 attr->SetIP(addr.ipaddr()); in AddDestinationAttr()
Drelayport.cc591 addr_attr->SetIP(addr.ipaddr()); in SendTo()
/external/webrtc/webrtc/examples/peerconnection/client/
Dpeer_connection_client.cc113 server_address_.SetIP(server); in Connect()
/external/stressapptest/src/
Dworker.h495 virtual void SetIP(const char *ipaddr_init);
Dsat.cc1287 thread->SetIP(ipaddrs_[i].c_str()); in InitializeThreads()
Dworker.cc2000 void NetworkThread::SetIP(const char *ipaddr_init) { in SetIP() function in NetworkThread
/external/libunwind/
DAndroid.bp456 "src/unwind/SetIP.c",
/external/libunwind/src/
DMakefile.am121 unwind/Resume_or_Rethrow.c unwind/SetGR.c unwind/SetIP.c \
/external/webrtc/talk/app/webrtc/
Dwebrtcsdp.cc1042 related_address.SetIP(fields[++current_position]); in ParseCandidate()