Searched refs:otMacAddress (Results 1 – 5 of 5) sorted by relevance
/openthread-latest/examples/platforms/utils/ |
D | mac_frame.h | 57 typedef struct otMacAddress struct 66 } otMacAddress; argument 163 otError otMacFrameGetSrcAddr(const otRadioFrame *aFrame, otMacAddress *aMacAddress); 174 otError otMacFrameGetDstAddr(const otRadioFrame *aFrame, otMacAddress *aMacAddress);
|
D | link_metrics.h | 94 uint8_t otLinkMetricsEnhAckGenData(const otMacAddress *aMacAddress, uint8_t aLqi, int8_t aRssi, uin… 103 uint8_t otLinkMetricsEnhAckGetDataLen(const otMacAddress *aMacAddress);
|
D | link_metrics.cpp | 216 LinkMetricsDataInfo *GetLinkMetricsInfoByMacAddress(const otMacAddress *aMacAddress) in GetLinkMetricsInfoByMacAddress() 235 uint8_t otLinkMetricsEnhAckGenData(const otMacAddress *aMacAddress, uint8_t aLqi, int8_t aRssi, uin… in otLinkMetricsEnhAckGenData() 248 uint8_t otLinkMetricsEnhAckGetDataLen(const otMacAddress *aMacAddress) in otLinkMetricsEnhAckGetDataLen()
|
D | mac_frame.cpp | 109 static void GetOtMacAddress(const Mac::Address &aInAddress, otMacAddress *aOutAddress) in GetOtMacAddress() 129 otError otMacFrameGetSrcAddr(const otRadioFrame *aFrame, otMacAddress *aMacAddress) in otMacFrameGetSrcAddr() 143 otError otMacFrameGetDstAddr(const otRadioFrame *aFrame, otMacAddress *aMacAddress) in otMacFrameGetDstAddr()
|
/openthread-latest/examples/platforms/simulation/ |
D | radio.c | 290 otMacAddress src; in hasFramePending() 812 otMacAddress macAddress; in radioSendAck() 851 otMacAddress macAddress; in radioProcessFrame()
|