Searched defs:lists (Results 1 – 1 of 1) sorted by relevance
/openthread-3.4.0/src/core/thread/ |
D | address_resolver.cpp | 71 CacheEntryList *lists[] = {&mCachedList, &mSnoopedList, &mQueryList, &mQueryRetryList}; in Clear() local 180 CacheEntryList *lists[] = {&mCachedList, &mSnoopedList}; in Remove() local 211 CacheEntryList *lists[] = {&mCachedList, &mSnoopedList, &mQueryList, &mQueryRetryList}; in FindCacheEntry() local 244 CacheEntryList *lists[] = {&mCachedList, &mSnoopedList}; in ReplaceEntriesForRloc16() local 262 CacheEntryList *lists[] = {&mSnoopedList, &mQueryRetryList, &mQueryList, &mCachedList}; in NewCacheEntry() local
|