Searched refs:aMatchRouterId (Results 1 – 2 of 2) sorted by relevance
166 void AddressResolver::Remove(uint16_t aRloc16, bool aMatchRouterId) in Remove() argument177 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()
344 void Remove(uint16_t aRloc16, bool aMatchRouterId);