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

12

/external/chromium_org/chrome/browser/extensions/api/gcd_private/
H A Dgcd_private_api.cc121 void EstablishSession(const std::string& ip_address,
224 GcdPrivateSessionHolder(const std::string& ip_address,
363 void GcdPrivateAPIImpl::EstablishSession(const std::string& ip_address, argument
369 ip_address, port, browser_context_->GetRequestContext()));
525 const std::string& ip_address,
531 if (net::ParseIPLiteralToNumber(ip_address, &address_number) &&
533 host_string = base::StringPrintf("[%s]", ip_address.c_str());
535 host_string = ip_address;
759 params->ip_address,
524 GcdPrivateSessionHolder( const std::string& ip_address, int port, net::URLRequestContextGetter* request_context) argument
/external/chromium_org/chrome/browser/safe_browsing/
H A Dsafe_browsing_database.cc754 bool SafeBrowsingDatabaseNew::ContainsMalwareIP(const std::string& ip_address) { argument
756 if (!net::ParseIPLiteralToNumber(ip_address, &ip_number))
776 << " ip:" << ip_address
/external/chromium_org/net/quic/crypto/
H A Dquic_crypto_server_config.cc1418 IPAddressNumber ip_address = ip.address(); local
1420 ip_address = ConvertIPv4NumberToIPv6Number(ip_address);
1423 source_address_token.set_ip(IPAddressToPackedString(ip_address));
1450 IPAddressNumber ip_address = ip.address(); local
1452 ip_address = ConvertIPv4NumberToIPv6Number(ip_address);
1454 if (source_address_token.ip() != IPAddressToPackedString(ip_address)) {
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/source/
H A Dvie_autotest_custom_call.cc266 std::string ip_address; local
293 ip_address = GetIPAddress();
340 PrintCallInformation(ip_address.c_str(), device_name, unique_id,
364 error = voice_channel_transport->SetSendDestination(ip_address.c_str(),
500 error = video_channel_transport->SetSendDestination(ip_address.c_str(),
623 PrintCallInformation(ip_address.c_str(), device_name,
641 PrintCallInformation(ip_address.c_str(), device_name,
659 PrintCallInformation(ip_address.c_str(), device_name,
778 PrintCallInformation(ip_address.c_str(), device_name,
/external/libmtp/src/
H A Dptp.h1047 uint32_t ip_address; member in struct:_PTPNIKONWifiProfile

Completed in 265 milliseconds

12