Home
last modified time | relevance | path

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

/openthread-latest/src/core/api/
Dborder_routing_api.cpp149 …return AsCoreType(aInstance).Get<BorderRouter::RoutingManager>().GetNat64Prefix(AsCoreType(aPrefix… in otBorderRoutingGetNat64Prefix()
/openthread-latest/src/core/net/
Ddns_client.hpp401 Error GetNat64Prefix(Ip6::Prefix &aPrefix) const;
/openthread-latest/src/core/border_router/
Drouting_manager.hpp399 Error GetNat64Prefix(Ip6::Prefix &aPrefix);
Drouting_manager.cpp244 Error RoutingManager::GetNat64Prefix(Ip6::Prefix &aPrefix) in GetNat64Prefix() function in ot::BorderRouter::RoutingManager
/openthread-latest/tests/unit/
Dtest_routing_manager.cpp4007 SuccessOrQuit(sInstance->Get<BorderRouter::RoutingManager>().GetNat64Prefix(localNat64)); in TestNat64PrefixSelection()