pub unsafe extern "C" fn otIp6IsSlaacEnabled(
aInstance: *mut otInstance,
) -> bool
Expand description
Indicates whether the SLAAC module is enabled or not.
OPENTHREAD_CONFIG_IP6_SLAAC_ENABLE
build-time feature must be enabled.
@retval TRUE SLAAC module is enabled. @retval FALSE SLAAC module is disabled.