Home
last modified time | relevance | path

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

/openthread-latest/src/core/thread/
Daddress_resolver.cpp166 void AddressResolver::Remove(uint16_t aRloc16, bool aMatchRouterId) in Remove() argument
177 if ((aMatchRouterId && Mle::RouterIdMatch(entry->GetRloc16(), aRloc16)) || in Remove()
178 (!aMatchRouterId && (entry->GetRloc16() == aRloc16))) in Remove()
180 …RemoveCacheEntry(*entry, *list, prev, aMatchRouterId ? kReasonRemovingRouterId : kReasonRemovingRl… in Remove()
Daddress_resolver.hpp344 void Remove(uint16_t aRloc16, bool aMatchRouterId);