| lwIP
    2.1.2
    Lightweight IP stack | 
| Macros | |
| #define | netifapi_autoip_start(n) netifapi_netif_common(n, NULL, autoip_start) | 
| #define | netifapi_autoip_stop(n) netifapi_netif_common(n, NULL, autoip_stop) | 
To be called from non-TCPIP threads
| #define netifapi_autoip_start | ( | n | ) | netifapi_netif_common(n, NULL, autoip_start) | 
| #define netifapi_autoip_stop | ( | n | ) | netifapi_netif_common(n, NULL, autoip_stop) |