[][src]Function openthread_sys::otIp6IsReceiveFilterEnabled

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

This function indicates whether or not Thread control traffic is filtered out when delivering IPv6 datagrams via the callback specified in otIp6SetReceiveCallback().

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

@returns TRUE if Thread control traffic is filtered out, FALSE otherwise.

@sa otIp6SetReceiveCallback @sa otIp6SetReceiveFilterEnabled