Searched refs:strLocalRoute (Results 1 – 1 of 1) sorted by relevance
141 std::string strLocalRoute = IpTools::ConvertIpv4Address(ipInt & maskInt); in AddRoute() local142 std::string destAddress = strLocalRoute + "/" + std::to_string(prefixLength); in AddRoute()399 …std::string strLocalRoute = IpTools::ConvertIpv4Address(wifiIpInfo.ipAddress & wifiIpInfo.netmask); local402 localRoute->destination_.address_ = strLocalRoute;407 prefixLength, IpAnonymize(strLocalRoute).c_str());