pub unsafe extern "C" fn otIp6SetReceiveFilterEnabled(
    aInstance: *mut otInstance,
    aEnabled: bool
)
Expand description

Sets 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. @param[in] aEnabled TRUE if Thread control traffic is filtered out, FALSE otherwise.

@sa otIp6SetReceiveCallback @sa otIsReceiveIp6FilterEnabled