Home
last modified time | relevance | path

Searched refs:hostRoute (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_common/
H A Dwifi_net_agent.cpp382 …sptr<NetManagerStandard::Route> hostRoute = (std::make_unique<NetManagerStandard::Route>()).releas… local
383 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…