Home
last modified time | relevance | path

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

/openthread-latest/src/cli/
Dcli_br.hpp82 using PrefixType = uint8_t; typedef in ot::Cli::Br
83 enum : PrefixType
97 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.hpp975 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);
Drouting_manager.cpp1428 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()