Home
last modified time | relevance | path

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

/openthread-2.7.6/src/core/utils/
Dhistory_tracker.cpp75 void HistoryTracker::RecordMessage(const Message &aMessage, const Mac::Address &aMacAddresss, Messa… in RecordMessage() argument
135 … 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()