Searched refs:hostRoute (Results 1 – 1 of 1) sorted by relevance
382 …sptr<NetManagerStandard::Route> hostRoute = (std::make_unique<NetManagerStandard::Route>()).releas… local383 hostRoute->iface_ = netLinkInfo->ifaceName_;384 hostRoute->destination_.type_ = NetManagerStandard::INetAddr::IPV4;385 hostRoute->destination_.address_ = IpTools::ConvertIpv4Address(wifiIpInfo.gateway);386 hostRoute->destination_.family_ = NetManagerStandard::INetAddr::IPV4;387 hostRoute->destination_.prefixlen_ = MAX_PREFIX_LEN;388 netLinkInfo->routeList_.push_back(*hostRoute);389 …LOGI("SetNetLinkHostRouteInfo gateway:%{public}s", IpAnonymize(hostRoute->gateway_.address_).c_str…