/openthread-3.5.0/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() 125 void otLinkGetFactoryAssignedIeeeEui64(otInstance *aInstance, otExtAddress *aEui64) in otLinkGetFactoryAssignedIeeeEui64() 130 otPanId otLinkGetPanId(otInstance *aInstance) { return AsCoreType(aInstance).Get<Mac::Mac>().GetPan… in otLinkGetPanId() 132 otError otLinkSetPanId(otInstance *aInstance, otPanId aPanId) in otLinkSetPanId() 147 uint32_t otLinkGetPollPeriod(otInstance *aInstance) in otLinkGetPollPeriod() [all …]
|
D | thread_api.cpp | 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() [all …]
|
D | srp_client_api.cpp | 45 otError otSrpClientStart(otInstance *aInstance, const otSockAddr *aServerSockAddr) in otSrpClientStart() 50 void otSrpClientStop(otInstance *aInstance) { return AsCoreType(aInstance).Get<Srp::Client>().Stop(… in otSrpClientStop() 52 bool otSrpClientIsRunning(otInstance *aInstance) { return AsCoreType(aInstance).Get<Srp::Client>().… in otSrpClientIsRunning() 54 const otSockAddr *otSrpClientGetServerAddress(otInstance *aInstance) in otSrpClientGetServerAddress() 59 void otSrpClientSetCallback(otInstance *aInstance, otSrpClientCallback aCallback, void *aContext) in otSrpClientSetCallback() 65 void otSrpClientEnableAutoStartMode(otInstance *aInstance, otSrpClientAutoStartCallback aCallback, … in otSrpClientEnableAutoStartMode() 70 void otSrpClientDisableAutoStartMode(otInstance *aInstance) in otSrpClientDisableAutoStartMode() 75 bool otSrpClientIsAutoStartModeEnabled(otInstance *aInstance) in otSrpClientIsAutoStartModeEnabled() 81 uint32_t otSrpClientGetTtl(otInstance *aInstance) { return AsCoreType(aInstance).Get<Srp::Client>()… in otSrpClientGetTtl() 83 void otSrpClientSetTtl(otInstance *aInstance, uint32_t aTtl) in otSrpClientSetTtl() [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() 83 const otDeviceProperties *otThreadGetDeviceProperties(otInstance *aInstance) in otThreadGetDeviceProperties() 88 void otThreadSetDeviceProperties(otInstance *aInstance, const otDeviceProperties *aDeviceProperties) in otThreadSetDeviceProperties() 94 uint8_t otThreadGetLocalLeaderWeight(otInstance *aInstance) in otThreadGetLocalLeaderWeight() [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 | link_raw_api.cpp | 52 otError otLinkRawSetReceiveDone(otInstance *aInstance, otLinkRawReceiveDone aCallback) in otLinkRawSetReceiveDone() 57 bool otLinkRawIsEnabled(otInstance *aInstance) { return AsCoreType(aInstance).Get<Mac::LinkRaw>().I… in otLinkRawIsEnabled() 59 otError otLinkRawSetShortAddress(otInstance *aInstance, uint16_t aShortAddress) in otLinkRawSetShortAddress() 64 bool otLinkRawGetPromiscuous(otInstance *aInstance) { return AsCoreType(aInstance).Get<Radio>().Get… in otLinkRawGetPromiscuous() 66 otError otLinkRawSetPromiscuous(otInstance *aInstance, bool aEnable) in otLinkRawSetPromiscuous() 78 otError otLinkRawSleep(otInstance *aInstance) in otLinkRawSleep() 91 otError otLinkRawReceive(otInstance *aInstance) { return AsCoreType(aInstance).Get<Mac::LinkRaw>().… in otLinkRawReceive() 93 otRadioFrame *otLinkRawGetTransmitBuffer(otInstance *aInstance) in otLinkRawGetTransmitBuffer() 98 otError otLinkRawTransmit(otInstance *aInstance, otLinkRawTransmitDone aCallback) in otLinkRawTransmit() 103 int8_t otLinkRawGetRssi(otInstance *aInstance) { return AsCoreType(aInstance).Get<Radio>().GetRssi(… in otLinkRawGetRssi() [all …]
|
D | border_routing_api.cpp | 46 otError otBorderRoutingInit(otInstance *aInstance, uint32_t aInfraIfIndex, bool aInfraIfIsRunning) in otBorderRoutingInit() 51 otError otBorderRoutingSetEnabled(otInstance *aInstance, bool aEnabled) in otBorderRoutingSetEnabled() 56 otBorderRoutingState otBorderRoutingGetState(otInstance *aInstance) in otBorderRoutingGetState() 61 otRoutePreference otBorderRoutingGetRouteInfoOptionPreference(otInstance *aInstance) in otBorderRoutingGetRouteInfoOptionPreference() 67 void otBorderRoutingSetRouteInfoOptionPreference(otInstance *aInstance, otRoutePreference aPreferen… in otBorderRoutingSetRouteInfoOptionPreference() 73 void otBorderRoutingClearRouteInfoOptionPreference(otInstance *aInstance) in otBorderRoutingClearRouteInfoOptionPreference() 78 otRoutePreference otBorderRoutingGetRoutePreference(otInstance *aInstance) in otBorderRoutingGetRoutePreference() 84 void otBorderRoutingSetRoutePreference(otInstance *aInstance, otRoutePreference aPreference) in otBorderRoutingSetRoutePreference() 90 void otBorderRoutingClearRoutePreference(otInstance *aInstance) in otBorderRoutingClearRoutePreference() 95 otError otBorderRoutingGetOmrPrefix(otInstance *aInstance, otIp6Prefix *aPrefix) in otBorderRoutingGetOmrPrefix() [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) { return AsCoreType(aInstance).Get<Utils::JamDete… in otJamDetectionStop() 84 bool otJamDetectionIsEnabled(otInstance *aInstance) in otJamDetectionIsEnabled() 89 bool otJamDetectionGetState(otInstance *aInstance) in otJamDetectionGetState() [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() 90 void otBackboneRouterSetDomainPrefixCallback(otInstance *aInstance, in otBackboneRouterSetDomainPrefixCallback() 98 void otBackboneRouterSetNdProxyCallback(otInstance *aInstance, in otBackboneRouterSetNdProxyCallback() [all …]
|
D | netdata_api.cpp | 43 otError otNetDataGet(otInstance *aInstance, bool aStable, uint8_t *aData, uint8_t *aDataLength) in otNetDataGet() 52 uint8_t otNetDataGetLength(otInstance *aInstance) in otNetDataGetLength() 57 uint8_t otNetDataGetMaxLength(otInstance *aInstance) in otNetDataGetMaxLength() 62 void otNetDataResetMaxLength(otInstance *aInstance) in otNetDataResetMaxLength() 67 otError otNetDataGetNextOnMeshPrefix(otInstance *aInstance, in otNetDataGetNextOnMeshPrefix() 77 bool otNetDataContainsOmrPrefix(otInstance *aInstance, const otIp6Prefix *aPrefix) in otNetDataContainsOmrPrefix() 83 otError otNetDataGetNextRoute(otInstance *aInstance, otNetworkDataIterator *aIterator, otExternalRo… in otNetDataGetNextRoute() 90 otError otNetDataGetNextService(otInstance *aInstance, otNetworkDataIterator *aIterator, otServiceC… in otNetDataGetNextService() 97 otError otNetDataGetNextLowpanContextInfo(otInstance *aInstance, in otNetDataGetNextLowpanContextInfo() 107 uint8_t otNetDataGetVersion(otInstance *aInstance) in otNetDataGetVersion() [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() 89 otError otNetDataPublishExternalRoute(otInstance *aInstance, const otExternalRouteConfig *aConfig) in otNetDataPublishExternalRoute() 95 otError otNetDataReplacePublishedExternalRoute(otInstance *aInstance, in otNetDataReplacePublishedExternalRoute() 103 bool otNetDataIsPrefixAdded(otInstance *aInstance, const otIp6Prefix *aPrefix) in otNetDataIsPrefixAdded() [all …]
|
D | coap_secure_api.cpp | 48 otError otCoapSecureStart(otInstance *aInstance, uint16_t aPort) in otCoapSecureStart() 54 void otCoapSecureSetCertificate(otInstance *aInstance, in otCoapSecureSetCertificate() 64 void otCoapSecureSetCaCertificateChain(otInstance *aInstance, in otCoapSecureSetCaCertificateChain() 74 void otCoapSecureSetPsk(otInstance *aInstance, in otCoapSecureSetPsk() 88 otError otCoapSecureGetPeerCertificateBase64(otInstance *aInstance, in otCoapSecureGetPeerCertificateBase64() 100 void otCoapSecureSetSslAuthMode(otInstance *aInstance, bool aVerifyPeerCertificate) in otCoapSecureSetSslAuthMode() 105 otError otCoapSecureConnect(otInstance *aInstance, in otCoapSecureConnect() 113 void otCoapSecureDisconnect(otInstance *aInstance) { AsCoreType(aInstance).GetApplicationCoapSecure… in otCoapSecureDisconnect() 115 bool otCoapSecureIsConnected(otInstance *aInstance) in otCoapSecureIsConnected() 120 bool otCoapSecureIsConnectionActive(otInstance *aInstance) in otCoapSecureIsConnectionActive() [all …]
|
D | ip6_api.cpp | 47 otError otIp6SetEnabled(otInstance *aInstance, bool aEnabled) in otIp6SetEnabled() 71 bool otIp6IsEnabled(otInstance *aInstance) { return AsCoreType(aInstance).Get<ThreadNetif>().IsUp()… 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 | instance_api.cpp | 73 uint32_t otInstanceGetId(otInstance *aInstance) { return AsCoreType(aInstance).GetId(); } in otInstanceGetId() 75 bool otInstanceIsInitialized(otInstance *aInstance) in otInstanceIsInitialized() 85 void otInstanceFinalize(otInstance *aInstance) { AsCoreType(aInstance).Finalize(); } in otInstanceFinalize() 87 void otInstanceReset(otInstance *aInstance) { AsCoreType(aInstance).Reset(); } in otInstanceReset() 90 uint64_t otInstanceGetUptime(otInstance *aInstance) { return AsCoreType(aInstance).Get<Uptime>().Ge… in otInstanceGetUptime() 92 void otInstanceGetUptimeAsString(otInstance *aInstance, char *aBuffer, uint16_t aSize) in otInstanceGetUptimeAsString() 101 otError otSetStateChangedCallback(otInstance *aInstance, otStateChangedCallback aCallback, void *aC… in otSetStateChangedCallback() 106 void otRemoveStateChangeCallback(otInstance *aInstance, otStateChangedCallback aCallback, void *aCo… in otRemoveStateChangeCallback() 111 void otInstanceFactoryReset(otInstance *aInstance) { AsCoreType(aInstance).FactoryReset(); } in otInstanceFactoryReset() 113 otError otInstanceErasePersistentInfo(otInstance *aInstance) { return AsCoreType(aInstance).ErasePe… in otInstanceErasePersistentInfo() [all …]
|
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 | 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) { return AsCoreType(aInstance).Get<Ip6::Udp>().… in otUdpGetSockets() 82 void otUdpForwardSetForwarder(otInstance *aInstance, otUdpForwarder aForwarder, void *aContext) in otUdpForwardSetForwarder() 87 void otUdpForwardReceive(otInstance *aInstance, in otUdpForwardReceive() [all …]
|
D | child_supervision_api.cpp | 43 uint16_t otChildSupervisionGetInterval(otInstance *aInstance) in otChildSupervisionGetInterval() 48 void otChildSupervisionSetInterval(otInstance *aInstance, uint16_t aInterval) in otChildSupervisionSetInterval() 53 uint16_t otChildSupervisionGetCheckTimeout(otInstance *aInstance) in otChildSupervisionGetCheckTimeout() 58 void otChildSupervisionSetCheckTimeout(otInstance *aInstance, uint16_t aTimeout) in otChildSupervisionSetCheckTimeout() 63 uint16_t otChildSupervisionGetCheckFailureCounter(otInstance *aInstance) in otChildSupervisionGetCheckFailureCounter() 68 void otChildSupervisionResetCheckFailureCounter(otInstance *aInstance) in otChildSupervisionResetCheckFailureCounter()
|
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) { return AsCoreType(aInstance).Get<MeshCoP::Commi… in otCommissionerStop() 65 otError otCommissionerAddJoiner(otInstance *aInstance, const otExtAddress *aEui64, const char *aPsk… in otCommissionerAddJoiner() 82 otError otCommissionerAddJoinerWithDiscerner(otInstance *aInstance, in otCommissionerAddJoinerWithDiscerner() 90 otError otCommissionerGetNextJoinerInfo(otInstance *aInstance, uint16_t *aIterator, otJoinerInfo *a… in otCommissionerGetNextJoinerInfo() 95 otError otCommissionerRemoveJoiner(otInstance *aInstance, const otExtAddress *aEui64) in otCommissionerRemoveJoiner() 112 otError otCommissionerRemoveJoinerWithDiscerner(otInstance *aInstance, const otJoinerDiscerner *aDi… in otCommissionerRemoveJoinerWithDiscerner() 117 otError otCommissionerSetProvisioningUrl(otInstance *aInstance, const char *aProvisioningUrl) in otCommissionerSetProvisioningUrl() [all …]
|
D | trel_api.cpp | 46 void otTrelSetEnabled(otInstance *aInstance, bool aEnable) in otTrelSetEnabled() 51 bool otTrelIsEnabled(otInstance *aInstance) { return AsCoreType(aInstance).Get<Trel::Interface>().I… in otTrelIsEnabled() 53 void otTrelInitPeerIterator(otInstance *aInstance, otTrelPeerIterator *aIterator) in otTrelInitPeerIterator() 58 const otTrelPeer *otTrelGetNextPeer(otInstance *aInstance, otTrelPeerIterator *aIterator) in otTrelGetNextPeer() 63 void otTrelSetFilterEnabled(otInstance *aInstance, bool aEnable) in otTrelSetFilterEnabled() 68 bool otTrelIsFilterEnabled(otInstance *aInstance) in otTrelIsFilterEnabled()
|
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() 70 otError otBorderRouterRemoveOnMeshPrefix(otInstance *aInstance, const otIp6Prefix *aPrefix) in otBorderRouterRemoveOnMeshPrefix() 86 otError otBorderRouterGetNextOnMeshPrefix(otInstance *aInstance, in otBorderRouterGetNextOnMeshPrefix() 95 otError otBorderRouterAddRoute(otInstance *aInstance, const otExternalRouteConfig *aConfig) in otBorderRouterAddRoute() 100 otError otBorderRouterRemoveRoute(otInstance *aInstance, const otIp6Prefix *aPrefix) in otBorderRouterRemoveRoute() 105 otError otBorderRouterGetNextRoute(otInstance *aInstance, in otBorderRouterGetNextRoute() 114 otError otBorderRouterRegister(otInstance *aInstance) in otBorderRouterRegister() 122 void otBorderRouterSetNetDataFullCallback(otInstance *aInstance, in otBorderRouterSetNetDataFullCallback()
|
D | nat64_api.cpp | 56 otError otNat64SetIp4Cidr(otInstance *aInstance, const otIp4Cidr *aCidr) in otNat64SetIp4Cidr() 61 otMessage *otIp4NewMessage(otInstance *aInstance, const otMessageSettings *aSettings) in otIp4NewMessage() 66 otError otNat64Send(otInstance *aInstance, otMessage *aMessage) in otNat64Send() 71 void otNat64SetReceiveIp4Callback(otInstance *aInstance, otNat64ReceiveIp4Callback aCallback, void … in otNat64SetReceiveIp4Callback() 76 void otNat64InitAddressMappingIterator(otInstance *aInstance, otNat64AddressMappingIterator *aItera… in otNat64InitAddressMappingIterator() 83 otError otNat64GetNextAddressMapping(otInstance *aInstance, in otNat64GetNextAddressMapping() 93 void otNat64GetCounters(otInstance *aInstance, otNat64ProtocolCounters *aCounters) in otNat64GetCounters() 98 void otNat64GetErrorCounters(otInstance *aInstance, otNat64ErrorCounters *aCounters) in otNat64GetErrorCounters() 103 otError otNat64GetCidr(otInstance *aInstance, otIp4Cidr *aCidr) in otNat64GetCidr() 108 otNat64State otNat64GetTranslatorState(otInstance *aInstance) in otNat64GetTranslatorState() [all …]
|
D | network_time_api.cpp | 45 otNetworkTimeStatus otNetworkTimeGet(otInstance *aInstance, uint64_t *aNetworkTime) in otNetworkTimeGet() 52 otError otNetworkTimeSetSyncPeriod(otInstance *aInstance, uint16_t aTimeSyncPeriod) in otNetworkTimeSetSyncPeriod() 64 uint16_t otNetworkTimeGetSyncPeriod(otInstance *aInstance) in otNetworkTimeGetSyncPeriod() 69 otError otNetworkTimeSetXtalThreshold(otInstance *aInstance, uint16_t aXtalThreshold) in otNetworkTimeSetXtalThreshold() 81 uint16_t otNetworkTimeGetXtalThreshold(otInstance *aInstance) in otNetworkTimeGetXtalThreshold() 86 void otNetworkTimeSyncSetCallback(otInstance *aInstance, otNetworkTimeSyncCallbackFn aCallback, voi… in otNetworkTimeSyncSetCallback()
|
/openthread-3.5.0/tests/fuzz/ |
D | fuzzer_platform.cpp | 93 void FuzzerPlatformProcess(otInstance *aInstance) in FuzzerPlatformProcess() 151 void otPlatAlarmMilliStartAt(otInstance *aInstance, uint32_t aT0, uint32_t aDt) in otPlatAlarmMilliStartAt() 159 void otPlatAlarmMilliStop(otInstance *aInstance) in otPlatAlarmMilliStop() 168 void otPlatAlarmMicroStartAt(otInstance *aInstance, uint32_t aT0, uint32_t aDt) in otPlatAlarmMicroStartAt() 176 void otPlatAlarmMicroStop(otInstance *aInstance) in otPlatAlarmMicroStop() 183 bool otDiagIsEnabled(otInstance *aInstance) in otDiagIsEnabled() 190 otError otDiagProcessCmd(otInstance *aInstance, uint8_t aArgsLength, char *aArgs[], char *aOutput, … in otDiagProcessCmd() 201 otError otDiagProcessCmdLine(otInstance *aInstance, const char *aString, char *aOutput, size_t aOut… in otDiagProcessCmdLine() 211 void otPlatReset(otInstance *aInstance) in otPlatReset() 218 otPlatResetReason otPlatGetResetReason(otInstance *aInstance) in otPlatGetResetReason() [all …]
|
/openthread-3.5.0/src/posix/platform/ |
D | radio.cpp | 213 void otPlatRadioGetIeeeEui64(otInstance *aInstance, uint8_t *aIeeeEui64) in otPlatRadioGetIeeeEui64() 219 void otPlatRadioSetPanId(otInstance *aInstance, uint16_t panid) in otPlatRadioSetPanId() 225 void otPlatRadioSetExtendedAddress(otInstance *aInstance, const otExtAddress *aAddress) in otPlatRadioSetExtendedAddress() 238 void otPlatRadioSetShortAddress(otInstance *aInstance, uint16_t aAddress) in otPlatRadioSetShortAddress() 244 void otPlatRadioSetPromiscuous(otInstance *aInstance, bool aEnable) in otPlatRadioSetPromiscuous() 250 bool otPlatRadioIsEnabled(otInstance *aInstance) in otPlatRadioIsEnabled() 256 otError otPlatRadioEnable(otInstance *aInstance) { return sRadioSpinel.Enable(aInstance); } in otPlatRadioEnable() 258 otError otPlatRadioDisable(otInstance *aInstance) in otPlatRadioDisable() 264 otError otPlatRadioSleep(otInstance *aInstance) in otPlatRadioSleep() 270 otError otPlatRadioReceive(otInstance *aInstance, uint8_t aChannel) in otPlatRadioReceive() [all …]
|
/openthread-3.5.0/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() 167 OT_TOOL_WEAK uint32_t otPlatRadioGetSupportedChannelMask(otInstance *aInstance) in otPlatRadioGetSupportedChannelMask() 174 OT_TOOL_WEAK uint32_t otPlatRadioGetPreferredChannelMask(otInstance *aInstance) in otPlatRadioGetPreferredChannelMask() 179 OT_TOOL_WEAK const char *otPlatRadioGetVersionString(otInstance *aInstance) in otPlatRadioGetVersionString() 185 OT_TOOL_WEAK otRadioState otPlatRadioGetState(otInstance *aInstance) in otPlatRadioGetState() [all …]
|