openthread_sys

Function otLinkRawSrcMatchClearExtEntries

Source
pub unsafe extern "C" fn otLinkRawSrcMatchClearExtEntries(
    aInstance: *mut otInstance,
) -> otError
Expand description

Removing all the extended addresses from the source match table.

@param[in] aInstance A pointer to an OpenThread instance.

@retval OT_ERROR_NONE If successful. @retval OT_ERROR_INVALID_STATE If the raw link-layer isn’t enabled.