Home
last modified time | relevance | path

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

/openthread-latest/src/core/api/
Dborder_routing_api.cpp157 …cessOrExit(error = AsCoreType(aInstance).Get<BorderRouter::RoutingManager>().GetFavoredNat64Prefix( in otBorderRoutingGetFavoredNat64Prefix()
/openthread-latest/src/core/border_router/
Drouting_manager.hpp388 Error GetFavoredNat64Prefix(Ip6::Prefix &aPrefix, RoutePreference &aRoutePreference);
Drouting_manager.cpp237 Error RoutingManager::GetFavoredNat64Prefix(Ip6::Prefix &aPrefix, RoutePreference &aRoutePreference) in GetFavoredNat64Prefix() function in ot::BorderRouter::RoutingManager