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