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.cpp106 … otBorderRoutingGetPdOmrPrefix(otInstance *aInstance, otBorderRoutingPrefixTableEntry *aPrefixInfo) in otBorderRoutingGetPdOmrPrefix() argument
108 AssertPointerIsNotNull(aPrefixInfo); in otBorderRoutingGetPdOmrPrefix()
110 return AsCoreType(aInstance).Get<BorderRouter::RoutingManager>().GetPdOmrPrefix(*aPrefixInfo); in otBorderRoutingGetPdOmrPrefix()
/openthread-latest/include/openthread/platform/
Dborder_routing.h85 … const otBorderRoutingPrefixTableEntry *aPrefixInfo);
/openthread-latest/include/openthread/
Dborder_routing.h358 …otBorderRoutingGetPdOmrPrefix(otInstance *aInstance, otBorderRoutingPrefixTableEntry *aPrefixInfo);
/openthread-latest/src/core/border_router/
Drouting_manager.hpp89 … const otBorderRoutingPrefixTableEntry *aPrefixInfo);
106 … const otBorderRoutingPrefixTableEntry *aPrefixInfo);
589 Error GetPdOmrPrefix(PrefixTableEntry &aPrefixInfo) const;
Drouting_manager.cpp175 Error RoutingManager::GetPdOmrPrefix(PrefixTableEntry &aPrefixInfo) const in GetPdOmrPrefix()
180 error = mPdPrefixManager.GetPrefixInfo(aPrefixInfo); in GetPdOmrPrefix()
4185 … const otBorderRoutingPrefixTableEntry *aPrefixInfo) in otPlatBorderRoutingProcessDhcp6PdPrefix() argument
4187 AssertPointerIsNotNull(aPrefixInfo); in otPlatBorderRoutingProcessDhcp6PdPrefix()
4189 …reType(aInstance).Get<BorderRouter::RoutingManager>().mPdPrefixManager.ProcessPrefix(*aPrefixInfo); in otPlatBorderRoutingProcessDhcp6PdPrefix()