Searched refs:aMacAddresss (Results 1 – 1 of 1) sorted by relevance
75 void HistoryTracker::RecordMessage(const Message &aMessage, const Mac::Address &aMacAddresss, Messa… in RecordMessage() argument135 … entry->mNeighborRloc16 = aMacAddresss.IsShort() ? aMacAddresss.GetShort() : kInvalidRloc16; in RecordMessage()148 if (aMacAddresss.IsExtended()) in RecordMessage()150 …Neighbor *neighbor = Get<NeighborTable>().FindNeighbor(aMacAddresss, Neighbor::kInStateAnyExceptIn… in RecordMessage()