Home
last modified time | relevance | path

Searched refs:mIsLocalDevice (Results 1 – 5 of 5) sorted by relevance

/openthread-latest/include/openthread/
Dborder_routing.h108 bool mIsLocalDevice : 1; ///< This router is the local device (this BR). member
/openthread-latest/src/cli/
Dcli_br.cpp670 if (aEntry.mIsLocalDevice) in OutputRouterInfo()
/openthread-latest/tests/unit/
Dtest_routing_manager.cpp1091 , mIsLocalDevice(aIsLocalDevice) in InfraRouter()
1101 bool mIsLocalDevice; member
1125 entry.mIsLocalDevice ? " (this BR)" : ""); in VerifyDiscoveredRouters()
1134 VerifyOrQuit(entry.mIsLocalDevice == aRouters[index].mIsLocalDevice); in VerifyDiscoveredRouters()
/openthread-latest/src/core/border_router/
Drouting_manager.cpp1215 router->mIsLocalDevice = (aRaOrigin == kThisBrOtherEntity); in ProcessRouterAdvertMessage()
2068 return IsReachable() && !mIsLocalDevice; in ShouldCheckReachability()
2143 aEntry.mIsLocalDevice = mIsLocalDevice; in CopyInfoTo()
Drouting_manager.hpp943 bool mIsLocalDevice : 1; member