Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netmanager_ext/services/ethernetmanager/src/
H A Ddev_interface_state.cpp245 CreateLocalRoute(devName_, ifCfg_->ipStatic_.ipAddrList_, ifCfg_->ipStatic_.netMaskList_); in UpdateLinkInfo()
339 CreateLocalRoute(devName_, config->ipAddrList_, config->netMaskList_); in UpdateLinkInfo()
355 void DevInterfaceState::CreateLocalRoute(const std::string &iface, const std::vector<INetAddr> &ipA… in CreateLocalRoute() function in OHOS::NetManagerStandard::DevInterfaceState
/ohos5.0/foundation/communication/netmanager_ext/services/ethernetmanager/include/
H A Ddev_interface_state.h73 void CreateLocalRoute(const std::string &iface, const std::vector<INetAddr> &ipAddrList,
/ohos5.0/foundation/communication/netmanager_ext/test/ethernetmanager/unittest/ethernet_manager_test/
H A Ddev_interface_state_test.cpp152 devInterfaceState.CreateLocalRoute("", ipAddrList, netMaskList);