| /external/openthread/src/core/api/ |
| D | link_api.cpp | 45 uint8_t otLinkGetChannel(otInstance *aInstance) in otLinkGetChannel() 64 otError otLinkSetChannel(otInstance *aInstance, uint8_t aChannel) in otLinkSetChannel() 87 uint32_t otLinkGetSupportedChannelMask(otInstance *aInstance) in otLinkGetSupportedChannelMask() 92 otError otLinkSetSupportedChannelMask(otInstance *aInstance, uint32_t aChannelMask) in otLinkSetSupportedChannelMask() 105 const otExtAddress *otLinkGetExtendedAddress(otInstance *aInstance) in otLinkGetExtendedAddress() 110 otError otLinkSetExtendedAddress(otInstance *aInstance, const otExtAddress *aExtAddress) in otLinkSetExtendedAddress() 126 void otLinkGetFactoryAssignedIeeeEui64(otInstance *aInstance, otExtAddress *aEui64) in otLinkGetFactoryAssignedIeeeEui64() 131 otPanId otLinkGetPanId(otInstance *aInstance) in otLinkGetPanId() 136 otError otLinkSetPanId(otInstance *aInstance, otPanId aPanId) in otLinkSetPanId() 151 uint32_t otLinkGetPollPeriod(otInstance *aInstance) in otLinkGetPollPeriod() [all …]
|
| D | thread_ftd_api.cpp | 45 uint16_t otThreadGetMaxAllowedChildren(otInstance *aInstance) in otThreadGetMaxAllowedChildren() 50 otError otThreadSetMaxAllowedChildren(otInstance *aInstance, uint16_t aMaxChildren) in otThreadSetMaxAllowedChildren() 55 uint8_t otThreadGetMaxChildIpAddresses(otInstance *aInstance) in otThreadGetMaxChildIpAddresses() 61 otError otThreadSetMaxChildIpAddresses(otInstance *aInstance, uint8_t aMaxIpAddresses) in otThreadSetMaxChildIpAddresses() 67 bool otThreadIsRouterEligible(otInstance *aInstance) in otThreadIsRouterEligible() 72 otError otThreadSetRouterEligible(otInstance *aInstance, bool aEligible) in otThreadSetRouterEligible() 77 otError otThreadSetPreferredRouterId(otInstance *aInstance, uint8_t aRouterId) in otThreadSetPreferredRouterId() 82 uint8_t otThreadGetLocalLeaderWeight(otInstance *aInstance) in otThreadGetLocalLeaderWeight() 87 void otThreadSetLocalLeaderWeight(otInstance *aInstance, uint8_t aWeight) in otThreadSetLocalLeaderWeight() 93 uint32_t otThreadGetPreferredLeaderPartitionId(otInstance *aInstance) in otThreadGetPreferredLeaderPartitionId() [all …]
|
| D | thread_api.cpp | 46 uint32_t otThreadGetChildTimeout(otInstance *aInstance) in otThreadGetChildTimeout() 51 void otThreadSetChildTimeout(otInstance *aInstance, uint32_t aTimeout) in otThreadSetChildTimeout() 56 const otExtendedPanId *otThreadGetExtendedPanId(otInstance *aInstance) in otThreadGetExtendedPanId() 61 otError otThreadSetExtendedPanId(otInstance *aInstance, const otExtendedPanId *aExtendedPanId) in otThreadSetExtendedPanId() 78 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() [all …]
|
| D | srp_client_api.cpp | 45 otError otSrpClientStart(otInstance *aInstance, const otSockAddr *aServerSockAddr) in otSrpClientStart() 50 void otSrpClientStop(otInstance *aInstance) in otSrpClientStop() 55 bool otSrpClientIsRunning(otInstance *aInstance) in otSrpClientIsRunning() 60 const otSockAddr *otSrpClientGetServerAddress(otInstance *aInstance) in otSrpClientGetServerAddress() 65 void otSrpClientSetCallback(otInstance *aInstance, otSrpClientCallback aCallback, void *aContext) in otSrpClientSetCallback() 71 void otSrpClientEnableAutoStartMode(otInstance *aInstance, otSrpClientAutoStartCallback aCallback, … in otSrpClientEnableAutoStartMode() 76 void otSrpClientDisableAutoStartMode(otInstance *aInstance) in otSrpClientDisableAutoStartMode() 81 bool otSrpClientIsAutoStartModeEnabled(otInstance *aInstance) in otSrpClientIsAutoStartModeEnabled() 87 uint32_t otSrpClientGetTtl(otInstance *aInstance) in otSrpClientGetTtl() 92 void otSrpClientSetTtl(otInstance *aInstance, uint32_t aTtl) in otSrpClientSetTtl() [all …]
|
| D | link_raw_api.cpp | 52 otError otLinkRawSetReceiveDone(otInstance *aInstance, otLinkRawReceiveDone aCallback) in otLinkRawSetReceiveDone() 57 bool otLinkRawIsEnabled(otInstance *aInstance) in otLinkRawIsEnabled() 62 otError otLinkRawSetShortAddress(otInstance *aInstance, uint16_t aShortAddress) in otLinkRawSetShortAddress() 67 bool otLinkRawGetPromiscuous(otInstance *aInstance) in otLinkRawGetPromiscuous() 72 otError otLinkRawSetPromiscuous(otInstance *aInstance, bool aEnable) in otLinkRawSetPromiscuous() 84 otError otLinkRawSleep(otInstance *aInstance) in otLinkRawSleep() 97 otError otLinkRawReceive(otInstance *aInstance) in otLinkRawReceive() 102 otRadioFrame *otLinkRawGetTransmitBuffer(otInstance *aInstance) in otLinkRawGetTransmitBuffer() 107 otError otLinkRawTransmit(otInstance *aInstance, otLinkRawTransmitDone aCallback) in otLinkRawTransmit() 112 int8_t otLinkRawGetRssi(otInstance *aInstance) in otLinkRawGetRssi() [all …]
|
| D | channel_manager_api.cpp | 46 void otChannelManagerRequestChannelChange(otInstance *aInstance, uint8_t aChannel) in otChannelManagerRequestChannelChange() 51 uint8_t otChannelManagerGetRequestedChannel(otInstance *aInstance) in otChannelManagerGetRequestedChannel() 56 uint16_t otChannelManagerGetDelay(otInstance *aInstance) in otChannelManagerGetDelay() 61 otError otChannelManagerSetDelay(otInstance *aInstance, uint16_t aDelay) in otChannelManagerSetDelay() 67 otError otChannelManagerRequestChannelSelect(otInstance *aInstance, bool aSkipQualityCheck) in otChannelManagerRequestChannelSelect() 73 void otChannelManagerSetAutoChannelSelectionEnabled(otInstance *aInstance, bool aEnabled) in otChannelManagerSetAutoChannelSelectionEnabled() 78 bool otChannelManagerGetAutoChannelSelectionEnabled(otInstance *aInstance) in otChannelManagerGetAutoChannelSelectionEnabled() 83 otError otChannelManagerSetAutoChannelSelectionInterval(otInstance *aInstance, uint32_t aInterval) in otChannelManagerSetAutoChannelSelectionInterval() 88 uint32_t otChannelManagerGetAutoChannelSelectionInterval(otInstance *aInstance) in otChannelManagerGetAutoChannelSelectionInterval() 93 uint32_t otChannelManagerGetSupportedChannels(otInstance *aInstance) in otChannelManagerGetSupportedChannels() [all …]
|
| D | backbone_router_ftd_api.cpp | 46 void otBackboneRouterSetEnabled(otInstance *aInstance, bool aEnabled) in otBackboneRouterSetEnabled() 51 otBackboneRouterState otBackboneRouterGetState(otInstance *aInstance) in otBackboneRouterGetState() 56 void otBackboneRouterGetConfig(otInstance *aInstance, otBackboneRouterConfig *aConfig) in otBackboneRouterGetConfig() 63 otError otBackboneRouterSetConfig(otInstance *aInstance, const otBackboneRouterConfig *aConfig) in otBackboneRouterSetConfig() 70 otError otBackboneRouterRegister(otInstance *aInstance) in otBackboneRouterRegister() 75 uint8_t otBackboneRouterGetRegistrationJitter(otInstance *aInstance) in otBackboneRouterGetRegistrationJitter() 80 void otBackboneRouterSetRegistrationJitter(otInstance *aInstance, uint8_t aJitter) in otBackboneRouterSetRegistrationJitter() 85 otError otBackboneRouterGetDomainPrefix(otInstance *aInstance, otBorderRouterConfig *aConfig) in otBackboneRouterGetDomainPrefix() 92 void otBackboneRouterSetDomainPrefixCallback(otInstance * aInstance, in otBackboneRouterSetDomainPrefixCallback() 100 void otBackboneRouterSetNdProxyCallback(otInstance * aInstance, in otBackboneRouterSetNdProxyCallback() [all …]
|
| D | ip6_api.cpp | 44 otError otIp6SetEnabled(otInstance *aInstance, bool aEnabled) in otIp6SetEnabled() 68 bool otIp6IsEnabled(otInstance *aInstance) in otIp6IsEnabled() 73 const otNetifAddress *otIp6GetUnicastAddresses(otInstance *aInstance) in otIp6GetUnicastAddresses() 78 otError otIp6AddUnicastAddress(otInstance *aInstance, const otNetifAddress *aAddress) in otIp6AddUnicastAddress() 83 otError otIp6RemoveUnicastAddress(otInstance *aInstance, const otIp6Address *aAddress) in otIp6RemoveUnicastAddress() 88 const otNetifMulticastAddress *otIp6GetMulticastAddresses(otInstance *aInstance) in otIp6GetMulticastAddresses() 93 otError otIp6SubscribeMulticastAddress(otInstance *aInstance, const otIp6Address *aAddress) in otIp6SubscribeMulticastAddress() 98 otError otIp6UnsubscribeMulticastAddress(otInstance *aInstance, const otIp6Address *aAddress) in otIp6UnsubscribeMulticastAddress() 103 bool otIp6IsMulticastPromiscuousEnabled(otInstance *aInstance) in otIp6IsMulticastPromiscuousEnabled() 108 void otIp6SetMulticastPromiscuousEnabled(otInstance *aInstance, bool aEnabled) in otIp6SetMulticastPromiscuousEnabled() [all …]
|
| D | coap_secure_api.cpp | 48 otError otCoapSecureStart(otInstance *aInstance, uint16_t aPort) in otCoapSecureStart() 54 void otCoapSecureSetCertificate(otInstance * aInstance, in otCoapSecureSetCertificate() 66 void otCoapSecureSetCaCertificateChain(otInstance * aInstance, in otCoapSecureSetCaCertificateChain() 78 void otCoapSecureSetPsk(otInstance * aInstance, in otCoapSecureSetPsk() 91 otError otCoapSecureGetPeerCertificateBase64(otInstance * aInstance, in otCoapSecureGetPeerCertificateBase64() 101 void otCoapSecureSetSslAuthMode(otInstance *aInstance, bool aVerifyPeerCertificate) in otCoapSecureSetSslAuthMode() 106 otError otCoapSecureConnect(otInstance * aInstance, in otCoapSecureConnect() 114 void otCoapSecureDisconnect(otInstance *aInstance) in otCoapSecureDisconnect() 119 bool otCoapSecureIsConnected(otInstance *aInstance) in otCoapSecureIsConnected() 124 bool otCoapSecureIsConnectionActive(otInstance *aInstance) in otCoapSecureIsConnectionActive() [all …]
|
| D | jam_detection_api.cpp | 45 otError otJamDetectionSetRssiThreshold(otInstance *aInstance, int8_t aRssiThreshold) in otJamDetectionSetRssiThreshold() 52 int8_t otJamDetectionGetRssiThreshold(otInstance *aInstance) in otJamDetectionGetRssiThreshold() 57 otError otJamDetectionSetWindow(otInstance *aInstance, uint8_t aWindow) in otJamDetectionSetWindow() 62 uint8_t otJamDetectionGetWindow(otInstance *aInstance) in otJamDetectionGetWindow() 67 otError otJamDetectionSetBusyPeriod(otInstance *aInstance, uint8_t aBusyPeriod) in otJamDetectionSetBusyPeriod() 72 uint8_t otJamDetectionGetBusyPeriod(otInstance *aInstance) in otJamDetectionGetBusyPeriod() 77 otError otJamDetectionStart(otInstance *aInstance, otJamDetectionCallback aCallback, void *aContext) in otJamDetectionStart() 82 otError otJamDetectionStop(otInstance *aInstance) in otJamDetectionStop() 87 bool otJamDetectionIsEnabled(otInstance *aInstance) in otJamDetectionIsEnabled() 92 bool otJamDetectionGetState(otInstance *aInstance) in otJamDetectionGetState() [all …]
|
| D | commissioner_api.cpp | 45 otError otCommissionerStart(otInstance * aInstance, in otCommissionerStart() 53 const char *otCommissionerGetId(otInstance *aInstance) in otCommissionerGetId() 58 otError otCommissionerSetId(otInstance *aInstance, const char *aId) in otCommissionerSetId() 63 otError otCommissionerStop(otInstance *aInstance) in otCommissionerStop() 68 otError otCommissionerAddJoiner(otInstance *aInstance, const otExtAddress *aEui64, const char *aPsk… in otCommissionerAddJoiner() 85 otError otCommissionerAddJoinerWithDiscerner(otInstance * aInstance, in otCommissionerAddJoinerWithDiscerner() 93 otError otCommissionerGetNextJoinerInfo(otInstance *aInstance, uint16_t *aIterator, otJoinerInfo *a… in otCommissionerGetNextJoinerInfo() 98 otError otCommissionerRemoveJoiner(otInstance *aInstance, const otExtAddress *aEui64) in otCommissionerRemoveJoiner() 115 otError otCommissionerRemoveJoinerWithDiscerner(otInstance *aInstance, const otJoinerDiscerner *aDi… in otCommissionerRemoveJoinerWithDiscerner() 120 otError otCommissionerSetProvisioningUrl(otInstance *aInstance, const char *aProvisioningUrl) in otCommissionerSetProvisioningUrl() [all …]
|
| D | netdata_publisher_api.cpp | 47 void otNetDataPublishDnsSrpServiceAnycast(otInstance *aInstance, uint8_t aSequenceNumber) in otNetDataPublishDnsSrpServiceAnycast() 52 void otNetDataPublishDnsSrpServiceUnicast(otInstance *aInstance, const otIp6Address *aAddress, uint… in otNetDataPublishDnsSrpServiceUnicast() 57 void otNetDataPublishDnsSrpServiceUnicastMeshLocalEid(otInstance *aInstance, uint16_t aPort) in otNetDataPublishDnsSrpServiceUnicastMeshLocalEid() 62 bool otNetDataIsDnsSrpServiceAdded(otInstance *aInstance) in otNetDataIsDnsSrpServiceAdded() 67 void otNetDataSetDnsSrpServicePublisherCallback(otInstance * aInstance, in otNetDataSetDnsSrpServicePublisherCallback() 74 void otNetDataUnpublishDnsSrpService(otInstance *aInstance) in otNetDataUnpublishDnsSrpService() 83 otError otNetDataPublishOnMeshPrefix(otInstance *aInstance, const otBorderRouterConfig *aConfig) in otNetDataPublishOnMeshPrefix() 88 otError otNetDataPublishExternalRoute(otInstance *aInstance, const otExternalRouteConfig *aConfig) in otNetDataPublishExternalRoute() 93 bool otNetDataIsPrefixAdded(otInstance *aInstance, const otIp6Prefix *aPrefix) in otNetDataIsPrefixAdded() 98 void otNetDataSetPrefixPublisherCallback(otInstance * aInstance, in otNetDataSetPrefixPublisherCallback() [all …]
|
| D | udp_api.cpp | 43 otMessage *otUdpNewMessage(otInstance *aInstance, const otMessageSettings *aSettings) in otUdpNewMessage() 48 otError otUdpOpen(otInstance *aInstance, otUdpSocket *aSocket, otUdpReceive aCallback, void *aConte… in otUdpOpen() 53 bool otUdpIsOpen(otInstance *aInstance, const otUdpSocket *aSocket) in otUdpIsOpen() 58 otError otUdpClose(otInstance *aInstance, otUdpSocket *aSocket) in otUdpClose() 63 otError otUdpBind(otInstance *aInstance, otUdpSocket *aSocket, const otSockAddr *aSockName, otNetif… in otUdpBind() 68 otError otUdpConnect(otInstance *aInstance, otUdpSocket *aSocket, const otSockAddr *aSockName) in otUdpConnect() 73 otError otUdpSend(otInstance *aInstance, otUdpSocket *aSocket, otMessage *aMessage, const otMessage… in otUdpSend() 79 otUdpSocket *otUdpGetSockets(otInstance *aInstance) in otUdpGetSockets() 85 void otUdpForwardSetForwarder(otInstance *aInstance, otUdpForwarder aForwarder, void *aContext) in otUdpForwardSetForwarder() 90 void otUdpForwardReceive(otInstance * aInstance, in otUdpForwardReceive() [all …]
|
| D | instance_api.cpp | 76 bool otInstanceIsInitialized(otInstance *aInstance) in otInstanceIsInitialized() 86 void otInstanceFinalize(otInstance *aInstance) in otInstanceFinalize() 91 void otInstanceReset(otInstance *aInstance) in otInstanceReset() 97 uint64_t otInstanceGetUptime(otInstance *aInstance) in otInstanceGetUptime() 102 void otInstanceGetUptimeAsString(otInstance *aInstance, char *aBuffer, uint16_t aSize) in otInstanceGetUptimeAsString() 109 otError otSetStateChangedCallback(otInstance *aInstance, otStateChangedCallback aCallback, void *aC… in otSetStateChangedCallback() 114 void otRemoveStateChangeCallback(otInstance *aInstance, otStateChangedCallback aCallback, void *aCo… in otRemoveStateChangeCallback() 119 void otInstanceFactoryReset(otInstance *aInstance) in otInstanceFactoryReset() 124 otError otInstanceErasePersistentInfo(otInstance *aInstance) in otInstanceErasePersistentInfo() 131 void otInstanceResetRadioStack(otInstance *aInstance) in otInstanceResetRadioStack() [all …]
|
| D | border_routing_api.cpp | 45 otError otBorderRoutingInit(otInstance *aInstance, uint32_t aInfraIfIndex, bool aInfraIfIsRunning) in otBorderRoutingInit() 50 otError otBorderRoutingSetEnabled(otInstance *aInstance, bool aEnabled) in otBorderRoutingSetEnabled() 55 otRoutePreference otBorderRoutingGetRouteInfoOptionPreference(otInstance *aInstance) in otBorderRoutingGetRouteInfoOptionPreference() 61 void otBorderRoutingSetRouteInfoOptionPreference(otInstance *aInstance, otRoutePreference aPreferen… in otBorderRoutingSetRouteInfoOptionPreference() 67 otError otBorderRoutingGetOmrPrefix(otInstance *aInstance, otIp6Prefix *aPrefix) in otBorderRoutingGetOmrPrefix() 72 otError otBorderRoutingGetFavoredOmrPrefix(otInstance *aInstance, otIp6Prefix *aPrefix, otRoutePref… in otBorderRoutingGetFavoredOmrPrefix() 85 otError otBorderRoutingGetOnLinkPrefix(otInstance *aInstance, otIp6Prefix *aPrefix) in otBorderRoutingGetOnLinkPrefix() 91 otError otBorderRoutingGetNat64Prefix(otInstance *aInstance, otIp6Prefix *aPrefix) in otBorderRoutingGetNat64Prefix() 97 void otBorderRoutingPrefixTableInitIterator(otInstance *aInstance, otBorderRoutingPrefixTableIterat… in otBorderRoutingPrefixTableInitIterator() 102 otError otBorderRoutingGetNextPrefixTableEntry(otInstance * aInstance, in otBorderRoutingGetNextPrefixTableEntry()
|
| D | channel_monitor_api.cpp | 45 otError otChannelMonitorSetEnabled(otInstance *aInstance, bool aEnabled) in otChannelMonitorSetEnabled() 52 bool otChannelMonitorIsEnabled(otInstance *aInstance) in otChannelMonitorIsEnabled() 57 uint32_t otChannelMonitorGetSampleInterval(otInstance *aInstance) in otChannelMonitorGetSampleInterval() 64 int8_t otChannelMonitorGetRssiThreshold(otInstance *aInstance) in otChannelMonitorGetRssiThreshold() 71 uint32_t otChannelMonitorGetSampleWindow(otInstance *aInstance) in otChannelMonitorGetSampleWindow() 78 uint32_t otChannelMonitorGetSampleCount(otInstance *aInstance) in otChannelMonitorGetSampleCount() 83 uint16_t otChannelMonitorGetChannelOccupancy(otInstance *aInstance, uint8_t aChannel) in otChannelMonitorGetChannelOccupancy()
|
| D | trel_api.cpp | 46 void otTrelEnable(otInstance *aInstance) in otTrelEnable() 51 void otTrelDisable(otInstance *aInstance) in otTrelDisable() 56 bool otTrelIsEnabled(otInstance *aInstance) in otTrelIsEnabled() 61 void otTrelInitPeerIterator(otInstance *aInstance, otTrelPeerIterator *aIterator) in otTrelInitPeerIterator() 66 const otTrelPeer *otTrelGetNextPeer(otInstance *aInstance, otTrelPeerIterator *aIterator) in otTrelGetNextPeer() 71 void otTrelSetFilterEnabled(otInstance *aInstance, bool aEnable) in otTrelSetFilterEnabled() 76 bool otTrelIsFilterEnabled(otInstance *aInstance) in otTrelIsFilterEnabled()
|
| D | netdata_api.cpp | 43 otError otNetDataGet(otInstance *aInstance, bool aStable, uint8_t *aData, uint8_t *aDataLength) in otNetDataGet() 49 otError otNetDataGetNextOnMeshPrefix(otInstance * aInstance, in otNetDataGetNextOnMeshPrefix() 64 bool otNetDataContainsOmrPrefix(otInstance *aInstance, const otIp6Prefix *aPrefix) in otNetDataContainsOmrPrefix() 70 otError otNetDataGetNextRoute(otInstance *aInstance, otNetworkDataIterator *aIterator, otExternalRo… in otNetDataGetNextRoute() 82 otError otNetDataGetNextService(otInstance *aInstance, otNetworkDataIterator *aIterator, otServiceC… in otNetDataGetNextService() 94 uint8_t otNetDataGetVersion(otInstance *aInstance) in otNetDataGetVersion() 99 uint8_t otNetDataGetStableVersion(otInstance *aInstance) in otNetDataGetStableVersion() 104 otError otNetDataSteeringDataCheckJoiner(otInstance *aInstance, const otExtAddress *aEui64) in otNetDataSteeringDataCheckJoiner() 109 otError otNetDataSteeringDataCheckJoinerWithDiscerner(otInstance *aInstance, const otJoinerDiscerne… in otNetDataSteeringDataCheckJoinerWithDiscerner()
|
| D | dataset_api.cpp | 45 bool otDatasetIsCommissioned(otInstance *aInstance) in otDatasetIsCommissioned() 50 otError otDatasetGetActive(otInstance *aInstance, otOperationalDataset *aDataset) in otDatasetGetActive() 57 otError otDatasetGetActiveTlvs(otInstance *aInstance, otOperationalDatasetTlvs *aDataset) in otDatasetGetActiveTlvs() 64 otError otDatasetSetActive(otInstance *aInstance, const otOperationalDataset *aDataset) in otDatasetSetActive() 71 otError otDatasetSetActiveTlvs(otInstance *aInstance, const otOperationalDatasetTlvs *aDataset) in otDatasetSetActiveTlvs() 78 otError otDatasetGetPending(otInstance *aInstance, otOperationalDataset *aDataset) in otDatasetGetPending() 85 otError otDatasetGetPendingTlvs(otInstance *aInstance, otOperationalDatasetTlvs *aDataset) in otDatasetGetPendingTlvs() 92 otError otDatasetSetPending(otInstance *aInstance, const otOperationalDataset *aDataset) in otDatasetSetPending() 99 otError otDatasetSetPendingTlvs(otInstance *aInstance, const otOperationalDatasetTlvs *aDataset) in otDatasetSetPendingTlvs() 106 otError otDatasetSendMgmtActiveGet(otInstance * aInstance, in otDatasetSendMgmtActiveGet() [all …]
|
| D | srp_server_api.cpp | 45 const char *otSrpServerGetDomain(otInstance *aInstance) in otSrpServerGetDomain() 50 otError otSrpServerSetDomain(otInstance *aInstance, const char *aDomain) in otSrpServerSetDomain() 55 otSrpServerState otSrpServerGetState(otInstance *aInstance) in otSrpServerGetState() 60 uint16_t otSrpServerGetPort(otInstance *aInstance) in otSrpServerGetPort() 65 otSrpServerAddressMode otSrpServerGetAddressMode(otInstance *aInstance) in otSrpServerGetAddressMode() 70 otError otSrpServerSetAddressMode(otInstance *aInstance, otSrpServerAddressMode aMode) in otSrpServerSetAddressMode() 75 uint8_t otSrpServerGetAnycastModeSequenceNumber(otInstance *aInstance) in otSrpServerGetAnycastModeSequenceNumber() 80 otError otSrpServerSetAnycastModeSequenceNumber(otInstance *aInstance, uint8_t aSequenceNumber) in otSrpServerSetAnycastModeSequenceNumber() 85 void otSrpServerSetEnabled(otInstance *aInstance, bool aEnabled) in otSrpServerSetEnabled() 90 void otSrpServerGetTtlConfig(otInstance *aInstance, otSrpServerTtlConfig *aTtlConfig) in otSrpServerGetTtlConfig() [all …]
|
| D | border_router_api.cpp | 46 otError otBorderRouterGetNetData(otInstance *aInstance, bool aStable, uint8_t *aData, uint8_t *aDat… in otBorderRouterGetNetData() 52 otError otBorderRouterAddOnMeshPrefix(otInstance *aInstance, const otBorderRouterConfig *aConfig) in otBorderRouterAddOnMeshPrefix() 72 otError otBorderRouterRemoveOnMeshPrefix(otInstance *aInstance, const otIp6Prefix *aPrefix) in otBorderRouterRemoveOnMeshPrefix() 90 otError otBorderRouterGetNextOnMeshPrefix(otInstance * aInstance, in otBorderRouterGetNextOnMeshPrefix() 99 otError otBorderRouterAddRoute(otInstance *aInstance, const otExternalRouteConfig *aConfig) in otBorderRouterAddRoute() 106 otError otBorderRouterRemoveRoute(otInstance *aInstance, const otIp6Prefix *aPrefix) in otBorderRouterRemoveRoute() 113 otError otBorderRouterGetNextRoute(otInstance * aInstance, in otBorderRouterGetNextRoute() 122 otError otBorderRouterRegister(otInstance *aInstance) in otBorderRouterRegister()
|
| /external/openthread/tests/fuzz/ |
| D | fuzzer_platform.cpp | 93 void FuzzerPlatformProcess(otInstance *aInstance) in FuzzerPlatformProcess() 157 void otPlatAlarmMilliStartAt(otInstance *aInstance, uint32_t aT0, uint32_t aDt) in otPlatAlarmMilliStartAt() 165 void otPlatAlarmMilliStop(otInstance *aInstance) in otPlatAlarmMilliStop() 177 void otPlatAlarmMicroStartAt(otInstance *aInstance, uint32_t aT0, uint32_t aDt) in otPlatAlarmMicroStartAt() 185 void otPlatAlarmMicroStop(otInstance *aInstance) in otPlatAlarmMicroStop() 192 bool otDiagIsEnabled(otInstance *aInstance) in otDiagIsEnabled() 199 otError otDiagProcessCmd(otInstance *aInstance, uint8_t aArgsLength, char *aArgs[], char *aOutput, … in otDiagProcessCmd() 210 void otDiagProcessCmdLine(otInstance *aInstance, const char *aString, char *aOutput, size_t aOutput… in otDiagProcessCmdLine() 218 void otPlatReset(otInstance *aInstance) in otPlatReset() 225 otPlatResetReason otPlatGetResetReason(otInstance *aInstance) in otPlatGetResetReason() [all …]
|
| /external/openthread/src/posix/platform/ |
| D | radio.cpp | 194 void otPlatRadioGetIeeeEui64(otInstance *aInstance, uint8_t *aIeeeEui64) in otPlatRadioGetIeeeEui64() 200 void otPlatRadioSetPanId(otInstance *aInstance, uint16_t panid) in otPlatRadioSetPanId() 206 void otPlatRadioSetExtendedAddress(otInstance *aInstance, const otExtAddress *aAddress) in otPlatRadioSetExtendedAddress() 219 void otPlatRadioSetShortAddress(otInstance *aInstance, uint16_t aAddress) in otPlatRadioSetShortAddress() 225 void otPlatRadioSetPromiscuous(otInstance *aInstance, bool aEnable) in otPlatRadioSetPromiscuous() 231 bool otPlatRadioIsEnabled(otInstance *aInstance) in otPlatRadioIsEnabled() 237 otError otPlatRadioEnable(otInstance *aInstance) in otPlatRadioEnable() 242 otError otPlatRadioDisable(otInstance *aInstance) in otPlatRadioDisable() 248 otError otPlatRadioSleep(otInstance *aInstance) in otPlatRadioSleep() 254 otError otPlatRadioReceive(otInstance *aInstance, uint8_t aChannel) in otPlatRadioReceive() [all …]
|
| /external/openthread/src/core/radio/ |
| D | radio_platform.cpp | 48 extern "C" void otPlatRadioReceiveDone(otInstance *aInstance, otRadioFrame *aFrame, otError aError) in otPlatRadioReceiveDone() 68 extern "C" void otPlatRadioTxStarted(otInstance *aInstance, otRadioFrame *aFrame) in otPlatRadioTxStarted() 85 extern "C" void otPlatRadioTxDone(otInstance *aInstance, otRadioFrame *aFrame, otRadioFrame *aAckFr… in otPlatRadioTxDone() 108 extern "C" void otPlatRadioEnergyScanDone(otInstance *aInstance, int8_t aEnergyScanMaxRssi) in otPlatRadioEnergyScanDone() 120 extern "C" void otPlatDiagRadioReceiveDone(otInstance *aInstance, otRadioFrame *aFrame, otError aEr… in otPlatDiagRadioReceiveDone() 134 extern "C" void otPlatDiagRadioTransmitDone(otInstance *aInstance, otRadioFrame *aFrame, otError aE… in otPlatDiagRadioTransmitDone() 179 OT_TOOL_WEAK uint32_t otPlatRadioGetSupportedChannelMask(otInstance *aInstance) in otPlatRadioGetSupportedChannelMask() 186 OT_TOOL_WEAK uint32_t otPlatRadioGetPreferredChannelMask(otInstance *aInstance) in otPlatRadioGetPreferredChannelMask() 191 OT_TOOL_WEAK const char *otPlatRadioGetVersionString(otInstance *aInstance) in otPlatRadioGetVersionString() 197 OT_TOOL_WEAK otRadioState otPlatRadioGetState(otInstance *aInstance) in otPlatRadioGetState() [all …]
|
| /external/openthread/examples/platforms/simulation/ |
| D | radio.c | 239 void otPlatRadioGetIeeeEui64(otInstance *aInstance, uint8_t *aIeeeEui64) in otPlatRadioGetIeeeEui64() 253 void otPlatRadioSetPanId(otInstance *aInstance, otPanId aPanid) in otPlatRadioSetPanId() 263 void otPlatRadioSetExtendedAddress(otInstance *aInstance, const otExtAddress *aExtAddress) in otPlatRadioSetExtendedAddress() 272 void otPlatRadioSetShortAddress(otInstance *aInstance, otShortAddress aShortAddress) in otPlatRadioSetShortAddress() 281 void otPlatRadioSetPromiscuous(otInstance *aInstance, bool aEnable) in otPlatRadioSetPromiscuous() 412 bool otPlatRadioIsEnabled(otInstance *aInstance) in otPlatRadioIsEnabled() 419 otError otPlatRadioEnable(otInstance *aInstance) in otPlatRadioEnable() 429 otError otPlatRadioDisable(otInstance *aInstance) in otPlatRadioDisable() 442 otError otPlatRadioSleep(otInstance *aInstance) in otPlatRadioSleep() 459 otError otPlatRadioReceive(otInstance *aInstance, uint8_t aChannel) in otPlatRadioReceive() [all …]
|