Searched refs:PrefixType (Results 1 – 4 of 4) sorted by relevance
85 using PrefixType = uint8_t; typedef in ot::Cli::Br86 enum : PrefixType100 otError ParsePrefixTypeArgs(Arg aArgs[], PrefixType &aFlags);
146 otError Br::ParsePrefixTypeArgs(Arg aArgs[], PrefixType &aFlags) in ParsePrefixTypeArgs()193 PrefixType outputPrefixTypes; in Process()259 PrefixType outputPrefixTypes; in Process()338 PrefixType outputPrefixTypes; in Process()
1016 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);
1450 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()