| /external/openthread/examples/platforms/utils/ | 
| D | soft_source_match_table.c | 64 int16_t utilsSoftSrcMatchShortFindEntry(uint16_t aShortAddress)  in utilsSoftSrcMatchShortFindEntry()97 static inline void addToSrcMatchShortIndirect(uint16_t entry, uint16_t aShortAddress)  in addToSrcMatchShortIndirect()
 111 otError otPlatRadioAddSrcMatchShortEntry(otInstance *aInstance, uint16_t aShortAddress)  in otPlatRadioAddSrcMatchShortEntry()
 129 otError otPlatRadioClearSrcMatchShortEntry(otInstance *aInstance, uint16_t aShortAddress)  in otPlatRadioClearSrcMatchShortEntry()
 
 | 
| D | link_metrics.cpp | 66 …void Set(otLinkMetrics aLinkMetrics, otShortAddress aShortAddress, const otExtAddress &aExtAddress)  in Set()185 otError otLinkMetricsConfigureEnhAckProbing(otShortAddress      aShortAddress,  in otLinkMetricsConfigureEnhAckProbing()
 
 | 
| D | mac_frame.cpp | 38                              otShortAddress      aShortAddress,  in otMacFrameDoesAddrMatch()
 | 
| /external/openthread/src/core/radio/ | 
| D | radio.cpp | 76 void Radio::SetShortAddress(Mac::ShortAddress aShortAddress)  in SetShortAddress()
 | 
| D | radio.hpp | 644                                  const Mac::ShortAddress &aShortAddress,  in ConfigureEnhAckProbing()842 inline Error Radio::AddSrcMatchShortEntry(Mac::ShortAddress aShortAddress)  in AddSrcMatchShortEntry()
 852 inline Error Radio::ClearSrcMatchShortEntry(Mac::ShortAddress aShortAddress)  in ClearSrcMatchShortEntry()
 
 | 
| /external/openthread/src/core/thread/ | 
| 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()
 
 | 
| D | topology.hpp | 129         AddressMatcher(Mac::ShortAddress aShortAddress, StateFilter aStateFilter)  in AddressMatcher()184 …AddressMatcher(StateFilter aStateFilter, Mac::ShortAddress aShortAddress, const Mac::ExtAddress *a…  in AddressMatcher()
 
 | 
| /external/openthread/src/core/api/ | 
| D | link_raw_api.cpp | 62 otError otLinkRawSetShortAddress(otInstance *aInstance, uint16_t aShortAddress)  in otLinkRawSetShortAddress()143 otError otLinkRawSrcMatchAddShortEntry(otInstance *aInstance, uint16_t aShortAddress)  in otLinkRawSrcMatchAddShortEntry()
 171 otError otLinkRawSrcMatchClearShortEntry(otInstance *aInstance, uint16_t aShortAddress)  in otLinkRawSrcMatchClearShortEntry()
 
 | 
| /external/openthread/tests/fuzz/ | 
| D | fuzzer_platform.cpp | 260 void otPlatRadioSetShortAddress(otInstance *aInstance, uint16_t aShortAddress)  in otPlatRadioSetShortAddress()361 otError otPlatRadioAddSrcMatchShortEntry(otInstance *aInstance, uint16_t aShortAddress)  in otPlatRadioAddSrcMatchShortEntry()
 375 otError otPlatRadioClearSrcMatchShortEntry(otInstance *aInstance, uint16_t aShortAddress)  in otPlatRadioClearSrcMatchShortEntry()
 
 | 
| /external/openthread/src/posix/platform/ | 
| D | radio.cpp | 364 otError otPlatRadioAddSrcMatchShortEntry(otInstance *aInstance, uint16_t aShortAddress)  in otPlatRadioAddSrcMatchShortEntry()383 otError otPlatRadioClearSrcMatchShortEntry(otInstance *aInstance, uint16_t aShortAddress)  in otPlatRadioClearSrcMatchShortEntry()
 651                                           const otShortAddress aShortAddress,  in otPlatRadioConfigureEnhAckProbing()
 
 | 
| /external/openthread/src/core/utils/ | 
| D | otns.cpp | 50 void Otns::EmitShortAddress(uint16_t aShortAddress)  in EmitShortAddress()
 | 
| /external/openthread/examples/platforms/cc2538/ | 
| D | radio.c | 896 int8_t findSrcMatchShortEntry(uint16_t aShortAddress)  in findSrcMatchShortEntry()1074 otError otPlatRadioAddSrcMatchShortEntry(otInstance *aInstance, uint16_t aShortAddress)  in otPlatRadioAddSrcMatchShortEntry()
 1124 otError otPlatRadioClearSrcMatchShortEntry(otInstance *aInstance, uint16_t aShortAddress)  in otPlatRadioClearSrcMatchShortEntry()
 
 | 
| /external/openthread/src/core/mac/ | 
| D | link_raw.cpp | 159 Error LinkRaw::SetShortAddress(ShortAddress aShortAddress)  in SetShortAddress()
 | 
| D | mac_links.hpp | 342     void SetShortAddress(ShortAddress aShortAddress)  in SetShortAddress()
 | 
| D | mac_frame.cpp | 221 void Frame::SetDstAddr(ShortAddress aShortAddress)  in SetDstAddr()390 void Frame::SetSrcAddr(ShortAddress aShortAddress)  in SetSrcAddr()
 
 | 
| D | sub_mac.cpp | 158 void SubMac::SetShortAddress(ShortAddress aShortAddress)  in SetShortAddress()
 | 
| D | mac.hpp | 266     void SetShortAddress(ShortAddress aShortAddress) { mLinks.SetShortAddress(aShortAddress); }  in SetShortAddress()
 | 
| D | mac_types.hpp | 344     void SetShort(ShortAddress aShortAddress)  in SetShort()
 | 
| /external/openthread/src/lib/spinel/ | 
| D | radio_spinel_impl.hpp | 1248 …Error RadioSpinel<InterfaceType, ProcessContextType>::AddSrcMatchShortEntry(uint16_t aShortAddress)  in AddSrcMatchShortEntry()1299 …ror RadioSpinel<InterfaceType, ProcessContextType>::ClearSrcMatchShortEntry(uint16_t aShortAddress)  in ClearSrcMatchShortEntry()
 2454 …                                                                const otShortAddress aShortAddress,  in ConfigureEnhAckProbing()
 
 | 
| /external/openthread/examples/platforms/simulation/ | 
| D | radio.c | 272 void otPlatRadioSetShortAddress(otInstance *aInstance, otShortAddress aShortAddress)  in otPlatRadioSetShortAddress()1296                                           const otShortAddress aShortAddress,  in otPlatRadioConfigureEnhAckProbing()
 
 | 
| /external/openthread/src/cli/ | 
| D | cli.cpp | 2521 void Interpreter::HandleLinkMetricsEnhAckProbingIe(otShortAddress             aShortAddress,  in HandleLinkMetricsEnhAckProbingIe()2529 void Interpreter::HandleLinkMetricsEnhAckProbingIe(otShortAddress             aShortAddress,  in HandleLinkMetricsEnhAckProbingIe()
 
 | 
| /external/openthread/src/ncp/ | 
| D | ncp_base_mtd.cpp | 4390 void NcpBase::HandleLinkMetricsEnhAckProbingIeReport_Jump(otShortAddress             aShortAddress,  in HandleLinkMetricsEnhAckProbingIeReport_Jump()4399 void NcpBase::HandleLinkMetricsEnhAckProbingIeReport(otShortAddress             aShortAddress,  in HandleLinkMetricsEnhAckProbingIeReport()
 
 |