Searched defs:otExtAddress (Results 1 – 5 of 5) sorted by relevance
/openthread-latest/include/openthread/platform/ |
D | radio.h | 174 struct otExtAddress struct 182 typedef struct otExtAddress otExtAddress; typedef
|
/openthread-latest/tests/unit/ |
D | test_platform.cpp | 149 OT_TOOL_WEAK void otPlatRadioSetExtendedAddress(otInstance *, const otExtAddress *) {} in otPlatRadioSetExtendedAddress() 181 OT_TOOL_WEAK otError otPlatRadioAddSrcMatchExtEntry(otInstance *, const otExtAddress *) { return OT… in otPlatRadioAddSrcMatchExtEntry() 185 OT_TOOL_WEAK otError otPlatRadioClearSrcMatchExtEntry(otInstance *, const otExtAddress *) { return … in otPlatRadioClearSrcMatchExtEntry() 427 …OOL_WEAK otError otPlatRadioEnableCsl(otInstance *, uint32_t, otShortAddress, const otExtAddress *) in otPlatRadioEnableCsl() 466 const otExtAddress *) in otPlatRadioConfigureEnhAckProbing()
|
/openthread-latest/tests/gtest/ |
D | fake_platform.cpp | 363 void otPlatRadioSetExtendedAddress(otInstance *, const otExtAddress *) {} in otPlatRadioSetExtendedAddress() 403 otError otPlatRadioAddSrcMatchExtEntry(otInstance *, const otExtAddress *) { return OT_ERROR_NONE; } in otPlatRadioAddSrcMatchExtEntry() 407 otError otPlatRadioClearSrcMatchExtEntry(otInstance *, const otExtAddress *) { return OT_ERROR_NONE… in otPlatRadioClearSrcMatchExtEntry() 431 …tPlatRadioConfigureEnhAckProbing(otInstance *, otLinkMetrics, otShortAddress, const otExtAddress *) in otPlatRadioConfigureEnhAckProbing()
|
/openthread-latest/tests/nexus/platform/ |
D | nexus_radio.cpp | 236 otError otPlatRadioEnableCsl(otInstance *, uint32_t, otShortAddress, const otExtAddress *) { return… in otPlatRadioEnableCsl()
|
/openthread-latest/src/core/radio/ |
D | radio.hpp | 1095 inline Error Radio::EnableCsl(uint32_t, otShortAddress aShortAddr, const otExtAddress *) in EnableCsl()
|