Home
last modified time | relevance | path

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

/openthread-latest/src/cli/
Dcli_br.hpp85 using PrefixType = uint8_t; typedef in ot::Cli::Br
86 enum : PrefixType
100 otError ParsePrefixTypeArgs(Arg aArgs[], PrefixType &aFlags);
Dcli_br.cpp146 otError Br::ParsePrefixTypeArgs(Arg aArgs[], PrefixType &aFlags) in ParsePrefixTypeArgs()
193 PrefixType outputPrefixTypes; in Process()
259 PrefixType outputPrefixTypes; in Process()
338 PrefixType outputPrefixTypes; in Process()
/openthread-latest/src/core/border_router/
Drouting_manager.hpp1016 template <class PrefixType> const Entry<PrefixType> *GetEntry(void) const in GetEntry()
1018 return static_cast<const Entry<PrefixType> *>(mPtr2); in GetEntry()
1051 template <class PrefixType> Entry<PrefixType> &GetEntry(void);
Drouting_manager.cpp1450 template <class PrefixType>
1451 RoutingManager::RxRaTracker::Entry<PrefixType> *RoutingManager::RxRaTracker::AllocateEntry(void) in AllocateEntry()
1453 static_assert(TypeTraits::IsSame<PrefixType, OnLinkPrefix>::kValue || in AllocateEntry()
1454 TypeTraits::IsSame<PrefixType, RoutePrefix>::kValue, in AllocateEntry()
1457 Entry<PrefixType> *entry = nullptr; in AllocateEntry()
1461 entry = &sharedEntry->GetEntry<PrefixType>(); in AllocateEntry()
1475 template <class PrefixType> void RoutingManager::RxRaTracker::Entry<PrefixType>::Free(void) in Free()
1477 static_assert(TypeTraits::IsSame<PrefixType, OnLinkPrefix>::kValue || in Free()
1478 TypeTraits::IsSame<PrefixType, RoutePrefix>::kValue, in Free()