Home
last modified time | relevance | path

Searched defs:aShortAddress (Results 1 – 22 of 22) sorted by relevance

/aosp_15_r20/external/openthread/examples/platforms/utils/
H A Dsoft_source_match_table.c61 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 Dlink_metrics.cpp66 …void Set(otLinkMetrics aLinkMetrics, otShortAddress aShortAddress, const otExtAddress &aExtAddress) in Set()
186 otError otLinkMetricsConfigureEnhAckProbing(otShortAddress aShortAddress, in otLinkMetricsConfigureEnhAckProbing()
H A Dmac_frame.cpp38 otShortAddress aShortAddress, in otMacFrameDoesAddrMatch()
/aosp_15_r20/external/openthread/src/core/api/
H A Dlink_raw_api.cpp59 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 Dneighbor_table.cpp66 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 Dneighbor.hpp131 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 Dlink_metrics_manager.cpp244 void LinkMetricsManager::HandleEnhAckIe(otShortAddress aShortAddress, in HandleEnhAckIe()
252 void LinkMetricsManager::HandleEnhAckIe(otShortAddress aShortAddress, in HandleEnhAckIe()
H A Dotns.cpp50 void Otns::EmitShortAddress(uint16_t aShortAddress) { EmitStatus("rloc16=%d", aShortAddress); } in EmitShortAddress()
/aosp_15_r20/external/openthread/src/cli/
H A Dcli_link_metrics.cpp548 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 Dradio.hpp744 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 Dradio.cpp92 void Radio::SetShortAddress(Mac::ShortAddress aShortAddress) in SetShortAddress()
/aosp_15_r20/external/openthread/tests/fuzz/
H A Dfuzzer_platform.cpp275 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 Dradio.cpp392 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 Dradio_spinel.cpp980 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 Dmac_frame.cpp432 void Frame::SetDstAddr(ShortAddress aShortAddress) in SetDstAddr()
622 void Frame::SetSrcAddr(ShortAddress aShortAddress) in SetSrcAddr()
H A Dlink_raw.cpp159 Error LinkRaw::SetShortAddress(ShortAddress aShortAddress) in SetShortAddress()
H A Dmac_links.hpp345 void SetShortAddress(ShortAddress aShortAddress) in SetShortAddress()
H A Dsub_mac.cpp157 void SubMac::SetShortAddress(ShortAddress aShortAddress) in SetShortAddress()
H A Dmac.hpp270 void SetShortAddress(ShortAddress aShortAddress) { mLinks.SetShortAddress(aShortAddress); } in SetShortAddress()
H A Dmac_types.hpp344 void SetShort(ShortAddress aShortAddress) in SetShort()
/aosp_15_r20/external/openthread/examples/platforms/simulation/
H A Dradio.c388 void otPlatRadioSetShortAddress(otInstance *aInstance, otShortAddress aShortAddress) in otPlatRadioSetShortAddress()
1286 const otShortAddress aShortAddress, in otPlatRadioConfigureEnhAckProbing()
/aosp_15_r20/external/openthread/src/ncp/
H A Dncp_base_mtd.cpp4382 void NcpBase::HandleLinkMetricsEnhAckProbingIeReport_Jump(otShortAddress aShortAddress, in HandleLinkMetricsEnhAckProbingIeReport_Jump()
4391 void NcpBase::HandleLinkMetricsEnhAckProbingIeReport(otShortAddress aShortAddress, in HandleLinkMetricsEnhAckProbingIeReport()