/openthread-3.6.0/examples/platforms/utils/ |
D | link_metrics.cpp | 66 …void Set(otLinkMetrics aLinkMetrics, otShortAddress aShortAddress, const otExtAddress &aExtAddress) in Set() argument 69 mShortAddress = aShortAddress; in Set() 139 …bool Matches(const otShortAddress &aShortAddress) const { return mShortAddress == aShortAddress; }; in Matches() 182 otError otLinkMetricsConfigureEnhAckProbing(otShortAddress aShortAddress, in otLinkMetricsConfigureEnhAckProbing() argument 193 dataInfo = GetLinkMetricsDataInfoActiveList().RemoveMatching(aShortAddress); in otLinkMetricsConfigureEnhAckProbing() 199 dataInfo = GetLinkMetricsDataInfoActiveList().FindMatching(aShortAddress); in otLinkMetricsConfigureEnhAckProbing() 210 dataInfo->Set(aLinkMetrics, aShortAddress, *aExtAddress); in otLinkMetricsConfigureEnhAckProbing()
|
D | soft_source_match_table.c | 61 int16_t utilsSoftSrcMatchShortFindEntry(uint16_t aShortAddress) in utilsSoftSrcMatchShortFindEntry() argument 64 uint16_t checksum = aShortAddress + sPanId; in utilsSoftSrcMatchShortFindEntry() 94 static inline void addToSrcMatchShortIndirect(uint16_t entry, uint16_t aShortAddress) in addToSrcMatchShortIndirect() argument 96 uint16_t checksum = aShortAddress + sPanId; in addToSrcMatchShortIndirect() 108 otError otPlatRadioAddSrcMatchShortEntry(otInstance *aInstance, uint16_t aShortAddress) in otPlatRadioAddSrcMatchShortEntry() argument 120 addToSrcMatchShortIndirect((uint16_t)entry, aShortAddress); in otPlatRadioAddSrcMatchShortEntry() 126 otError otPlatRadioClearSrcMatchShortEntry(otInstance *aInstance, uint16_t aShortAddress) in otPlatRadioClearSrcMatchShortEntry() argument 133 entry = utilsSoftSrcMatchShortFindEntry(aShortAddress); in otPlatRadioClearSrcMatchShortEntry()
|
D | soft_source_match_table.h | 61 int16_t utilsSoftSrcMatchShortFindEntry(uint16_t aShortAddress);
|
D | link_metrics.h | 77 otError otLinkMetricsConfigureEnhAckProbing(otShortAddress aShortAddress,
|
D | mac_frame.h | 141 otShortAddress aShortAddress,
|
/openthread-3.6.0/include/openthread/ |
D | link_raw.h | 123 otError otLinkRawSetShortAddress(otInstance *aInstance, uint16_t aShortAddress); 272 otError otLinkRawSrcMatchAddShortEntry(otInstance *aInstance, uint16_t aShortAddress); 298 otError otLinkRawSrcMatchClearShortEntry(otInstance *aInstance, uint16_t aShortAddress);
|
D | link_metrics.h | 142 typedef void (*otLinkMetricsEnhAckProbingIeReportCallback)(otShortAddress aShortAddress,
|
/openthread-3.6.0/src/core/thread/ |
D | neighbor_table.cpp | 66 Neighbor *NeighborTable::FindParent(Mac::ShortAddress aShortAddress, Neighbor::StateFilter aFilter) in FindParent() argument 68 return FindParent(Neighbor::AddressMatcher(aShortAddress, aFilter)); in FindParent() 100 Neighbor *NeighborTable::FindNeighbor(Mac::ShortAddress aShortAddress, Neighbor::StateFilter aFilte… in FindNeighbor() argument 104 …VerifyOrExit((aShortAddress != Mac::kShortAddrBroadcast) && (aShortAddress != Mac::kShortAddrInval… in FindNeighbor() 105 neighbor = FindNeighbor(Neighbor::AddressMatcher(aShortAddress, aFilter)); in FindNeighbor()
|
D | neighbor_table.hpp | 101 Neighbor *FindParent(Mac::ShortAddress aShortAddress, 139 Neighbor *FindNeighbor(Mac::ShortAddress aShortAddress,
|
D | neighbor.hpp | 131 AddressMatcher(Mac::ShortAddress aShortAddress, StateFilter aStateFilter) in AddressMatcher() argument 132 : AddressMatcher(aStateFilter, aShortAddress, nullptr) in AddressMatcher() 186 …AddressMatcher(StateFilter aStateFilter, Mac::ShortAddress aShortAddress, const Mac::ExtAddress *a… in AddressMatcher() argument 188 , mShortAddress(aShortAddress) in AddressMatcher()
|
/openthread-3.6.0/src/core/api/ |
D | link_raw_api.cpp | 59 otError otLinkRawSetShortAddress(otInstance *aInstance, uint16_t aShortAddress) in otLinkRawSetShortAddress() argument 61 return AsCoreType(aInstance).Get<Mac::LinkRaw>().SetShortAddress(aShortAddress); in otLinkRawSetShortAddress() 128 otError otLinkRawSrcMatchAddShortEntry(otInstance *aInstance, uint16_t aShortAddress) in otLinkRawSrcMatchAddShortEntry() argument 135 error = instance.Get<Radio>().AddSrcMatchShortEntry(aShortAddress); in otLinkRawSrcMatchAddShortEntry() 158 otError otLinkRawSrcMatchClearShortEntry(otInstance *aInstance, uint16_t aShortAddress) in otLinkRawSrcMatchClearShortEntry() argument 164 error = instance.Get<Radio>().ClearSrcMatchShortEntry(aShortAddress); in otLinkRawSrcMatchClearShortEntry()
|
/openthread-3.6.0/src/cli/ |
D | cli_link_metrics.hpp | 107 static void HandleLinkMetricsEnhAckProbingIe(otShortAddress aShortAddress, 112 void HandleLinkMetricsEnhAckProbingIe(otShortAddress aShortAddress,
|
D | cli_link_metrics.cpp | 473 void LinkMetrics::HandleLinkMetricsEnhAckProbingIe(otShortAddress aShortAddress, in HandleLinkMetricsEnhAckProbingIe() argument 478 …static_cast<LinkMetrics *>(aContext)->HandleLinkMetricsEnhAckProbingIe(aShortAddress, aExtAddress,… in HandleLinkMetricsEnhAckProbingIe() 481 void LinkMetrics::HandleLinkMetricsEnhAckProbingIe(otShortAddress aShortAddress, in HandleLinkMetricsEnhAckProbingIe() argument 486 aShortAddress); in HandleLinkMetricsEnhAckProbingIe()
|
/openthread-3.6.0/src/core/radio/ |
D | radio.hpp | 335 void SetShortAddress(Mac::ShortAddress aShortAddress); 648 Error AddSrcMatchShortEntry(Mac::ShortAddress aShortAddress); 670 Error ClearSrcMatchShortEntry(Mac::ShortAddress aShortAddress); 735 const Mac::ShortAddress &aShortAddress, in ConfigureEnhAckProbing() argument 738 …return otPlatRadioConfigureEnhAckProbing(GetInstancePtr(), aLinkMetrics, aShortAddress, &aExtAddre… in ConfigureEnhAckProbing() 998 inline Error Radio::AddSrcMatchShortEntry(Mac::ShortAddress aShortAddress) in AddSrcMatchShortEntry() argument 1000 return otPlatRadioAddSrcMatchShortEntry(GetInstancePtr(), aShortAddress); in AddSrcMatchShortEntry() 1008 inline Error Radio::ClearSrcMatchShortEntry(Mac::ShortAddress aShortAddress) in ClearSrcMatchShortEntry() argument 1010 return otPlatRadioClearSrcMatchShortEntry(GetInstancePtr(), aShortAddress); in ClearSrcMatchShortEntry()
|
D | radio.cpp | 92 void Radio::SetShortAddress(Mac::ShortAddress aShortAddress) in SetShortAddress() argument 94 otPlatRadioSetShortAddress(GetInstancePtr(), aShortAddress); in SetShortAddress() 97 Get<Utils::Otns>().EmitShortAddress(aShortAddress); in SetShortAddress()
|
/openthread-3.6.0/tests/fuzz/ |
D | fuzzer_platform.cpp | 256 void otPlatRadioSetShortAddress(otInstance *aInstance, uint16_t aShortAddress) in otPlatRadioSetShortAddress() argument 259 OT_UNUSED_VARIABLE(aShortAddress); in otPlatRadioSetShortAddress() 363 otError otPlatRadioAddSrcMatchShortEntry(otInstance *aInstance, uint16_t aShortAddress) in otPlatRadioAddSrcMatchShortEntry() argument 366 OT_UNUSED_VARIABLE(aShortAddress); in otPlatRadioAddSrcMatchShortEntry() 377 otError otPlatRadioClearSrcMatchShortEntry(otInstance *aInstance, uint16_t aShortAddress) in otPlatRadioClearSrcMatchShortEntry() argument 380 OT_UNUSED_VARIABLE(aShortAddress); in otPlatRadioClearSrcMatchShortEntry()
|
/openthread-3.6.0/src/core/utils/ |
D | link_metrics_manager.hpp | 197 static void HandleEnhAckIe(otShortAddress aShortAddress, 201 void HandleEnhAckIe(otShortAddress aShortAddress,
|
D | link_metrics_manager.cpp | 244 void LinkMetricsManager::HandleEnhAckIe(otShortAddress aShortAddress, in HandleEnhAckIe() argument 249 …static_cast<LinkMetricsManager *>(aContext)->HandleEnhAckIe(aShortAddress, aExtAddress, aMetricsVa… in HandleEnhAckIe() 252 void LinkMetricsManager::HandleEnhAckIe(otShortAddress aShortAddress, in HandleEnhAckIe() argument 256 OT_UNUSED_VARIABLE(aShortAddress); in HandleEnhAckIe()
|
D | otns.hpp | 84 static void EmitShortAddress(uint16_t aShortAddress);
|
D | otns.cpp | 50 void Otns::EmitShortAddress(uint16_t aShortAddress) { EmitStatus("rloc16=%d", aShortAddress); } in EmitShortAddress() argument
|
/openthread-3.6.0/src/core/mac/ |
D | mac_links.hpp | 344 void SetShortAddress(ShortAddress aShortAddress) in SetShortAddress() argument 347 mSubMac.SetShortAddress(aShortAddress); in SetShortAddress() 349 mShortAddress = aShortAddress; in SetShortAddress()
|
D | link_raw.cpp | 159 Error LinkRaw::SetShortAddress(ShortAddress aShortAddress) in SetShortAddress() argument 164 mSubMac.SetShortAddress(aShortAddress); in SetShortAddress()
|
D | link_raw.hpp | 199 Error SetShortAddress(ShortAddress aShortAddress);
|
/openthread-3.6.0/include/openthread/platform/ |
D | radio.h | 521 void otPlatRadioSetShortAddress(otInstance *aInstance, otShortAddress aShortAddress); 1012 otError otPlatRadioAddSrcMatchShortEntry(otInstance *aInstance, otShortAddress aShortAddress); 1036 otError otPlatRadioClearSrcMatchShortEntry(otInstance *aInstance, otShortAddress aShortAddress); 1286 otShortAddress aShortAddress,
|
/openthread-3.6.0/src/posix/platform/ |
D | radio.cpp | 470 otError otPlatRadioAddSrcMatchShortEntry(otInstance *aInstance, uint16_t aShortAddress) in otPlatRadioAddSrcMatchShortEntry() argument 473 return GetRadioSpinel().AddSrcMatchShortEntry(aShortAddress); in otPlatRadioAddSrcMatchShortEntry() 489 otError otPlatRadioClearSrcMatchShortEntry(otInstance *aInstance, uint16_t aShortAddress) in otPlatRadioClearSrcMatchShortEntry() argument 492 return GetRadioSpinel().ClearSrcMatchShortEntry(aShortAddress); in otPlatRadioClearSrcMatchShortEntry() 1027 const otShortAddress aShortAddress, in otPlatRadioConfigureEnhAckProbing() argument 1032 return GetRadioSpinel().ConfigureEnhAckProbing(aLinkMetrics, aShortAddress, *aExtAddress); in otPlatRadioConfigureEnhAckProbing()
|