HomeSort by relevance Sort by last modified time
    Searched defs:ip_address (Results 1 - 7 of 7) sorted by null

  /external/chromium/net/base/
ip_endpoint_unittest.cc 25 IPAddressNumber ip_address; member in struct:net::__anon3561::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, 100)
    [all...]
address_list_unittest.cc 179 std::string ip_address; member in struct:net::__anon3526::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::__anon3526::TestData
234 LOG(WARNING) << "Unable to resolve ip literal '" << tests[i].ip_address
  /external/chromium/net/proxy/
proxy_resolver_js_bindings_unittest.cc 120 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); // IPv4 restricted
248 std::string ip_address; local
306 std::string ip_address; local
    [all...]
  /external/chromium/chrome/browser/chromeos/status/
network_menu.h 42 std::string ip_address; member in struct:chromeos::NetworkMenuModel::NetworkInfo
network_menu.cc 781 std::string ip_address = cros->IPAddress(); local
782 if (!ip_address.empty()) {
    [all...]
  /external/chromium/chrome/browser/chromeos/cros/
network_library.h 281 const std::string& ip_address() const { return ip_address_; } function in class:chromeos::Network
    [all...]
  /hardware/ril/include/telephony/
ril_cdma_sms.h 787 RIL_CDMA_SMS_IpAddress ip_address; member in struct:__anon16473

Completed in 86 milliseconds