/aosp_15_r20/external/openthread/examples/platforms/utils/ |
H A D | soft_source_match_table.c | 61 int16_t utilsSoftSrcMatchShortFindEntry(uint16_t aShortAddress) in utilsSoftSrcMatchShortFindEntry() 94 static inline void addToSrcMatchShortIndirect(uint16_t entry, uint16_t aShortAddress) in addToSrcMatchShortIndirect() 108 otError otPlatRadioAddSrcMatchShortEntry(otInstance *aInstance, uint16_t aShortAddress) in otPlatRadioAddSrcMatchShortEntry() 126 otError otPlatRadioClearSrcMatchShortEntry(otInstance *aInstance, uint16_t aShortAddress) in otPlatRadioClearSrcMatchShortEntry()
|
H A D | link_metrics.cpp | 66 …void Set(otLinkMetrics aLinkMetrics, otShortAddress aShortAddress, const otExtAddress &aExtAddress) in Set() 186 otError otLinkMetricsConfigureEnhAckProbing(otShortAddress aShortAddress, in otLinkMetricsConfigureEnhAckProbing()
|
H A D | mac_frame.cpp | 38 otShortAddress aShortAddress, in otMacFrameDoesAddrMatch()
|
/aosp_15_r20/external/openthread/src/core/api/ |
H A D | link_raw_api.cpp | 59 otError otLinkRawSetShortAddress(otInstance *aInstance, uint16_t aShortAddress) in otLinkRawSetShortAddress() 128 otError otLinkRawSrcMatchAddShortEntry(otInstance *aInstance, uint16_t aShortAddress) in otLinkRawSrcMatchAddShortEntry() 158 otError otLinkRawSrcMatchClearShortEntry(otInstance *aInstance, uint16_t aShortAddress) in otLinkRawSrcMatchClearShortEntry()
|
/aosp_15_r20/external/openthread/src/core/thread/ |
H A D | neighbor_table.cpp | 66 Neighbor *NeighborTable::FindParent(Mac::ShortAddress aShortAddress, Neighbor::StateFilter aFilter) in FindParent() 100 Neighbor *NeighborTable::FindNeighbor(Mac::ShortAddress aShortAddress, Neighbor::StateFilter aFilte… in FindNeighbor()
|
H A D | neighbor.hpp | 131 AddressMatcher(Mac::ShortAddress aShortAddress, StateFilter aStateFilter) in AddressMatcher() 185 …AddressMatcher(StateFilter aStateFilter, Mac::ShortAddress aShortAddress, const Mac::ExtAddress *a… in AddressMatcher()
|
/aosp_15_r20/external/openthread/src/core/utils/ |
H A D | link_metrics_manager.cpp | 244 void LinkMetricsManager::HandleEnhAckIe(otShortAddress aShortAddress, in HandleEnhAckIe() 252 void LinkMetricsManager::HandleEnhAckIe(otShortAddress aShortAddress, in HandleEnhAckIe()
|
H A D | otns.cpp | 50 void Otns::EmitShortAddress(uint16_t aShortAddress) { EmitStatus("rloc16=%d", aShortAddress); } in EmitShortAddress()
|
/aosp_15_r20/external/openthread/src/cli/ |
H A D | cli_link_metrics.cpp | 548 void LinkMetrics::HandleLinkMetricsEnhAckProbingIe(otShortAddress aShortAddress, in HandleLinkMetricsEnhAckProbingIe() 556 void LinkMetrics::HandleLinkMetricsEnhAckProbingIe(otShortAddress aShortAddress, in HandleLinkMetricsEnhAckProbingIe()
|
/aosp_15_r20/external/openthread/src/core/radio/ |
H A D | radio.hpp | 744 const Mac::ShortAddress &aShortAddress, in ConfigureEnhAckProbing() 1007 inline Error Radio::AddSrcMatchShortEntry(Mac::ShortAddress aShortAddress) in AddSrcMatchShortEntry() 1017 inline Error Radio::ClearSrcMatchShortEntry(Mac::ShortAddress aShortAddress) in ClearSrcMatchShortEntry()
|
H A D | radio.cpp | 92 void Radio::SetShortAddress(Mac::ShortAddress aShortAddress) in SetShortAddress()
|
/aosp_15_r20/external/openthread/tests/fuzz/ |
H A D | fuzzer_platform.cpp | 275 void otPlatRadioSetShortAddress(otInstance *aInstance, uint16_t aShortAddress) in otPlatRadioSetShortAddress() 382 otError otPlatRadioAddSrcMatchShortEntry(otInstance *aInstance, uint16_t aShortAddress) in otPlatRadioAddSrcMatchShortEntry() 396 otError otPlatRadioClearSrcMatchShortEntry(otInstance *aInstance, uint16_t aShortAddress) in otPlatRadioClearSrcMatchShortEntry()
|
/aosp_15_r20/external/openthread/src/posix/platform/ |
H A D | radio.cpp | 392 otError otPlatRadioAddSrcMatchShortEntry(otInstance *aInstance, uint16_t aShortAddress) in otPlatRadioAddSrcMatchShortEntry() 411 otError otPlatRadioClearSrcMatchShortEntry(otInstance *aInstance, uint16_t aShortAddress) in otPlatRadioClearSrcMatchShortEntry() 1033 const otShortAddress aShortAddress, in otPlatRadioConfigureEnhAckProbing()
|
/aosp_15_r20/external/openthread/src/lib/spinel/ |
H A D | radio_spinel.cpp | 980 otError RadioSpinel::AddSrcMatchShortEntry(uint16_t aShortAddress) in AddSrcMatchShortEntry() 1029 otError RadioSpinel::ClearSrcMatchShortEntry(uint16_t aShortAddress) in ClearSrcMatchShortEntry() 2311 const otShortAddress &aShortAddress, in ConfigureEnhAckProbing()
|
/aosp_15_r20/external/openthread/src/core/mac/ |
H A D | mac_frame.cpp | 432 void Frame::SetDstAddr(ShortAddress aShortAddress) in SetDstAddr() 622 void Frame::SetSrcAddr(ShortAddress aShortAddress) in SetSrcAddr()
|
H A D | link_raw.cpp | 159 Error LinkRaw::SetShortAddress(ShortAddress aShortAddress) in SetShortAddress()
|
H A D | mac_links.hpp | 345 void SetShortAddress(ShortAddress aShortAddress) in SetShortAddress()
|
H A D | sub_mac.cpp | 157 void SubMac::SetShortAddress(ShortAddress aShortAddress) in SetShortAddress()
|
H A D | mac.hpp | 270 void SetShortAddress(ShortAddress aShortAddress) { mLinks.SetShortAddress(aShortAddress); } in SetShortAddress()
|
H A D | mac_types.hpp | 344 void SetShort(ShortAddress aShortAddress) in SetShort()
|
/aosp_15_r20/external/openthread/examples/platforms/simulation/ |
H A D | radio.c | 388 void otPlatRadioSetShortAddress(otInstance *aInstance, otShortAddress aShortAddress) in otPlatRadioSetShortAddress() 1286 const otShortAddress aShortAddress, in otPlatRadioConfigureEnhAckProbing()
|
/aosp_15_r20/external/openthread/src/ncp/ |
H A D | ncp_base_mtd.cpp | 4382 void NcpBase::HandleLinkMetricsEnhAckProbingIeReport_Jump(otShortAddress aShortAddress, in HandleLinkMetricsEnhAckProbingIeReport_Jump() 4391 void NcpBase::HandleLinkMetricsEnhAckProbingIeReport(otShortAddress aShortAddress, in HandleLinkMetricsEnhAckProbingIeReport()
|