Home
last modified time | relevance | path

Searched refs:otLinkRawSetMacFrameCounterIfLarger (Results 1 – 3 of 3) sorted by relevance

/openthread-latest/include/openthread/
Dlink_raw.h375 otError otLinkRawSetMacFrameCounterIfLarger(otInstance *aInstance, uint32_t aMacFrameCounter);
/openthread-latest/src/core/api/
Dlink_raw_api.cpp218 otError otLinkRawSetMacFrameCounterIfLarger(otInstance *aInstance, uint32_t aMacFrameCounter) in otLinkRawSetMacFrameCounterIfLarger() function
/openthread-latest/src/ncp/
Dncp_base_radio.cpp587 error = otLinkRawSetMacFrameCounterIfLarger(mInstance, frameCounter); in HandlePropertySet()