Home
last modified time | relevance | path

Searched refs:aPrefixInfo (Results 1 – 4 of 4) sorted by relevance

/openthread-3.6.0/src/core/api/
Dborder_routing_api.cpp101 … otBorderRoutingGetPdOmrPrefix(otInstance *aInstance, otBorderRoutingPrefixTableEntry *aPrefixInfo) in otBorderRoutingGetPdOmrPrefix() argument
103 AssertPointerIsNotNull(aPrefixInfo); in otBorderRoutingGetPdOmrPrefix()
105 return AsCoreType(aInstance).Get<BorderRouter::RoutingManager>().GetPdOmrPrefix(*aPrefixInfo); in otBorderRoutingGetPdOmrPrefix()
/openthread-3.6.0/include/openthread/
Dborder_routing.h319 …otBorderRoutingGetPdOmrPrefix(otInstance *aInstance, otBorderRoutingPrefixTableEntry *aPrefixInfo);
/openthread-3.6.0/src/core/border_router/
Drouting_manager.hpp295 Error GetPdOmrPrefix(PrefixTableEntry &aPrefixInfo) const;
Drouting_manager.cpp167 Error RoutingManager::GetPdOmrPrefix(PrefixTableEntry &aPrefixInfo) const in GetPdOmrPrefix()
172 error = mPdPrefixManager.GetPrefixInfo(aPrefixInfo); in GetPdOmrPrefix()