Home
last modified time | relevance | path

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

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