Home
last modified time | relevance | path

Searched defs:otExtAddress (Results 1 – 3 of 3) sorted by relevance

/openthread-3.6.0/include/openthread/platform/
Dradio.h180 struct otExtAddress struct
189 typedef struct otExtAddress otExtAddress; argument
/openthread-3.6.0/tests/unit/
Dtest_platform.cpp145 OT_TOOL_WEAK void otPlatRadioSetExtendedAddress(otInstance *, const otExtAddress *) {} in otPlatRadioSetExtendedAddress()
177 OT_TOOL_WEAK otError otPlatRadioAddSrcMatchExtEntry(otInstance *, const otExtAddress *) { return OT… in otPlatRadioAddSrcMatchExtEntry()
181 OT_TOOL_WEAK otError otPlatRadioClearSrcMatchExtEntry(otInstance *, const otExtAddress *) { return … in otPlatRadioClearSrcMatchExtEntry()
402 …OOL_WEAK otError otPlatRadioEnableCsl(otInstance *, uint32_t, otShortAddress, const otExtAddress *) in otPlatRadioEnableCsl()
439 const otExtAddress *) in otPlatRadioConfigureEnhAckProbing()
/openthread-3.6.0/src/core/radio/
Dradio.hpp1076 inline Error Radio::EnableCsl(uint32_t, otShortAddress aShortAddr, const otExtAddress *) in EnableCsl()