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

/external/chromium/net/base/
H A Dip_endpoint_unittest.cc25 IPAddressNumber ip_address; member in struct:net::__anon2967::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);
102 IPEndPoint ip_endpoint(tests[index].ip_address, index);
113 IPEndPoint src(tests[index].ip_address, index);
121 IPEndPoint ip_endpoint1(tests[0].ip_address, 10
[all...]
H A Daddress_list_unittest.cc179 std::string ip_address; member in struct:net::__anon2932::TestData
193 LOG(WARNING) << "Unable to resolve ip literal '" << tests[i].ip_address
201 ParseIPLiteralToNumber(tests[i].ip_address, &ip_number);
220 std::string ip_address; member in struct:net::__anon2932::TestData
234 LOG(WARNING) << "Unable to resolve ip literal '" << tests[i].ip_address
/external/chromium_org/net/base/
H A Dip_endpoint_unittest.cc25 IPAddressNumber ip_address; member in struct:net::__anon8530::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::__anon8502::TestData
126 ASSERT_TRUE(ParseIPLiteralToNumber(tests[i].ip_address, &ip_number));
/external/chromium_org/chrome/browser/local_discovery/
H A Dprivet_device_lister.h41 net::IPAddressNumber ip_address; member in struct:local_discovery::DeviceDescription
H A Dservice_discovery_host_client.cc291 const net::IPAddressNumber& ip_address) {
296 this, id, success, ip_address));
322 const net::IPAddressNumber& ip_address) {
326 it->second.Run(success, ip_address);
288 OnLocalDomainResolverCallback( uint64 id, bool success, const net::IPAddressNumber& ip_address) argument
319 RunLocalDomainResolverCallback( uint64 id, bool success, const net::IPAddressNumber& ip_address) argument
/external/chromium/net/proxy/
H A Dproxy_resolver_js_bindings_unittest.cc120 std::string ip_address; local
125 EXPECT_FALSE(bindings->DnsResolve("", &ip_address));
129 EXPECT_TRUE(bindings->DnsResolve("google.com", &ip_address));
130 EXPECT_EQ("192.168.1.1", ip_address);
134 EXPECT_FALSE(bindings->DnsResolve("fail", &ip_address));
199 std::string ip_address; local
201 EXPECT_TRUE(bindings->MyIpAddress(&ip_address));
202 EXPECT_EQ("192.168.1.2", ip_address); // IPv4 restricted.
204 EXPECT_TRUE(bindings->DnsResolve("foo", &ip_address));
205 EXPECT_EQ("192.168.1.1", ip_address); // IPv
248 std::string ip_address; local
306 std::string ip_address; local
[all...]
H A Dproxy_resolver_v8_unittest.cc33 virtual bool MyIpAddress(std::string* ip_address) { argument
35 *ip_address = my_ip_address_result;
45 virtual bool DnsResolve(const std::string& host, std::string* ip_address) { argument
47 *ip_address = dns_resolve_result;
H A Dproxy_resolver_v8.cc300 // Handler for "isInNetEx(ip_address, ip_prefix)". |ip_address| is a string
307 bool IsInNetEx(const std::string& ip_address, const std::string& ip_prefix) { argument
309 if (!ParseIPLiteralToNumber(ip_address, &address))
605 std::string ip_address;
610 success = context->js_bindings_->DnsResolve(hostname, &ip_address);
613 return success ? ASCIIStringToV8String(ip_address) : v8::Null();
664 std::string ip_address = V8StringToUTF8(args[0]->ToString());
665 if (!IsStringASCII(ip_address))
670 return IsInNetEx(ip_address, ip_prefi
[all...]
/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-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::__anon7304::NotifierState
41 const char* ip_address; member in struct:chromeos::__anon7304::DefaultNetworkState
112 notifier_.ip_address_ = notifier_state.ip_address;
121 EXPECT_EQ(notifier_state.ip_address, notifier_.ip_address_);
138 default_network_.ip_address_ = default_network_state.ip_address;
H A Dnetwork_state.h57 const std::string& ip_address() const { return ip_address_; } function in class:chromeos::NetworkState
H A Dshill_property_handler_unittest.cc425 base::StringValue ip_address("192.168.1.1");
428 flimflam::kAddressProperty, ip_address, local
/external/chromium/chrome/browser/chromeos/status/
H A Dnetwork_menu.h42 std::string ip_address; member in struct:chromeos::NetworkMenuModel::NetworkInfo
H A Dnetwork_menu.cc781 std::string ip_address = cros->IPAddress(); local
782 if (!ip_address.empty()) {
/external/chromium_org/jingle/glue/
H A Dchrome_async_socket_unittest.cc467 talk_base::IPAddress ip_address; local
468 EXPECT_TRUE(talk_base::IPFromString("127.0.0.1", &ip_address));
469 const talk_base::SocketAddress no_hostname_addr(ip_address, addr_.port());
/external/chromium-libpac/src/
H A Dproxy_resolver_v8.cc319 // Handler for "isInNetEx(ip_address, ip_prefix)". |ip_address| is a string
326 bool IsInNetEx(const std::string& ip_address, const std::string& ip_prefix) { argument
329 if (RemoveChars(ip_address, " \t", &cleaned_ip_address))
331 if (!ParseIPLiteralToNumber(ip_address, &address))
616 std::string ip_address;
621 success = context->js_bindings_->DnsResolve(hostname, &ip_address);
624 return success ? ASCIIStringToV8String(ip_address) : v8::Null();
673 std::string ip_address = V8StringToUTF8(args[0]->ToString());
675 return IsInNetEx(ip_address, ip_prefi
[all...]
/external/chromium_org/chrome/browser/chromeos/status/
H A Dnetwork_menu.cc623 std::string ip_address = default_network->ip_address(); local
624 if (!ip_address.empty()) {
626 ASCIIToUTF16(ip_address), gfx::ImageSkia(), std::string(),
/external/chromium_org/content/browser/devtools/
H A Ddevtools_http_handler_impl.cc256 net::IPEndPoint ip_address; local
257 if (server_->GetLocalAddress(&ip_address))
260 return GURL(std::string("http://") + ip_address.ToString() +
263 std::string host = ip_address.ToString();
266 ip_address.ToString() +
/external/chromium_org/net/proxy/
H A Dproxy_resolver_v8.cc303 // Handler for "isInNetEx(ip_address, ip_prefix)". |ip_address| is a string
310 bool IsInNetEx(const std::string& ip_address, const std::string& ip_prefix) { argument
312 if (!ParseIPLiteralToNumber(ip_address, &address))
670 std::string ip_address = V8StringToUTF8(args[0]->ToString()); local
671 if (!IsStringASCII(ip_address)) {
680 args.GetReturnValue().Set(IsInNetEx(ip_address, ip_prefix));
/external/chromium/chrome/browser/chromeos/cros/
H A Dnetwork_library.h281 const std::string& ip_address() const { return ip_address_; } function in class:chromeos::Network
/external/chromium_org/chrome/browser/chromeos/cros/
H A Dnetwork_library.h330 const std::string& ip_address() const { return ip_address_; } function in class:chromeos::Network
/external/libmtp/src/
H A Dptp.h1047 uint32_t ip_address; member in struct:_PTPNIKONWifiProfile

Completed in 4053 milliseconds