Home
last modified time | relevance | path

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

/external/openthread/src/cli/
Dcli_history.cpp510 …OutputLine(" %s:0x%04x radio:%s", aIsRx ? "from" : "to", aInfo.mNeighborRloc16, RadioTypeToString(… in OutputRxTxEntryListFormat()
540 if (aInfo.mNeighborRloc16 == kShortAddrBroadcast) in OutputRxTxEntryTableFormat()
544 else if (aInfo.mNeighborRloc16 == kShortAddrInvalid) in OutputRxTxEntryTableFormat()
550 OutputFormat("| 0x%04x ", aInfo.mNeighborRloc16); in OutputRxTxEntryTableFormat()
/external/openthread/include/openthread/
Dhistory_tracker.h149 …uint16_t mNeighborRloc16; ///< RLOC16 of neighbor which sent/received the msg (`0xfffe` if … member
/external/openthread/src/core/utils/
Dhistory_tracker.cpp123 … entry->mNeighborRloc16 = aMacAddresss.IsShort() ? aMacAddresss.GetShort() : kInvalidRloc16; in RecordMessage()
142 entry->mNeighborRloc16 = neighbor->GetRloc16(); in RecordMessage()