/openthread-latest/examples/platforms/utils/ |
D | soft_source_match_table.c | 60 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()
|
D | link_metrics.cpp | 64 …void Set(otLinkMetrics aLinkMetrics, otShortAddress aShortAddress, const otExtAddress &aExtAddress) in Set() 181 otError otLinkMetricsConfigureEnhAckProbing(otShortAddress aShortAddress, in otLinkMetricsConfigureEnhAckProbing()
|
D | mac_frame.cpp | 42 otShortAddress aShortAddress, in otMacFrameDoesAddrMatch() 50 otShortAddress aShortAddress, in otMacFrameDoesAddrMatchAny()
|
/openthread-latest/src/core/api/ |
D | link_raw_api.cpp | 51 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/ |
D | neighbor_table.cpp | 63 Neighbor *NeighborTable::FindParent(Mac::ShortAddress aShortAddress, Neighbor::StateFilter aFilter) in FindParent() 97 Neighbor *NeighborTable::FindNeighbor(Mac::ShortAddress aShortAddress, Neighbor::StateFilter aFilte… in FindNeighbor()
|
D | neighbor.hpp | 126 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/ |
D | link_raw.cpp | 153 Error LinkRaw::SetShortAddress(ShortAddress aShortAddress) in SetShortAddress() 164 Error LinkRaw::SetAlternateShortAddress(ShortAddress aShortAddress) in SetAlternateShortAddress()
|
D | mac_links.hpp | 324 void SetShortAddress(ShortAddress aShortAddress) in SetShortAddress() 353 void SetAlternateShortAddress(ShortAddress aShortAddress) in SetAlternateShortAddress()
|
D | sub_mac.cpp | 162 void SubMac::SetShortAddress(ShortAddress aShortAddress) in SetShortAddress() 169 void SubMac::SetAlternateShortAddress(ShortAddress aShortAddress) in SetAlternateShortAddress()
|
D | mac.hpp | 264 void SetShortAddress(ShortAddress aShortAddress) { mLinks.SetShortAddress(aShortAddress); } in SetShortAddress() 278 …void SetAlternateShortAddress(ShortAddress aShortAddress) { mLinks.SetAlternateShortAddress(aShort… in SetAlternateShortAddress()
|
D | mac_types.hpp | 323 void SetShort(ShortAddress aShortAddress) in SetShort()
|
/openthread-latest/src/core/utils/ |
D | link_metrics_manager.cpp | 238 void LinkMetricsManager::HandleEnhAckIe(otShortAddress aShortAddress, in HandleEnhAckIe() 246 void LinkMetricsManager::HandleEnhAckIe(otShortAddress aShortAddress, in HandleEnhAckIe()
|
D | otns.cpp | 47 void Otns::EmitShortAddress(uint16_t aShortAddress) { EmitStatus("rloc16=%d", aShortAddress); } in EmitShortAddress()
|
/openthread-latest/src/cli/ |
D | cli_link_metrics.cpp | 548 void LinkMetrics::HandleLinkMetricsEnhAckProbingIe(otShortAddress aShortAddress, in HandleLinkMetricsEnhAckProbingIe() 556 void LinkMetrics::HandleLinkMetricsEnhAckProbingIe(otShortAddress aShortAddress, in HandleLinkMetricsEnhAckProbingIe()
|
/openthread-latest/tests/nexus/platform/ |
D | nexus_radio.cpp | 71 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/ |
D | radio.cpp | 91 void Radio::SetShortAddress(Mac::ShortAddress aShortAddress) in SetShortAddress()
|
D | radio.hpp | 730 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()
|
D | radio_platform.cpp | 186 …_WEAK void otPlatRadioSetAlternateShortAddress(otInstance *aInstance, otShortAddress aShortAddress) in otPlatRadioSetAlternateShortAddress()
|
/openthread-latest/tests/fuzz/ |
D | fuzzer_platform.cpp | 282 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/ |
D | radio.c | 377 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/ |
D | radio.cpp | 399 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/ |
D | radio_spinel.cpp | 997 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/ |
D | ncp_base_mtd.cpp | 4380 void NcpBase::HandleLinkMetricsEnhAckProbingIeReport_Jump(otShortAddress aShortAddress, in HandleLinkMetricsEnhAckProbingIeReport_Jump() 4389 void NcpBase::HandleLinkMetricsEnhAckProbingIeReport(otShortAddress aShortAddress, in HandleLinkMetricsEnhAckProbingIeReport()
|