Home
last modified time | relevance | path

Searched defs:destAddress (Results 1 - 4 of 4) sorted by relevance

/foundation/communication/netmanager_ext/services/ethernetmanager/src/
H A Dethernet_lan_management.cpp97 std::string destAddress = route.destination_.address_ + "/" + std::to_string(route.destination_.prefixlen_); in ReleaseLanNetLink() local
162 std::string destAddress = route.destination_.address_ + "/" + std::to_string(route.destination_.prefixlen_); in SetRoute() local
181 std::string destAddress = route.destination_.address_ + "/" + std::to_string(route.destination_.prefixlen_); in DelRoute() local
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_common/
H A Dwifi_net_agent.cpp142 std::string destAddress = strLocalRoute + "/" + std::to_string(prefixLength); in AddRoute() local
/foundation/communication/netmanager_ext/services/vpnmanager/src/
H A Dnet_vpn_impl.cpp330 std::string destAddress = route.destination_.address_ + "/" + std::to_string(route.destination_.prefixlen_); in DelNetLinkInfo() local
/foundation/communication/netmanager_base/services/netconnmanager/src/
H A Dnetwork.cpp165 auto destAddress = route.destination_.address_ + "/" + std::to_string(route.destination_.prefixlen_); in ReleaseBasicNetwork() local
178 auto destAddress = route.destination_.address_ + "/" + std::to_string(route.destination_.prefixlen_); in ReleaseBasicNetwork() local
361 std::string destAddress = route.destination_.address_ + "/" + std::to_string(route.destination_.prefixlen_); in UpdateRoutes() local
384 std::string destAddress = route.destination_.address_ + "/" + std::to_string(route.destination_.prefixlen_); in UpdateRoutes() local
[all...]

Completed in 4 milliseconds