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