Skip to main content

otIp6IsUnsecureAllowedWhenDisabled

Function otIp6IsUnsecureAllowedWhenDisabled 

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

Indicates whether allowing link-local unsecure IPv6 datagrams when the Thread role is disabled is enabled.

Available only when OPENTHREAD_CONFIG_REFERENCE_DEVICE_ENABLE is enabled.

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

@retval TRUE Does allow unsecure IPv6 datagrams when the Thread role is disabled. @retval FALSE Does not allow unsecure IPv6 datagrams when the Thread role is disabled.