Searched refs:mRouter (Results 1 – 4 of 4) sorted by relevance
211 entry->mExtAddress = aInfo.mInfo.mRouter.mExtAddress; in RecordNeighborEvent()212 entry->mRloc16 = aInfo.mInfo.mRouter.mRloc16; in RecordNeighborEvent()213 entry->mAverageRssi = aInfo.mInfo.mRouter.mAverageRssi; in RecordNeighborEvent()214 entry->mRxOnWhenIdle = aInfo.mInfo.mRouter.mRxOnWhenIdle; in RecordNeighborEvent()215 entry->mFullThreadDevice = aInfo.mInfo.mRouter.mFullThreadDevice; in RecordNeighborEvent()216 entry->mFullNetworkData = aInfo.mInfo.mRouter.mFullNetworkData; in RecordNeighborEvent()
799 otNeighborInfo mRouter; ///< The router neighbor info. member
281 static_cast<Neighbor::Info &>(info.mInfo.mRouter).SetFrom(aNeighbor); in Signal()
168 SuccessOrExit(error = EncodeNeighborInfo(aEntry.mInfo.mRouter)); in HandleNeighborTableChanged()