Home
last modified time | relevance | path

Searched refs:mNextHopIsThisDevice (Results 1 – 4 of 4) sorted by relevance

/openthread-3.6.0/include/openthread/
Dnetdata.h97 …bool mNextHopIsThisDevice : 1; ///< Whether the next hop is this device (value ignored on c… member
/openthread-3.6.0/src/core/thread/
Dnetwork_data_types.cpp210mNextHopIsThisDevice = (aHasRouteEntry.GetRloc() == aInstance.Get<Mle::MleRouter>().GetRloc16()); in SetFrom()
/openthread-3.6.0/tests/unit/
Dtest_network_data.cpp54 …onfig.mRloc16, aConfig.mPreference, aConfig.mNat64, aConfig.mStable, aConfig.mNextHopIsThisDevice); in PrintExternalRouteConfig()
/openthread-3.6.0/src/ncp/
Dncp_base_mtd.cpp2145 SuccessOrExit(error = mEncoder.WriteBool(routeConfig.mNextHopIsThisDevice)); in HandlePropertyGet()
2164 SuccessOrExit(error = mEncoder.WriteBool(routeConfig.mNextHopIsThisDevice)); in HandlePropertyGet()