Searched refs:mIsLocalDevice (Results 1 – 5 of 5) sorted by relevance
108 bool mIsLocalDevice : 1; ///< This router is the local device (this BR). member
670 if (aEntry.mIsLocalDevice) in OutputRouterInfo()
1091 , mIsLocalDevice(aIsLocalDevice) in InfraRouter()1101 bool mIsLocalDevice; member1125 entry.mIsLocalDevice ? " (this BR)" : ""); in VerifyDiscoveredRouters()1134 VerifyOrQuit(entry.mIsLocalDevice == aRouters[index].mIsLocalDevice); in VerifyDiscoveredRouters()
1215 router->mIsLocalDevice = (aRaOrigin == kThisBrOtherEntity); in ProcessRouterAdvertMessage()2068 return IsReachable() && !mIsLocalDevice; in ShouldCheckReachability()2143 aEntry.mIsLocalDevice = mIsLocalDevice; in CopyInfoTo()
943 bool mIsLocalDevice : 1; member