Home
last modified time | relevance | path

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

/openthread-3.5.0/include/openthread/
Dthread.h843 uint16_t otThreadGetRloc16(otInstance *aInstance);
/openthread-3.5.0/src/core/api/
Dthread_api.cpp340 uint16_t otThreadGetRloc16(otInstance *aInstance) { return AsCoreType(aInstance).Get<Mle::MleRouter… in otThreadGetRloc16() function
/openthread-3.5.0/src/posix/platform/
Dnetif.cpp853 if (config.mRloc16 == otThreadGetRloc16(aInstance) || HasAddedExternalRoute(config.mPrefix)) in UpdateExternalRoutes()
/openthread-3.5.0/src/ncp/
Dncp_base_mtd.cpp3271 return mEncoder.WriteUint16(otThreadGetRloc16(mInstance)); in HandlePropertyGet()
/openthread-3.5.0/src/cli/
Dcli.cpp6630 OutputLine("%04x", otThreadGetRloc16(GetInstancePtr())); in Process()