pub unsafe extern "C" fn otThreadSendAddressNotification(
    aInstance: *mut otInstance,
    aDestination: *mut otIp6Address,
    aTarget: *mut otIp6Address,
    aMlIid: *mut otIp6InterfaceIdentifier
)
Expand description

Sends a Proactive Address Notification (ADDR_NTF.ntf) message.

Is only available when OPENTHREAD_CONFIG_REFERENCE_DEVICE_ENABLE is enabled.

@param[in] aInstance A pointer to an OpenThread instance. @param[in] aDestination The destination to send the ADDR_NTF.ntf message. @param[in] aTarget The target address of the ADDR_NTF.ntf message. @param[in] aMlIid The ML-IID of the ADDR_NTF.ntf message.