Searched refs:mRouter (Results 1 – 8 of 8) sorted by relevance
203 entry->mExtAddress = aInfo.mInfo.mRouter.mExtAddress; in RecordNeighborEvent()204 entry->mRloc16 = aInfo.mInfo.mRouter.mRloc16; in RecordNeighborEvent()205 entry->mAverageRssi = aInfo.mInfo.mRouter.mAverageRssi; in RecordNeighborEvent()206 entry->mRxOnWhenIdle = aInfo.mInfo.mRouter.mRxOnWhenIdle; in RecordNeighborEvent()207 entry->mFullThreadDevice = aInfo.mInfo.mRouter.mFullThreadDevice; in RecordNeighborEvent()208 entry->mFullNetworkData = aInfo.mInfo.mRouter.mFullNetworkData; in RecordNeighborEvent()
121 …otBorderRoutingRouterEntry mRouter; ///< Information about the router advertising thi… member
762 otNeighborInfo mRouter; ///< The router neighbor info. member
287 static_cast<Neighbor::Info &>(info.mInfo.mRouter).SetFrom(aNeighbor); in Signal()
522 OutputRouterInfo(entry.mRouter, kShortVersion); in Process()
1032 … AsCoreType(&entry.mRouter.mAddress).ToString().AsCString(), entry.mMsecSinceLastUpdate / 1000); in VerifyPrefixTable()1041 (AsCoreType(&entry.mRouter.mAddress) == onLinkPrefix.mRouterAddress)) in VerifyPrefixTable()1054 …PreferenceToString(entry.mRoutePreference), AsCoreType(&entry.mRouter.mAddress).ToString().AsCStri… in VerifyPrefixTable()1064 (AsCoreType(&entry.mRouter.mAddress) == routePrefix.mRouterAddress)) in VerifyPrefixTable()
168 SuccessOrExit(error = EncodeNeighborInfo(aEntry.mInfo.mRouter)); in HandleNeighborTableChanged()
1908 …iterator.GetRouter()->CopyInfoTo(aEntry.mRouter, iterator.GetInitTime(), iterator.GetInitUptime()); in GetNextEntry()