Registers the "Address probing" Auto-IP event handler callback.
- Parameters
-
| desc | Auto-IP client descriptor. |
| callback_probe | Pointer to the callback function defined by fnet_autoip_callback_t. |
| param | Optional application-specific parameter.
It's passed to the callback_probe callback function as input parameter. |
This function registers the handler callback_probe function for the "Address probing" event. This event occurs when the Auto-IP service sends the ARP probe message. A user interface program may use it for indication of adress-probing attempts.
To stop the event handling, set the callback_probe parameter to zero value.