Searched refs:aMatchRouterId (Results 1 – 2 of 2) sorted by relevance
179 void AddressResolver::Remove(Mac::ShortAddress aRloc16, bool aMatchRouterId) in Remove() argument190 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()
348 void Remove(Mac::ShortAddress aRloc16, bool aMatchRouterId);