[][src]Function openthread_sys::otIp6IsSlaacEnabled

pub unsafe extern "C" fn otIp6IsSlaacEnabled(aInstance: *mut otInstance) -> bool

This function indicates whether the SLAAC module is enabled or not.

This function requires the build-time feature OPENTHREAD_CONFIG_IP6_SLAAC_ENABLE to be enabled.

@retval TRUE SLAAC module is enabled. @retval FALSE SLAAC module is disabled.