Home | History | Annotate | Download | only in test

Lines Matching refs:remote_ip_address

894   std::string remote_ip_address = cmd->GetSwitchValueASCII(kSwitchAddress);
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);