Home
last modified time | relevance | path

Searched refs:LOCAL_ROUTE_NEXT_HOP (Results 1 - 1 of 1) sorted by relevance

/foundation/communication/netmanager_base/services/netconnmanager/src/
H A Dnetwork.cpp52 constexpr const char *LOCAL_ROUTE_NEXT_HOP = "0.0.0.0"; member
161 if (route.destination_.address_ != LOCAL_ROUTE_NEXT_HOP && in ReleaseBasicNetwork()
164 std::string nextHop = (family == AF_INET6) ? "" : LOCAL_ROUTE_NEXT_HOP; in ReleaseBasicNetwork()
245 if (iter->destination_.address_ == LOCAL_ROUTE_NEXT_HOP || in GetNetLinkInfo()
365 if (netSupplierType_ != BEARER_VPN && route.destination_.address_ != LOCAL_ROUTE_NEXT_HOP && in UpdateRoutes()
368 std::string nextHop = (family == AF_INET6) ? "" : LOCAL_ROUTE_NEXT_HOP; in UpdateRoutes()
388 if (netSupplierType_ != BEARER_VPN && route.destination_.address_ != LOCAL_ROUTE_NEXT_HOP && in UpdateRoutes()
391 std::string nextHop = (family == AF_INET6) ? "" : LOCAL_ROUTE_NEXT_HOP; in UpdateRoutes()

Completed in 3 milliseconds