lwIP 2.0.0
lwIP 2.0.0
LightweightIPstack
|
Functions | |
void | autoip_set_struct (struct netif *netif, struct autoip *autoip) |
err_t | autoip_start (struct netif *netif) |
err_t | autoip_stop (struct netif *netif) |
AUTOIP related functions
Set a statically allocated struct autoip to work with. Using this prevents autoip_start to allocate it using mem_malloc.
netif | the netif for which to set the struct autoip |
autoip | (uninitialised) autoip struct allocated by the application |
Start AutoIP client
netif | network interface on which start the AutoIP client |