Home
last modified time | relevance | path

Searched refs:mRouter (Results 1 – 8 of 8) sorted by relevance

/openthread-latest/src/core/utils/
Dhistory_tracker.cpp203 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()
/openthread-latest/include/openthread/
Dborder_routing.h121 …otBorderRoutingRouterEntry mRouter; ///< Information about the router advertising thi… member
Dthread_ftd.h762 otNeighborInfo mRouter; ///< The router neighbor info. member
/openthread-latest/src/core/thread/
Dneighbor_table.cpp287 static_cast<Neighbor::Info &>(info.mInfo.mRouter).SetFrom(aNeighbor); in Signal()
/openthread-latest/src/cli/
Dcli_br.cpp522 OutputRouterInfo(entry.mRouter, kShortVersion); in Process()
/openthread-latest/tests/unit/
Dtest_routing_manager.cpp1032 … 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()
/openthread-latest/src/ncp/
Dncp_base_ftd.cpp168 SuccessOrExit(error = EncodeNeighborInfo(aEntry.mInfo.mRouter)); in HandleNeighborTableChanged()
/openthread-latest/src/core/border_router/
Drouting_manager.cpp1908 …iterator.GetRouter()->CopyInfoTo(aEntry.mRouter, iterator.GetInitTime(), iterator.GetInitUptime()); in GetNextEntry()