Searched defs:ip_address (Results 1 - 25 of 30) sorted by relevance

12

/external/chromium_org/chrome/browser/extensions/api/mdns/
H A Ddns_sd_delegate.h16 std::string ip_address; member in struct:extensions::DnsSdService
25 ip_address == other.ip_address &&
H A Ddns_sd_registry_unittest.cc105 service.ip_address = ip_address1;
117 service.ip_address = ip_address2;
122 service.ip_address = ip_address1;
124 service.ip_address = ip_address2;
134 service.ip_address = "192.168.0.100";
157 service.ip_address = "192.168.0.100";
161 service.ip_address = "192.168.0.101";
182 service.ip_address = "192.168.0.100";
186 service.ip_address = "192.168.0.101";
207 const std::string ip_address local
[all...]
/external/chromium_org/content/renderer/p2p/
H A Dipc_network_manager_unittest.cc55 rtc::IPAddress ip_address; local
104 EXPECT_TRUE(rtc::IPFromString(kIPv6PublicAddrString1, &ip_address));
105 EXPECT_EQ(networks[1]->GetIPs()[0], ip_address);
106 EXPECT_TRUE(rtc::IPFromString(kIPv6PublicAddrString2, &ip_address));
107 EXPECT_EQ(networks[1]->GetIPs()[1], ip_address);
111 EXPECT_TRUE(rtc::IPFromString(kIPv6PublicAddrString2, &ip_address));
112 EXPECT_EQ(networks[0]->GetIPs()[0], ip_address);
/external/chromium_org/chrome/browser/local_discovery/
H A Ddevice_description.h46 net::IPAddressNumber ip_address; member in struct:local_discovery::DeviceDescription
/external/chromium_org/net/base/
H A Dip_endpoint_unittest.cc25 IPAddressNumber ip_address; member in struct:net::__anon9013::TestData
40 &tests[index].ip_address));
50 IPEndPoint endpoint(tests[index].ip_address, 80);
52 EXPECT_EQ(tests[index].ip_address, endpoint.address());
58 IPEndPoint src(tests[index].ip_address, index);
68 IPEndPoint src(tests[index].ip_address, index);
78 IPEndPoint ip_endpoint(tests[index].ip_address, index);
101 IPEndPoint ip_endpoint(tests[index].ip_address, index);
120 IPEndPoint src(tests[index].ip_address, index);
128 IPEndPoint ip_endpoint1(tests[0].ip_address, 10
[all...]
H A Daddress_list_unittest.cc91 std::string ip_address; member in struct:net::__anon8986::TestData
126 ASSERT_TRUE(ParseIPLiteralToNumber(tests[i].ip_address, &ip_number));
/external/chromium_org/third_party/webrtc/video_engine/test/libvietest/testbed/
H A Dtb_video_channel.cc56 const char* ip_address) {
57 EXPECT_EQ(0, channel_transport_->SetSendDestination(ip_address, rtp_port));
55 StartSend(const unsigned short rtp_port, const char* ip_address) argument
/external/chromium_org/content/common/
H A Dp2p_socket_type.h39 // Port number will be part of |ip_address|.
43 const net::IPEndPoint& ip_address)
44 : hostname(hostname), ip_address(ip_address) {
48 net::IPEndPoint ip_address; member in struct:content::P2PHostAndIPEndPoint
42 P2PHostAndIPEndPoint(const std::string& hostname, const net::IPEndPoint& ip_address) argument
/external/chromium_org/third_party/webrtc/test/channel_transport/
H A Dchannel_transport.cc78 int VoiceChannelTransport::SetSendDestination(const char* ip_address, argument
80 return socket_transport_->InitializeSendSockets(ip_address, rtp_port);
131 int VideoChannelTransport::SetSendDestination(const char* ip_address, argument
133 return socket_transport_->InitializeSendSockets(ip_address, rtp_port);
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/source/
H A Dvie_autotest_base.cc154 const char* ip_address = "127.0.0.1\0"; local
164 ASSERT_EQ(0, video_channel_transport_1->SetSendDestination(ip_address,
173 ASSERT_EQ(0, video_channel_transport_3->SetSendDestination(ip_address,
H A Dvie_autotest_codec.cc190 const char* ip_address = "127.0.0.1"; local
197 ASSERT_EQ(0, video_channel_transport->SetSendDestination(ip_address,
336 const char* ip_address = "127.0.0.1"; local
343 ASSERT_EQ(0, video_channel_transport->SetSendDestination(ip_address,
386 const char* ip_address = "127.0.0.1"; local
394 ASSERT_EQ(0, video_channel_transport_1->SetSendDestination(ip_address,
402 ASSERT_EQ(0, video_channel_transport_2->SetSendDestination(ip_address,
/external/chromium_org/chrome/common/local_discovery/
H A Dservice_discovery_client.h41 net::IPAddressNumber ip_address; member in struct:local_discovery::ServiceDescription
/external/chromium_org/chromeos/dbus/
H A Dfake_debug_daemon_client.cc106 void FakeDebugDaemonClient::TestICMP(const std::string& ip_address, argument
113 const std::string& ip_address,
112 TestICMPWithOptions( const std::string& ip_address, const std::map<std::string, std::string>& options, const TestICMPCallback& callback) argument
/external/chromium-libpac/test/
H A Dproxy_resolver_v8_unittest.cc26 virtual bool MyIpAddress(std::string* ip_address) { argument
28 *ip_address = my_ip_address_result;
38 virtual bool DnsResolve(const std::string& host, std::string* ip_address) { argument
40 *ip_address = dns_resolve_result;
/external/chromium_org/chromeos/network/
H A Dnetwork_change_notifier_chromeos_unittest.cc32 const char* ip_address; member in struct:chromeos::__anon6174::NotifierState
41 const char* ip_address; member in struct:chromeos::__anon6174::DefaultNetworkState
112 notifier_.ip_address_ = notifier_state.ip_address;
121 EXPECT_EQ(notifier_state.ip_address, notifier_.ip_address_);
139 default_network_.ip_address_ = default_network_state.ip_address;
H A Dnetwork_state.h69 const std::string& ip_address() const { return ip_address_; } function in class:chromeos::NetworkState
H A Dshill_property_handler_unittest.cc429 base::StringValue ip_address("192.168.1.1");
432 shill::kAddressProperty, ip_address, local
/external/chromium_org/extensions/browser/api/cast_channel/
H A Dcast_channel_api.cc66 channel_info->connect_info.ip_address = ip_endpoint.ToStringWithoutPort();
102 net::IPAddressNumber ip_address; local
103 return net::ParseIPLiteralToNumber(connect_info.ip_address, &ip_address);
229 channel_info.connect_info.ip_address = "";
291 connect_info->ip_address = ip_address_str;
301 net::IPAddressNumber ip_address; local
302 CHECK(net::ParseIPLiteralToNumber(connect_info.ip_address, &ip_address));
303 return new net::IPEndPoint(ip_address, connect_inf
[all...]
/external/chromium_org/jingle/glue/
H A Dchrome_async_socket_unittest.cc476 rtc::IPAddress ip_address; local
477 EXPECT_TRUE(rtc::IPFromString("127.0.0.1", &ip_address));
478 const rtc::SocketAddress no_hostname_addr(ip_address, addr_.port());
/external/chromium_org/media/cast/test/
H A Dreceiver.cc80 std::string ip_address = input.GetStringInput(); local
82 while (ip_address != DEFAULT_SEND_IP &&
83 std::count(ip_address.begin(), ip_address.end(), '.') != 3) {
84 ip_address = input.GetStringInput();
86 return ip_address;
/external/chromium-libpac/src/
H A Dproxy_resolver_v8.cc320 // Handler for "isInNetEx(ip_address, ip_prefix)". |ip_address| is a string
327 bool IsInNetEx(const std::string& ip_address, const std::string& ip_prefix) { argument
330 if (RemoveChars(ip_address, " \t", &cleaned_ip_address))
332 if (!ParseIPLiteralToNumber(ip_address, &address))
623 std::string ip_address; local
628 success = context->js_bindings_->DnsResolve(hostname, &ip_address);
632 args.GetReturnValue().Set(ASCIIStringToV8String(args.GetIsolate(), ip_address));
693 std::string ip_address = V8StringToUTF8(args[0]->ToString()); local
695 args.GetReturnValue().Set(IsInNetEx(ip_address, ip_prefi
[all...]
/external/chromium_org/chrome/browser/chromeos/status/
H A Dnetwork_menu.cc617 std::string ip_address = default_network->ip_address(); local
618 if (!ip_address.empty()) {
620 ui::MenuModel::TYPE_COMMAND, base::ASCIIToUTF16(ip_address),
/external/chromium_org/chrome/browser/safe_browsing/
H A Ddatabase_manager.cc347 const std::string& ip_address) {
352 return database_->ContainsMalwareIP(ip_address);
346 MatchMalwareIP( const std::string& ip_address) argument
/external/chromium_org/content/browser/devtools/
H A Ddevtools_http_handler_impl.cc265 net::IPEndPoint ip_address; local
266 if (server_ && server_->GetLocalAddress(&ip_address))
268 return GURL(std::string("http://") + ip_address.ToString() + frontend_url_);
/external/chromium_org/net/proxy/
H A Dproxy_resolver_v8.cc314 // Handler for "isInNetEx(ip_address, ip_prefix)". |ip_address| is a string
321 bool IsInNetEx(const std::string& ip_address, const std::string& ip_prefix) { argument
323 if (!ParseIPLiteralToNumber(ip_address, &address))
689 std::string ip_address = V8StringToUTF8(args[0]->ToString()); local
690 if (!base::IsStringASCII(ip_address)) {
699 args.GetReturnValue().Set(IsInNetEx(ip_address, ip_prefix));

Completed in 521 milliseconds

12