/openthread-3.5.0/src/core/api/ |
D | history_tracker_api.cpp | 46 void otHistoryTrackerInitIterator(otHistoryTrackerIterator *aIterator) { AsCoreType(aIterator).Init… in otHistoryTrackerInitIterator() 49 … otHistoryTrackerIterator *aIterator, in otHistoryTrackerIterateNetInfoHistory() 59 otHistoryTrackerIterator *aIterator, in otHistoryTrackerIterateUnicastAddressHistory() 70 otHistoryTrackerIterator *aIterator, in otHistoryTrackerIterateMulticastAddressHistory() 80 … otHistoryTrackerIterator *aIterator, in otHistoryTrackerIterateRxHistory() 89 … otHistoryTrackerIterator *aIterator, in otHistoryTrackerIterateTxHistory() 98 … otHistoryTrackerIterator *aIterator, in otHistoryTrackerIterateNeighborHistory() 107 … otHistoryTrackerIterator *aIterator, in otHistoryTrackerIterateRouterHistory() 116 … otHistoryTrackerIterator *aIterator, in otHistoryTrackerIterateOnMeshPrefixHistory() 127 otHistoryTrackerIterator *aIterator, in otHistoryTrackerIterateExternalRouteHistory()
|
D | netdata_api.cpp | 68 otNetworkDataIterator *aIterator, in otNetDataGetNextOnMeshPrefix() 83 otError otNetDataGetNextRoute(otInstance *aInstance, otNetworkDataIterator *aIterator, otExternalRo… in otNetDataGetNextRoute() 90 otError otNetDataGetNextService(otInstance *aInstance, otNetworkDataIterator *aIterator, otServiceC… in otNetDataGetNextService() 98 otNetworkDataIterator *aIterator, in otNetDataGetNextLowpanContextInfo()
|
D | trel_api.cpp | 53 void otTrelInitPeerIterator(otInstance *aInstance, otTrelPeerIterator *aIterator) in otTrelInitPeerIterator() 58 const otTrelPeer *otTrelGetNextPeer(otInstance *aInstance, otTrelPeerIterator *aIterator) in otTrelGetNextPeer()
|
D | mesh_diag_api.cpp | 57 otError otMeshDiagGetNextIp6Address(otMeshDiagIp6AddrIterator *aIterator, otIp6Address *aIp6Address) in otMeshDiagGetNextIp6Address() 62 otError otMeshDiagGetNextChildInfo(otMeshDiagChildIterator *aIterator, otMeshDiagChildInfo *aChildI… in otMeshDiagGetNextChildInfo()
|
D | coap_api.cpp | 154 otError otCoapOptionIteratorInit(otCoapOptionIterator *aIterator, const otMessage *aMessage) in otCoapOptionIteratorInit() 159 const otCoapOption *otCoapOptionIteratorGetFirstOptionMatching(otCoapOptionIterator *aIterator, uin… in otCoapOptionIteratorGetFirstOptionMatching() 167 const otCoapOption *otCoapOptionIteratorGetFirstOption(otCoapOptionIterator *aIterator) in otCoapOptionIteratorGetFirstOption() 175 const otCoapOption *otCoapOptionIteratorGetNextOptionMatching(otCoapOptionIterator *aIterator, uint… in otCoapOptionIteratorGetNextOptionMatching() 183 const otCoapOption *otCoapOptionIteratorGetNextOption(otCoapOptionIterator *aIterator) in otCoapOptionIteratorGetNextOption() 191 otError otCoapOptionIteratorGetOptionUintValue(otCoapOptionIterator *aIterator, uint64_t *aValue) in otCoapOptionIteratorGetOptionUintValue() 196 otError otCoapOptionIteratorGetOptionValue(otCoapOptionIterator *aIterator, void *aValue) in otCoapOptionIteratorGetOptionValue()
|
D | border_router_api.cpp | 87 otNetworkDataIterator *aIterator, in otBorderRouterGetNextOnMeshPrefix() 106 otNetworkDataIterator *aIterator, in otBorderRouterGetNextRoute()
|
D | border_routing_api.cpp | 158 …RoutingPrefixTableInitIterator(otInstance *aInstance, otBorderRoutingPrefixTableIterator *aIterato… in otBorderRoutingPrefixTableInitIterator() 166 otBorderRoutingPrefixTableIterator *aIterator, in otBorderRoutingGetNextPrefixTableEntry()
|
D | nat64_api.cpp | 76 … otNat64InitAddressMappingIterator(otInstance *aInstance, otNat64AddressMappingIterator *aIterator) in otNat64InitAddressMappingIterator() 84 otNat64AddressMappingIterator *aIterator, in otNat64GetNextAddressMapping()
|
D | server_api.cpp | 75 otError otServerGetNextService(otInstance *aInstance, otNetworkDataIterator *aIterator, otServiceCo… in otServerGetNextService()
|
D | netdiag_api.cpp | 46 otNetworkDiagIterator *aIterator, in otThreadGetNextDiagnosticTlv()
|
D | dns_api.cpp | 43 void otDnsInitTxtEntryIterator(otDnsTxtEntryIterator *aIterator, const uint8_t *aTxtData, uint16_t … in otDnsInitTxtEntryIterator() 48 otError otDnsGetNextTxtEntry(otDnsTxtEntryIterator *aIterator, otDnsTxtEntry *aEntry) in otDnsGetNextTxtEntry()
|
D | backbone_router_ftd_api.cpp | 125 otChildIp6AddressIterator *aIterator, in otBackboneRouterMulticastListenerGetNext()
|
D | link_api.cpp | 218 otError otLinkFilterGetNextAddress(otInstance *aInstance, otMacFilterIterator *aIterator, otMacFilt… in otLinkFilterGetNextAddress() 248 otError otLinkFilterGetNextRssIn(otInstance *aInstance, otMacFilterIterator *aIterator, otMacFilter… in otLinkFilterGetNextRssIn()
|
D | thread_ftd_api.cpp | 240 otChildIp6AddressIterator *aIterator, in otThreadGetChildNextIp6Address() 283 …extCacheEntry(otInstance *aInstance, otCacheEntryInfo *aEntryInfo, otCacheEntryIterator *aIterator) in otThreadGetNextCacheEntry()
|
/openthread-3.5.0/src/core/utils/ |
D | history_tracker.hpp | 164 const NetworkInfo *IterateNetInfoHistory(Iterator &aIterator, uint32_t &aEntryAge) const in IterateNetInfoHistory() 181 …const UnicastAddressInfo *IterateUnicastAddressHistory(Iterator &aIterator, uint32_t &aEntryAge) c… in IterateUnicastAddressHistory() 198 …const MulticastAddressInfo *IterateMulticastAddressHistory(Iterator &aIterator, uint32_t &aEntryAg… in IterateMulticastAddressHistory() 215 const MessageInfo *IterateRxHistory(Iterator &aIterator, uint32_t &aEntryAge) const in IterateRxHistory() 232 const MessageInfo *IterateTxHistory(Iterator &aIterator, uint32_t &aEntryAge) const in IterateTxHistory() 237 const NeighborInfo *IterateNeighborHistory(Iterator &aIterator, uint32_t &aEntryAge) const in IterateNeighborHistory() 242 const RouterInfo *IterateRouterHistory(Iterator &aIterator, uint32_t &aEntryAge) const in IterateRouterHistory() 247 … const OnMeshPrefixInfo *IterateOnMeshPrefixHistory(Iterator &aIterator, uint32_t &aEntryAge) const in IterateOnMeshPrefixHistory() 252 …const ExternalRouteInfo *IterateExternalRouteHistory(Iterator &aIterator, uint32_t &aEntryAge) con… in IterateExternalRouteHistory() 366 const Entry *Iterate(Iterator &aIterator, uint32_t &aEntryAge) const in Iterate()
|
/openthread-3.5.0/src/core/thread/ |
D | network_data.cpp | 83 Error NetworkData::GetNextOnMeshPrefix(Iterator &aIterator, OnMeshPrefixConfig &aConfig) const in GetNextOnMeshPrefix() 88 Error NetworkData::GetNextOnMeshPrefix(Iterator &aIterator, uint16_t aRloc16, OnMeshPrefixConfig &a… in GetNextOnMeshPrefix() 100 Error NetworkData::GetNextExternalRoute(Iterator &aIterator, ExternalRouteConfig &aConfig) const in GetNextExternalRoute() 105 Error NetworkData::GetNextExternalRoute(Iterator &aIterator, uint16_t aRloc16, ExternalRouteConfig … in GetNextExternalRoute() 117 Error NetworkData::GetNextService(Iterator &aIterator, ServiceConfig &aConfig) const in GetNextService() 122 Error NetworkData::GetNextService(Iterator &aIterator, uint16_t aRloc16, ServiceConfig &aConfig) co… in GetNextService() 134 Error NetworkData::GetNextLowpanContextInfo(Iterator &aIterator, LowpanContextInfo &aContextInfo) c… in GetNextLowpanContextInfo() 146 Error NetworkData::Iterate(Iterator &aIterator, uint16_t aRloc16, Config &aConfig) const in Iterate() 678 Error NetworkData::GetNextServer(Iterator &aIterator, uint16_t &aRloc16) const in GetNextServer()
|
D | neighbor_table.cpp | 181 Error NeighborTable::GetNextNeighborInfo(otNeighborInfoIterator &aIterator, Neighbor::Info &aNeighI… in GetNextNeighborInfo() 239 Error NeighborTable::GetNextNeighborInfo(otNeighborInfoIterator &aIterator, Neighbor::Info &aNeighI… in GetNextNeighborInfo()
|
D | network_data_service.cpp | 169 Error Manager::GetNextDnsSrpAnycastInfo(Iterator &aIterator, DnsSrpAnycast::Info &aInfo) const in GetNextDnsSrpAnycastInfo() 262 Error Manager::GetNextDnsSrpUnicastInfo(Iterator &aIterator, DnsSrpUnicast::Info &aInfo) const in GetNextDnsSrpUnicastInfo()
|
/openthread-3.5.0/tools/ot-fct/ |
D | cli.cpp | 53 otError Cli::GetNextTargetPower(const Power::Domain &aDomain, int &aIterator, Power::TargetPower &a… in GetNextTargetPower() 74 otError Cli::GetNextDomain(int &aIterator, Power::Domain &aDomain) in GetNextDomain() 142 uint16_t &aIterator, in ParseNextCalibratedPower()
|
/openthread-3.5.0/src/core/mac/ |
D | mac_filter.cpp | 124 Error Filter::GetNextAddress(Iterator &aIterator, Entry &aEntry) const in GetNextAddress() 186 Error Filter::GetNextRssIn(Iterator &aIterator, Entry &aEntry) const in GetNextRssIn()
|
/openthread-3.5.0/src/cli/ |
D | cli_network_data.cpp | 547 otError NetworkData::GetNextPrefix(otNetworkDataIterator *aIterator, otBorderRouterConfig *aConfig,… in GetNextPrefix() 580 otError NetworkData::GetNextRoute(otNetworkDataIterator *aIterator, otExternalRouteConfig *aConfig,… in GetNextRoute() 613 otError NetworkData::GetNextService(otNetworkDataIterator *aIterator, otServiceConfig *aConfig, boo… in GetNextService()
|
/openthread-3.5.0/src/posix/platform/ |
D | power_updater.cpp | 154 otError PowerUpdater::GetNextTargetPower(const Power::Domain &aDomain, int &aIterator, Power::Targe… in GetNextTargetPower()
|
D | config_file.cpp | 53 otError ConfigFile::Get(const char *aKey, int &aIterator, char *aValue, int aValueLength) in Get()
|
/openthread-3.5.0/src/core/net/ |
D | nat64_translator.cpp | 550 void Translator::InitAddressMappingIterator(AddressMappingIterator &aIterator) in InitAddressMappingIterator() 555 Error Translator::GetNextAddressMapping(AddressMappingIterator &aIterator, otNat64AddressMapping &a… in GetNextAddressMapping()
|
/openthread-3.5.0/src/core/backbone_router/ |
D | multicast_listeners_table.cpp | 292 Error MulticastListenersTable::GetNext(Listener::Iterator &aIterator, Listener::Info &aInfo) in GetNext()
|