Home
last modified time | relevance | path

Searched defs:aExtAddress (Results 1 – 25 of 38) sorted by relevance

12

/aosp_15_r20/external/openthread/src/core/mac/
H A Dmac_filter.cpp89 Error Filter::AddAddress(const ExtAddress &aExtAddress) in AddAddress()
106 void Filter::RemoveAddress(const ExtAddress &aExtAddress) in RemoveAddress()
145 Error Filter::AddRssIn(const ExtAddress &aExtAddress, int8_t aRss) in AddRssIn()
164 void Filter::RemoveRssIn(const ExtAddress &aExtAddress) in RemoveRssIn()
217 Error Filter::Apply(const ExtAddress &aExtAddress, int8_t &aRss) const in Apply() argument
254 Error Filter::ApplyToRxFrame(RxFrame &aRxFrame, const ExtAddress &aExtAddress, Neighbor *aNeighbor)… in ApplyToRxFrame() argument
H A Dmac_frame.cpp438 void Frame::SetDstAddr(const ExtAddress &aExtAddress) in SetDstAddr()
632 void Frame::SetSrcAddr(const ExtAddress &aExtAddress) in SetSrcAddr()
1397 void TxFrame::ProcessTransmitAesCcm(const ExtAddress &aExtAddress) in ProcessTransmitAesCcm()
1528 Error RxFrame::ProcessReceiveAesCcm(const ExtAddress &aExtAddress, const KeyMaterial &aMacKey) in ProcessReceiveAesCcm()
H A Dmac_filter.hpp260 …FilterEntry *FindEntry(const ExtAddress &aExtAddress) { return AsNonConst(AsConst(this)->FindEntry… in FindEntry()
/aosp_15_r20/external/openthread/examples/platforms/utils/
H A Dsoft_source_match_table.c163 int16_t utilsSoftSrcMatchExtFindEntry(const otExtAddress *aExtAddress) in utilsSoftSrcMatchExtFindEntry()
201 static inline void addToSrcMatchExtIndirect(uint16_t entry, const otExtAddress *aExtAddress) in addToSrcMatchExtIndirect()
220 otError otPlatRadioAddSrcMatchExtEntry(otInstance *aInstance, const otExtAddress *aExtAddress) in otPlatRadioAddSrcMatchExtEntry()
238 otError otPlatRadioClearSrcMatchExtEntry(otInstance *aInstance, const otExtAddress *aExtAddress) in otPlatRadioClearSrcMatchExtEntry()
H A Dlink_metrics.cpp66 …void Set(otLinkMetrics aLinkMetrics, otShortAddress aShortAddress, const otExtAddress &aExtAddress) in Set()
187 const otExtAddress *aExtAddress, in otLinkMetricsConfigureEnhAckProbing()
H A Dmac_frame.cpp39 const otExtAddress *aExtAddress) in otMacFrameDoesAddrMatch()
159 void otMacFrameProcessTransmitAesCcm(otRadioFrame *aFrame, const otExtAddress *aExtAddress) in otMacFrameProcessTransmitAesCcm()
/aosp_15_r20/external/openthread/src/core/api/
H A Dlink_api.cpp110 otError otLinkSetExtendedAddress(otInstance *aInstance, const otExtAddress *aExtAddress) in otLinkSetExtendedAddress()
208 otError otLinkFilterAddAddress(otInstance *aInstance, const otExtAddress *aExtAddress) in otLinkFilterAddAddress()
213 void otLinkFilterRemoveAddress(otInstance *aInstance, const otExtAddress *aExtAddress) in otLinkFilterRemoveAddress()
231 otError otLinkFilterAddRssIn(otInstance *aInstance, const otExtAddress *aExtAddress, int8_t aRss) in otLinkFilterAddRssIn()
236 void otLinkFilterRemoveRssIn(otInstance *aInstance, const otExtAddress *aExtAddress) in otLinkFilterRemoveRssIn()
H A Dlink_raw_api.cpp141 otError otLinkRawSrcMatchAddExtEntry(otInstance *aInstance, const otExtAddress *aExtAddress) in otLinkRawSrcMatchAddExtEntry()
170 otError otLinkRawSrcMatchClearExtEntry(otInstance *aInstance, const otExtAddress *aExtAddress) in otLinkRawSrcMatchClearExtEntry()
267 otError otLinkSetExtendedAddress(otInstance *aInstance, const otExtAddress *aExtAddress) in otLinkSetExtendedAddress()
H A Dmulti_radio_api.cpp48 const otExtAddress *aExtAddress, in otMultiRadioGetNeighborInfo()
H A Dlink_metrics_api.cpp113 const otExtAddress *aExtAddress, in otLinkMetricsManagerGetMetricsValueByExtAddr()
/aosp_15_r20/external/openthread/src/core/thread/
H A Dneighbor_table.cpp71 Neighbor *NeighborTable::FindParent(const Mac::ExtAddress &aExtAddress, Neighbor::StateFilter aFilt… in FindParent()
111 Neighbor *NeighborTable::FindNeighbor(const Mac::ExtAddress &aExtAddress, Neighbor::StateFilter aFi… in FindNeighbor()
170 Neighbor *NeighborTable::FindRxOnlyNeighborRouter(const Mac::ExtAddress &aExtAddress) in FindRxOnlyNeighborRouter()
H A Drouter_table.cpp278 Router *RouterTable::FindNeighbor(const Mac::ExtAddress &aExtAddress) in FindNeighbor()
308 Router *RouterTable::FindRouter(const Mac::ExtAddress &aExtAddress) in FindRouter()
H A Dneighbor.hpp143 AddressMatcher(const Mac::ExtAddress &aExtAddress, StateFilter aStateFilter) in AddressMatcher()
185 …cher(StateFilter aStateFilter, Mac::ShortAddress aShortAddress, const Mac::ExtAddress *aExtAddress) in AddressMatcher()
/aosp_15_r20/external/openthread/src/core/utils/
H A Dlink_metrics_manager.cpp80 Error LinkMetricsManager::GetLinkMetricsValueByExtAddr(const Mac::ExtAddress &aExtAddress, in GetLinkMetricsValueByExtAddr()
245 const otExtAddress *aExtAddress, in HandleEnhAckIe()
253 const otExtAddress *aExtAddress, in HandleEnhAckIe()
/aosp_15_r20/external/openthread/src/cli/
H A Dcli_link_metrics.cpp549 const otExtAddress *aExtAddress, in HandleLinkMetricsEnhAckProbingIe()
557 const otExtAddress *aExtAddress, in HandleLinkMetricsEnhAckProbingIe()
H A Dcli_utils.hpp339 void OutputExtAddress(const otExtAddress &aExtAddress) { OutputBytes(aExtAddress.m8); } in OutputExtAddress()
347 void OutputExtAddressLine(const otExtAddress &aExtAddress) { OutputBytesLine(aExtAddress.m8); } in OutputExtAddressLine()
H A Dcli_mac_filter.cpp89 bool MacFilter::IsDefaultRss(const otExtAddress &aExtAddress) in IsDefaultRss()
/aosp_15_r20/external/openthread/src/core/common/
H A Dsettings.hpp290 void SetExtAddress(const Mac::ExtAddress &aExtAddress) { mExtAddress = aExtAddress; } in SetExtAddress()
376 void SetExtAddress(const Mac::ExtAddress &aExtAddress) { mExtAddress = aExtAddress; } in SetExtAddress()
438 void SetExtAddress(const Mac::ExtAddress &aExtAddress) { mExtAddress = aExtAddress; } in SetExtAddress()
/aosp_15_r20/external/openthread/src/core/radio/
H A Dradio.hpp745 const Mac::ExtAddress &aExtAddress) in ConfigureEnhAckProbing()
1012 inline Error Radio::AddSrcMatchExtEntry(const Mac::ExtAddress &aExtAddress) in AddSrcMatchExtEntry()
1022 inline Error Radio::ClearSrcMatchExtEntry(const Mac::ExtAddress &aExtAddress) in ClearSrcMatchExtEntry()
H A Dradio.cpp83 void Radio::SetExtendedAddress(const Mac::ExtAddress &aExtAddress) in SetExtendedAddress()
/aosp_15_r20/external/openthread/src/lib/spinel/
H A Dradio_spinel.cpp942 otError RadioSpinel::SetExtendedAddress(const otExtAddress &aExtAddress) in SetExtendedAddress()
1004 otError RadioSpinel::AddSrcMatchExtEntry(const otExtAddress &aExtAddress) in AddSrcMatchExtEntry()
1051 otError RadioSpinel::ClearSrcMatchExtEntry(const otExtAddress &aExtAddress) in ClearSrcMatchExtEntry()
2312 const otExtAddress &aExtAddress) in ConfigureEnhAckProbing()
H A Dspinel_encoder.hpp427 otError WriteEui64(const otExtAddress &aExtAddress) { return WriteEui64(aExtAddress.m8); } in WriteEui64()
/aosp_15_r20/external/openthread/src/posix/platform/
H A Dradio.cpp398 otError otPlatRadioAddSrcMatchExtEntry(otInstance *aInstance, const otExtAddress *aExtAddress) in otPlatRadioAddSrcMatchExtEntry()
417 otError otPlatRadioClearSrcMatchExtEntry(otInstance *aInstance, const otExtAddress *aExtAddress) in otPlatRadioClearSrcMatchExtEntry()
1034 const otExtAddress *aExtAddress) in otPlatRadioConfigureEnhAckProbing()
/aosp_15_r20/external/openthread/src/core/net/
H A Dip6_address.cpp261 void InterfaceIdentifier::SetFromExtAddress(const Mac::ExtAddress &aExtAddress) in SetFromExtAddress()
351 void Address::SetToLinkLocalAddress(const Mac::ExtAddress &aExtAddress) in SetToLinkLocalAddress()
/aosp_15_r20/external/openthread/tests/fuzz/
H A Dfuzzer_platform.cpp389 otError otPlatRadioAddSrcMatchExtEntry(otInstance *aInstance, const otExtAddress *aExtAddress) in otPlatRadioAddSrcMatchExtEntry()
403 otError otPlatRadioClearSrcMatchExtEntry(otInstance *aInstance, const otExtAddress *aExtAddress) in otPlatRadioClearSrcMatchExtEntry()

12