Home
last modified time | relevance | path

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

/openthread-latest/examples/platforms/utils/
Dsoft_source_match_table.c60 int16_t utilsSoftSrcMatchShortFindEntry(uint16_t aShortAddress) in utilsSoftSrcMatchShortFindEntry()
93 static inline void addToSrcMatchShortIndirect(uint16_t entry, uint16_t aShortAddress) in addToSrcMatchShortIndirect()
107 otError otPlatRadioAddSrcMatchShortEntry(otInstance *aInstance, uint16_t aShortAddress) in otPlatRadioAddSrcMatchShortEntry()
125 otError otPlatRadioClearSrcMatchShortEntry(otInstance *aInstance, uint16_t aShortAddress) in otPlatRadioClearSrcMatchShortEntry()
Dlink_metrics.cpp64 …void Set(otLinkMetrics aLinkMetrics, otShortAddress aShortAddress, const otExtAddress &aExtAddress) in Set()
181 otError otLinkMetricsConfigureEnhAckProbing(otShortAddress aShortAddress, in otLinkMetricsConfigureEnhAckProbing()
Dmac_frame.cpp42 otShortAddress aShortAddress, in otMacFrameDoesAddrMatch()
50 otShortAddress aShortAddress, in otMacFrameDoesAddrMatchAny()
/openthread-latest/src/core/api/
Dlink_raw_api.cpp51 otError otLinkRawSetShortAddress(otInstance *aInstance, uint16_t aShortAddress) in otLinkRawSetShortAddress()
56 otError otLinkRawSetAlternateShortAddress(otInstance *aInstance, otShortAddress aShortAddress) in otLinkRawSetAlternateShortAddress()
125 otError otLinkRawSrcMatchAddShortEntry(otInstance *aInstance, uint16_t aShortAddress) in otLinkRawSrcMatchAddShortEntry()
151 otError otLinkRawSrcMatchClearShortEntry(otInstance *aInstance, uint16_t aShortAddress) in otLinkRawSrcMatchClearShortEntry()
/openthread-latest/src/core/thread/
Dneighbor_table.cpp63 Neighbor *NeighborTable::FindParent(Mac::ShortAddress aShortAddress, Neighbor::StateFilter aFilter) in FindParent()
97 Neighbor *NeighborTable::FindNeighbor(Mac::ShortAddress aShortAddress, Neighbor::StateFilter aFilte… in FindNeighbor()
Dneighbor.hpp126 AddressMatcher(Mac::ShortAddress aShortAddress, StateFilter aStateFilter) in AddressMatcher()
176 …AddressMatcher(StateFilter aStateFilter, Mac::ShortAddress aShortAddress, const Mac::ExtAddress *a… in AddressMatcher()
/openthread-latest/src/core/mac/
Dlink_raw.cpp153 Error LinkRaw::SetShortAddress(ShortAddress aShortAddress) in SetShortAddress()
164 Error LinkRaw::SetAlternateShortAddress(ShortAddress aShortAddress) in SetAlternateShortAddress()
Dmac_links.hpp324 void SetShortAddress(ShortAddress aShortAddress) in SetShortAddress()
353 void SetAlternateShortAddress(ShortAddress aShortAddress) in SetAlternateShortAddress()
Dsub_mac.cpp162 void SubMac::SetShortAddress(ShortAddress aShortAddress) in SetShortAddress()
169 void SubMac::SetAlternateShortAddress(ShortAddress aShortAddress) in SetAlternateShortAddress()
Dmac.hpp264 void SetShortAddress(ShortAddress aShortAddress) { mLinks.SetShortAddress(aShortAddress); } in SetShortAddress()
278 …void SetAlternateShortAddress(ShortAddress aShortAddress) { mLinks.SetAlternateShortAddress(aShort… in SetAlternateShortAddress()
Dmac_types.hpp323 void SetShort(ShortAddress aShortAddress) in SetShort()
/openthread-latest/src/core/utils/
Dlink_metrics_manager.cpp238 void LinkMetricsManager::HandleEnhAckIe(otShortAddress aShortAddress, in HandleEnhAckIe()
246 void LinkMetricsManager::HandleEnhAckIe(otShortAddress aShortAddress, in HandleEnhAckIe()
Dotns.cpp47 void Otns::EmitShortAddress(uint16_t aShortAddress) { EmitStatus("rloc16=%d", aShortAddress); } in EmitShortAddress()
/openthread-latest/src/cli/
Dcli_link_metrics.cpp548 void LinkMetrics::HandleLinkMetricsEnhAckProbingIe(otShortAddress aShortAddress, in HandleLinkMetricsEnhAckProbingIe()
556 void LinkMetrics::HandleLinkMetricsEnhAckProbingIe(otShortAddress aShortAddress, in HandleLinkMetricsEnhAckProbingIe()
/openthread-latest/tests/nexus/platform/
Dnexus_radio.cpp71 void otPlatRadioSetShortAddress(otInstance *aInstance, otShortAddress aShortAddress) in otPlatRadioSetShortAddress()
156 otError otPlatRadioAddSrcMatchShortEntry(otInstance *aInstance, otShortAddress aShortAddress) in otPlatRadioAddSrcMatchShortEntry()
183 otError otPlatRadioClearSrcMatchShortEntry(otInstance *aInstance, otShortAddress aShortAddress) in otPlatRadioClearSrcMatchShortEntry()
/openthread-latest/src/core/radio/
Dradio.cpp91 void Radio::SetShortAddress(Mac::ShortAddress aShortAddress) in SetShortAddress()
Dradio.hpp730 const Mac::ShortAddress &aShortAddress, in ConfigureEnhAckProbing()
885 inline void Radio::SetAlternateShortAddress(Mac::ShortAddress aShortAddress) in SetAlternateShortAddress()
1014 inline Error Radio::AddSrcMatchShortEntry(Mac::ShortAddress aShortAddress) in AddSrcMatchShortEntry()
1019 inline Error Radio::ClearSrcMatchShortEntry(Mac::ShortAddress aShortAddress) in ClearSrcMatchShortEntry()
Dradio_platform.cpp186 …_WEAK void otPlatRadioSetAlternateShortAddress(otInstance *aInstance, otShortAddress aShortAddress) in otPlatRadioSetAlternateShortAddress()
/openthread-latest/tests/fuzz/
Dfuzzer_platform.cpp282 void otPlatRadioSetShortAddress(otInstance *aInstance, uint16_t aShortAddress) in otPlatRadioSetShortAddress()
389 otError otPlatRadioAddSrcMatchShortEntry(otInstance *aInstance, uint16_t aShortAddress) in otPlatRadioAddSrcMatchShortEntry()
403 otError otPlatRadioClearSrcMatchShortEntry(otInstance *aInstance, uint16_t aShortAddress) in otPlatRadioClearSrcMatchShortEntry()
/openthread-latest/examples/platforms/simulation/
Dradio.c377 void otPlatRadioSetShortAddress(otInstance *aInstance, otShortAddress aShortAddress) in otPlatRadioSetShortAddress()
386 void otPlatRadioSetAlternateShortAddress(otInstance *aInstance, otShortAddress aShortAddress) in otPlatRadioSetAlternateShortAddress()
1193 const otShortAddress aShortAddress, in otPlatRadioConfigureEnhAckProbing()
/openthread-latest/src/posix/platform/
Dradio.cpp399 otError otPlatRadioAddSrcMatchShortEntry(otInstance *aInstance, uint16_t aShortAddress) in otPlatRadioAddSrcMatchShortEntry()
418 otError otPlatRadioClearSrcMatchShortEntry(otInstance *aInstance, uint16_t aShortAddress) in otPlatRadioClearSrcMatchShortEntry()
1040 const otShortAddress aShortAddress, in otPlatRadioConfigureEnhAckProbing()
/openthread-latest/src/lib/spinel/
Dradio_spinel.cpp997 otError RadioSpinel::AddSrcMatchShortEntry(uint16_t aShortAddress) in AddSrcMatchShortEntry()
1052 otError RadioSpinel::ClearSrcMatchShortEntry(uint16_t aShortAddress) in ClearSrcMatchShortEntry()
2354 const otShortAddress &aShortAddress, in ConfigureEnhAckProbing()
/openthread-latest/src/ncp/
Dncp_base_mtd.cpp4380 void NcpBase::HandleLinkMetricsEnhAckProbingIeReport_Jump(otShortAddress aShortAddress, in HandleLinkMetricsEnhAckProbingIeReport_Jump()
4389 void NcpBase::HandleLinkMetricsEnhAckProbingIeReport(otShortAddress aShortAddress, in HandleLinkMetricsEnhAckProbingIeReport()