Home
last modified time | relevance | path

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

/openthread-latest/src/core/border_router/
Drouting_manager.cpp1436 SharedEntry *sharedEntry = mEntryPool.Allocate(); in AllocateEntry() local
1438 VerifyOrExit(sharedEntry != nullptr); in AllocateEntry()
1439 entry = &sharedEntry->GetEntry<PrefixType>(); in AllocateEntry()