Home
last modified time | relevance | path

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

/openthread-latest/src/core/api/
Dborder_routing_api.cpp102 … otBorderRoutingGetPdOmrPrefix(otInstance *aInstance, otBorderRoutingPrefixTableEntry *aPrefixInfo) in otBorderRoutingGetPdOmrPrefix() argument
104 AssertPointerIsNotNull(aPrefixInfo); in otBorderRoutingGetPdOmrPrefix()
106 return AsCoreType(aInstance).Get<BorderRouter::RoutingManager>().GetPdOmrPrefix(*aPrefixInfo); in otBorderRoutingGetPdOmrPrefix()
/openthread-latest/include/openthread/platform/
Dborder_routing.h83 … const otBorderRoutingPrefixTableEntry *aPrefixInfo);
/openthread-latest/include/openthread/
Dborder_routing.h339 …otBorderRoutingGetPdOmrPrefix(otInstance *aInstance, otBorderRoutingPrefixTableEntry *aPrefixInfo);
/openthread-latest/src/core/border_router/
Drouting_manager.hpp88 … const otBorderRoutingPrefixTableEntry *aPrefixInfo);
104 … const otBorderRoutingPrefixTableEntry *aPrefixInfo);
549 Error GetPdOmrPrefix(PrefixTableEntry &aPrefixInfo) const;
Drouting_manager.cpp157 Error RoutingManager::GetPdOmrPrefix(PrefixTableEntry &aPrefixInfo) const in GetPdOmrPrefix()
162 error = mPdPrefixManager.GetPrefixInfo(aPrefixInfo); in GetPdOmrPrefix()
4237 … const otBorderRoutingPrefixTableEntry *aPrefixInfo) in otPlatBorderRoutingProcessDhcp6PdPrefix() argument
4239 AssertPointerIsNotNull(aPrefixInfo); in otPlatBorderRoutingProcessDhcp6PdPrefix()
4241 …reType(aInstance).Get<BorderRouter::RoutingManager>().mPdPrefixManager.ProcessPrefix(*aPrefixInfo); in otPlatBorderRoutingProcessDhcp6PdPrefix()