Searched refs:aFrameType (Results 1 – 6 of 6) sorted by relevance
/openthread-3.6.0/src/core/thread/ |
D | link_metrics_types.cpp | 120 void SeriesInfo::AggregateLinkMetrics(uint8_t aFrameType, uint8_t aLqi, int8_t aRss) in AggregateLinkMetrics() argument 122 if (IsFrameTypeMatch(aFrameType)) in AggregateLinkMetrics() 130 bool SeriesInfo::IsFrameTypeMatch(uint8_t aFrameType) const in IsFrameTypeMatch() 134 switch (aFrameType) in IsFrameTypeMatch()
|
D | link_metrics_types.hpp | 332 void AggregateLinkMetrics(uint8_t aFrameType, uint8_t aLqi, int8_t aRss); 344 bool IsFrameTypeMatch(uint8_t aFrameType) const;
|
D | neighbor.cpp | 200 void Neighbor::AggregateLinkMetrics(uint8_t aSeriesId, uint8_t aFrameType, uint8_t aLqi, int8_t aRs… in AggregateLinkMetrics() argument 206 entry.AggregateLinkMetrics(aFrameType, aLqi, aRss); in AggregateLinkMetrics()
|
D | neighbor.hpp | 706 void AggregateLinkMetrics(uint8_t aSeriesId, uint8_t aFrameType, uint8_t aLqi, int8_t aRss);
|
D | mesh_forwarder.hpp | 517 Mac::Frame::Type aFrameType,
|
D | mesh_forwarder.cpp | 855 Mac::Frame::Type aFrameType, in PrepareMacHeaders() argument 868 aFrame.InitMacHeader(aFrameType, version, aMacAddrs, aPanIds, aSecurityLevel, aKeyIdMode); in PrepareMacHeaders()
|