Searched refs:PrefixType (Results 1 – 4 of 4) sorted by relevance
82 using PrefixType = uint8_t; typedef in ot::Cli::Br83 enum : PrefixType97 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()
975 template <class PrefixType> const Entry<PrefixType> *GetEntry(void) const in GetEntry()977 return static_cast<const Entry<PrefixType> *>(mPtr2); in GetEntry()1010 template <class PrefixType> Entry<PrefixType> &GetEntry(void);
1428 template <class PrefixType>1429 RoutingManager::RxRaTracker::Entry<PrefixType> *RoutingManager::RxRaTracker::AllocateEntry(void) in AllocateEntry()1431 static_assert(TypeTraits::IsSame<PrefixType, OnLinkPrefix>::kValue || in AllocateEntry()1432 TypeTraits::IsSame<PrefixType, RoutePrefix>::kValue, in AllocateEntry()1435 Entry<PrefixType> *entry = nullptr; in AllocateEntry()1439 entry = &sharedEntry->GetEntry<PrefixType>(); in AllocateEntry()1453 template <class PrefixType> void RoutingManager::RxRaTracker::Entry<PrefixType>::Free(void) in Free()1455 static_assert(TypeTraits::IsSame<PrefixType, OnLinkPrefix>::kValue || in Free()1456 TypeTraits::IsSame<PrefixType, RoutePrefix>::kValue, in Free()