Searched refs:mNextHopIsThisDevice (Results 1 – 4 of 4) sorted by relevance
94 …bool mNextHopIsThisDevice : 1; ///< Whether the next hop is this device (value ignored on c… member
209 … mNextHopIsThisDevice = (aHasRouteEntry.GetRloc() == aInstance.Get<Mle::MleRouter>().GetRloc16()); in SetFrom()
54 …onfig.mRloc16, aConfig.mPreference, aConfig.mNat64, aConfig.mStable, aConfig.mNextHopIsThisDevice); in PrintExternalRouteConfig()
2243 SuccessOrExit(error = mEncoder.WriteBool(routeConfig.mNextHopIsThisDevice)); in HandlePropertyGet()2262 SuccessOrExit(error = mEncoder.WriteBool(routeConfig.mNextHopIsThisDevice)); in HandlePropertyGet()