Home
last modified time | relevance | path

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

/openthread-3.6.0/src/cli/
Dcli_history.cpp1197 …OutputLine(" %s:0x%04x radio:%s", aIsRx ? "from" : "to", aInfo.mNeighborRloc16, RadioTypeToString(… in OutputRxTxEntryListFormat()
1227 if (aInfo.mNeighborRloc16 == kShortAddrBroadcast) in OutputRxTxEntryTableFormat()
1231 else if (aInfo.mNeighborRloc16 == kShortAddrInvalid) in OutputRxTxEntryTableFormat()
1237 OutputFormat("| 0x%04x ", aInfo.mNeighborRloc16); in OutputRxTxEntryTableFormat()
/openthread-3.6.0/include/openthread/
Dhistory_tracker.h149 …uint16_t mNeighborRloc16; ///< RLOC16 of neighbor which sent/received the msg (`0xfffe` if … member
/openthread-3.6.0/src/core/utils/
Dhistory_tracker.cpp128 entry->mNeighborRloc16 = aMacAddress.IsShort() ? aMacAddress.GetShort() : kInvalidRloc16; in RecordMessage()
147 entry->mNeighborRloc16 = neighbor->GetRloc16(); in RecordMessage()