Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: BLE_file_test BLE_Blink ExternalEncoder
AUTOIP related functions. More...
| Functions | |
| void | autoip_set_struct (struct netif *netif, struct autoip *autoip) | 
| Set a statically allocated struct autoip to work with. | |
| err_t | autoip_start (struct netif *netif) | 
| Start AutoIP client. | |
| err_t | autoip_stop (struct netif *netif) | 
| Stop AutoIP client. | |
Detailed Description
AUTOIP related functions.
- See also:
- AUTOIP
Function Documentation
Set a statically allocated struct autoip to work with.
Set a struct autoip allocated by the application to work with.
Using this prevents autoip_start to allocate it using mem_malloc.
- Parameters:
- 
  netif the netif for which to set the struct autoip autoip (uninitialised) autoip struct allocated by the application 
Definition at line 145 of file lwip_autoip.c.
Start AutoIP client.
- Parameters:
- 
  netif network interface on which start the AutoIP client 
Definition at line 286 of file lwip_autoip.c.
Stop AutoIP client.
- Parameters:
- 
  netif network interface on which stop the AutoIP client 
Definition at line 378 of file lwip_autoip.c.
Generated on Tue Jul 12 2022 15:20:26 by
 1.7.2
 1.7.2