Home
last modified time | relevance | path

Searched refs:otMacAddress (Results 1 – 5 of 5) sorted by relevance

/openthread-latest/examples/platforms/utils/
Dmac_frame.h57 typedef struct otMacAddress struct
66 } otMacAddress; argument
163 otError otMacFrameGetSrcAddr(const otRadioFrame *aFrame, otMacAddress *aMacAddress);
174 otError otMacFrameGetDstAddr(const otRadioFrame *aFrame, otMacAddress *aMacAddress);
Dlink_metrics.h94 uint8_t otLinkMetricsEnhAckGenData(const otMacAddress *aMacAddress, uint8_t aLqi, int8_t aRssi, uin…
103 uint8_t otLinkMetricsEnhAckGetDataLen(const otMacAddress *aMacAddress);
Dlink_metrics.cpp216 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()
Dmac_frame.cpp109 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/
Dradio.c290 otMacAddress src; in hasFramePending()
812 otMacAddress macAddress; in radioSendAck()
851 otMacAddress macAddress; in radioProcessFrame()