Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dlink.h515 otError otLinkSetExtendedAddress(otInstance *aInstance, const otExtAddress *aExtAddress);
/openthread-latest/src/core/api/
Dlink_raw_api.cpp256 otError otLinkSetExtendedAddress(otInstance *aInstance, const otExtAddress *aExtAddress) in otLinkSetExtendedAddress() function
Dlink_api.cpp128 otError otLinkSetExtendedAddress(otInstance *aInstance, const otExtAddress *aExtAddress) in otLinkSetExtendedAddress() function
/openthread-latest/src/ncp/
Dncp_base.cpp1644 error = otLinkSetExtendedAddress(mInstance, extAddress); in HandlePropertySet()
/openthread-latest/src/cli/
Dcli.cpp2939 error = otLinkSetExtendedAddress(GetInstancePtr(), &extAddress); in Process()