Home
last modified time | relevance | path

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

/openthread-3.4.0/examples/platforms/utils/
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()
Dlink_metrics.cpp66 …void Set(otLinkMetrics aLinkMetrics, otShortAddress aShortAddress, const otExtAddress &aExtAddress) in Set()
182 otError otLinkMetricsConfigureEnhAckProbing(otShortAddress aShortAddress, in otLinkMetricsConfigureEnhAckProbing()
Dmac_frame.cpp38 otShortAddress aShortAddress, in otMacFrameDoesAddrMatch()
/openthread-3.4.0/src/core/radio/
Dradio.cpp76 void Radio::SetShortAddress(Mac::ShortAddress aShortAddress) in SetShortAddress()
Dradio.hpp655 const Mac::ShortAddress &aShortAddress, in ConfigureEnhAckProbing()
793 inline Error Radio::AddSrcMatchShortEntry(Mac::ShortAddress aShortAddress) in AddSrcMatchShortEntry()
803 inline Error Radio::ClearSrcMatchShortEntry(Mac::ShortAddress aShortAddress) in ClearSrcMatchShortEntry()
/openthread-3.4.0/src/core/thread/
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()
Dtopology.hpp131 AddressMatcher(Mac::ShortAddress aShortAddress, StateFilter aStateFilter) in AddressMatcher()
186 …AddressMatcher(StateFilter aStateFilter, Mac::ShortAddress aShortAddress, const Mac::ExtAddress *a… in AddressMatcher()
/openthread-3.4.0/src/core/api/
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()
/openthread-3.4.0/tests/fuzz/
Dfuzzer_platform.cpp251 void otPlatRadioSetShortAddress(otInstance *aInstance, uint16_t aShortAddress) in otPlatRadioSetShortAddress()
352 otError otPlatRadioAddSrcMatchShortEntry(otInstance *aInstance, uint16_t aShortAddress) in otPlatRadioAddSrcMatchShortEntry()
366 otError otPlatRadioClearSrcMatchShortEntry(otInstance *aInstance, uint16_t aShortAddress) in otPlatRadioClearSrcMatchShortEntry()
/openthread-3.4.0/src/core/utils/
Dotns.cpp50 void Otns::EmitShortAddress(uint16_t aShortAddress) { EmitStatus("rloc16=%d", aShortAddress); } in EmitShortAddress()
/openthread-3.4.0/src/core/mac/
Dlink_raw.cpp159 Error LinkRaw::SetShortAddress(ShortAddress aShortAddress) in SetShortAddress()
Dmac_links.hpp341 void SetShortAddress(ShortAddress aShortAddress) in SetShortAddress()
Dmac_frame.cpp297 void Frame::SetDstAddr(ShortAddress aShortAddress) in SetDstAddr()
466 void Frame::SetSrcAddr(ShortAddress aShortAddress) in SetSrcAddr()
Dsub_mac.cpp159 void SubMac::SetShortAddress(ShortAddress aShortAddress) in SetShortAddress()
Dmac.hpp267 void SetShortAddress(ShortAddress aShortAddress) { mLinks.SetShortAddress(aShortAddress); } in SetShortAddress()
Dmac_types.hpp344 void SetShort(ShortAddress aShortAddress) in SetShort()
/openthread-3.4.0/src/posix/platform/
Dradio.cpp378 otError otPlatRadioAddSrcMatchShortEntry(otInstance *aInstance, uint16_t aShortAddress) in otPlatRadioAddSrcMatchShortEntry()
397 otError otPlatRadioClearSrcMatchShortEntry(otInstance *aInstance, uint16_t aShortAddress) in otPlatRadioClearSrcMatchShortEntry()
887 const otShortAddress aShortAddress, in otPlatRadioConfigureEnhAckProbing()
/openthread-3.4.0/examples/platforms/simulation/
Dradio.c392 void otPlatRadioSetShortAddress(otInstance *aInstance, otShortAddress aShortAddress) in otPlatRadioSetShortAddress()
1402 const otShortAddress aShortAddress, in otPlatRadioConfigureEnhAckProbing()
/openthread-3.4.0/src/lib/spinel/
Dradio_spinel_impl.hpp1297 …Error RadioSpinel<InterfaceType, ProcessContextType>::AddSrcMatchShortEntry(uint16_t aShortAddress) in AddSrcMatchShortEntry()
1348 …ror RadioSpinel<InterfaceType, ProcessContextType>::ClearSrcMatchShortEntry(uint16_t aShortAddress) in ClearSrcMatchShortEntry()
2512const otShortAddress aShortAddress, in ConfigureEnhAckProbing()
/openthread-3.4.0/src/cli/
Dcli.cpp4599 void Interpreter::HandleLinkMetricsEnhAckProbingIe(otShortAddress aShortAddress, in HandleLinkMetricsEnhAckProbingIe()
4607 void Interpreter::HandleLinkMetricsEnhAckProbingIe(otShortAddress aShortAddress, in HandleLinkMetricsEnhAckProbingIe()
/openthread-3.4.0/src/ncp/
Dncp_base_mtd.cpp4275 void NcpBase::HandleLinkMetricsEnhAckProbingIeReport_Jump(otShortAddress aShortAddress, in HandleLinkMetricsEnhAckProbingIeReport_Jump()
4284 void NcpBase::HandleLinkMetricsEnhAckProbingIeReport(otShortAddress aShortAddress, in HandleLinkMetricsEnhAckProbingIeReport()