HomeSort by relevance Sort by last modified time
    Searched refs:remote_ip_address (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/media/cast/test/
sender.cc 894 std::string remote_ip_address = cmd->GetSwitchValueASCII(kSwitchAddress); local
895 if (remote_ip_address.empty())
896 remote_ip_address = "127.0.0.1";
902 LOG(INFO) << "Sending to " << remote_ip_address << ":" << remote_port
913 CreateUDPAddress(remote_ip_address, remote_port);
    [all...]
receiver.cc 568 std::string remote_ip_address = media::cast::GetIpAddress("Enter remote IP."); local
572 if (!net::ParseIPLiteralToNumber(remote_ip_address, &remote_ip_number)) {

Completed in 47 milliseconds