Searched refs:mNeighborRloc16 (Results 1 – 3 of 3) sorted by relevance
1197 …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()
149 …uint16_t mNeighborRloc16; ///< RLOC16 of neighbor which sent/received the msg (`0xfffe` if … member
128 entry->mNeighborRloc16 = aMacAddress.IsShort() ? aMacAddress.GetShort() : kInvalidRloc16; in RecordMessage()147 entry->mNeighborRloc16 = neighbor->GetRloc16(); in RecordMessage()