Lines Matching refs:otInstance
48 uint32_t otThreadGetChildTimeout(otInstance *aInstance) in otThreadGetChildTimeout()
53 void otThreadSetChildTimeout(otInstance *aInstance, uint32_t aTimeout) in otThreadSetChildTimeout()
58 const otExtendedPanId *otThreadGetExtendedPanId(otInstance *aInstance) in otThreadGetExtendedPanId()
63 otError otThreadSetExtendedPanId(otInstance *aInstance, const otExtendedPanId *aExtendedPanId) in otThreadSetExtendedPanId()
80 otError otThreadGetLeaderRloc(otInstance *aInstance, otIp6Address *aLeaderRloc) in otThreadGetLeaderRloc()
85 otLinkModeConfig otThreadGetLinkMode(otInstance *aInstance) in otThreadGetLinkMode()
94 otError otThreadSetLinkMode(otInstance *aInstance, otLinkModeConfig aConfig) in otThreadSetLinkMode()
99 void otThreadGetNetworkKey(otInstance *aInstance, otNetworkKey *aNetworkKey) in otThreadGetNetworkKey()
105 otNetworkKeyRef otThreadGetNetworkKeyRef(otInstance *aInstance) in otThreadGetNetworkKeyRef()
111 otError otThreadSetNetworkKey(otInstance *aInstance, const otNetworkKey *aKey) in otThreadSetNetworkKey()
128 otError otThreadSetNetworkKeyRef(otInstance *aInstance, otNetworkKeyRef aKeyRef) in otThreadSetNetworkKeyRef()
146 const otIp6Address *otThreadGetRloc(otInstance *aInstance) in otThreadGetRloc()
151 const otIp6Address *otThreadGetMeshLocalEid(otInstance *aInstance) in otThreadGetMeshLocalEid()
156 const otMeshLocalPrefix *otThreadGetMeshLocalPrefix(otInstance *aInstance) in otThreadGetMeshLocalPrefix()
161 otError otThreadSetMeshLocalPrefix(otInstance *aInstance, const otMeshLocalPrefix *aMeshLocalPrefix) in otThreadSetMeshLocalPrefix()
175 const otIp6Address *otThreadGetLinkLocalIp6Address(otInstance *aInstance) in otThreadGetLinkLocalIp6Address()
180 const otIp6Address *otThreadGetLinkLocalAllThreadNodesMulticastAddress(otInstance *aInstance) in otThreadGetLinkLocalAllThreadNodesMulticastAddress()
185 const otIp6Address *otThreadGetRealmLocalAllThreadNodesMulticastAddress(otInstance *aInstance) in otThreadGetRealmLocalAllThreadNodesMulticastAddress()
190 otError otThreadGetServiceAloc(otInstance *aInstance, uint8_t aServiceId, otIp6Address *aServiceAlo… in otThreadGetServiceAloc()
195 const char *otThreadGetNetworkName(otInstance *aInstance) in otThreadGetNetworkName()
200 otError otThreadSetNetworkName(otInstance *aInstance, const char *aNetworkName) in otThreadSetNetworkName()
221 const char *otThreadGetDomainName(otInstance *aInstance) in otThreadGetDomainName()
226 otError otThreadSetDomainName(otInstance *aInstance, const char *aDomainName) in otThreadSetDomainName()
239 otError otThreadSetFixedDuaInterfaceIdentifier(otInstance *aInstance, const otIp6InterfaceIdentifie… in otThreadSetFixedDuaInterfaceIdentifier()
255 const otIp6InterfaceIdentifier *otThreadGetFixedDuaInterfaceIdentifier(otInstance *aInstance) in otThreadGetFixedDuaInterfaceIdentifier()
271 uint32_t otThreadGetKeySequenceCounter(otInstance *aInstance) in otThreadGetKeySequenceCounter()
276 void otThreadSetKeySequenceCounter(otInstance *aInstance, uint32_t aKeySequenceCounter) in otThreadSetKeySequenceCounter()
281 uint32_t otThreadGetKeySwitchGuardTime(otInstance *aInstance) in otThreadGetKeySwitchGuardTime()
286 void otThreadSetKeySwitchGuardTime(otInstance *aInstance, uint32_t aKeySwitchGuardTime) in otThreadSetKeySwitchGuardTime()
291 otError otThreadBecomeDetached(otInstance *aInstance) in otThreadBecomeDetached()
296 otError otThreadBecomeChild(otInstance *aInstance) { return AsCoreType(aInstance).Get<Mle::MleRoute… in otThreadBecomeChild()
298 otError otThreadGetNextNeighborInfo(otInstance *aInstance, otNeighborInfoIterator *aIterator, otNei… in otThreadGetNextNeighborInfo()
305 otDeviceRole otThreadGetDeviceRole(otInstance *aInstance) in otThreadGetDeviceRole()
312 otError otThreadGetLeaderData(otInstance *aInstance, otLeaderData *aLeaderData) in otThreadGetLeaderData()
325 uint8_t otThreadGetLeaderRouterId(otInstance *aInstance) in otThreadGetLeaderRouterId()
330 uint8_t otThreadGetLeaderWeight(otInstance *aInstance) in otThreadGetLeaderWeight()
335 uint32_t otThreadGetPartitionId(otInstance *aInstance) in otThreadGetPartitionId()
340 uint16_t otThreadGetRloc16(otInstance *aInstance) { return AsCoreType(aInstance).Get<Mle::MleRouter… in otThreadGetRloc16()
342 otError otThreadGetParentInfo(otInstance *aInstance, otRouterInfo *aParentInfo) in otThreadGetParentInfo()
347 otError otThreadGetParentAverageRssi(otInstance *aInstance, int8_t *aParentRssi) in otThreadGetParentAverageRssi()
361 otError otThreadGetParentLastRssi(otInstance *aInstance, int8_t *aLastRssi) in otThreadGetParentLastRssi()
375 otError otThreadSearchForBetterParent(otInstance *aInstance) in otThreadSearchForBetterParent()
380 otError otThreadSetEnabled(otInstance *aInstance, bool aEnabled) in otThreadSetEnabled()
398 bool otThreadIsSingleton(otInstance *aInstance) { return AsCoreType(aInstance).Get<Mle::MleRouter>(… in otThreadIsSingleton()
400 otError otThreadDiscover(otInstance *aInstance, in otThreadDiscover()
413 otError otThreadSetJoinerAdvertisement(otInstance *aInstance, in otThreadSetJoinerAdvertisement()
421 bool otThreadIsDiscoverInProgress(otInstance *aInstance) in otThreadIsDiscoverInProgress()
426 const otIpCounters *otThreadGetIp6Counters(otInstance *aInstance) in otThreadGetIp6Counters()
431 void otThreadResetIp6Counters(otInstance *aInstance) { AsCoreType(aInstance).Get<MeshForwarder>().R… in otThreadResetIp6Counters()
434 const uint32_t *otThreadGetTimeInQueueHistogram(otInstance *aInstance, uint16_t *aNumBins, uint32_t… in otThreadGetTimeInQueueHistogram()
442 uint32_t otThreadGetMaxTimeInQueue(otInstance *aInstance) in otThreadGetMaxTimeInQueue()
447 void otThreadResetTimeInQueueStat(otInstance *aInstance) in otThreadResetTimeInQueueStat()
453 const otMleCounters *otThreadGetMleCounters(otInstance *aInstance) in otThreadGetMleCounters()
458 void otThreadResetMleCounters(otInstance *aInstance) { AsCoreType(aInstance).Get<Mle::MleRouter>().… in otThreadResetMleCounters()
461 void otThreadRegisterParentResponseCallback(otInstance *aInstance, in otThreadRegisterParentResponseCallback()
470 otError otThreadLocateAnycastDestination(otInstance *aInstance, in otThreadLocateAnycastDestination()
478 bool otThreadIsAnycastLocateInProgress(otInstance *aInstance) in otThreadIsAnycastLocateInProgress()
484 otError otThreadDetachGracefully(otInstance *aInstance, otDetachGracefullyCallback aCallback, void … in otThreadDetachGracefully()