Home
last modified time | relevance | path

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

/openthread-3.5.0/src/core/thread/
Daddress_resolver.cpp179 void AddressResolver::Remove(Mac::ShortAddress aRloc16, bool aMatchRouterId) in Remove() argument
190 if ((aMatchRouterId && Mle::RouterIdMatch(entry->GetRloc16(), aRloc16)) || in Remove()
191 (!aMatchRouterId && (entry->GetRloc16() == aRloc16))) in Remove()
193 …RemoveCacheEntry(*entry, *list, prev, aMatchRouterId ? kReasonRemovingRouterId : kReasonRemovingRl… in Remove()
Daddress_resolver.hpp348 void Remove(Mac::ShortAddress aRloc16, bool aMatchRouterId);