Initialize all modules. Use this in NO_SYS mode. Use tcpip_init() otherwise.
This function provides a single initialization function for the lwIP data structures. This replaces specific calls to initialize stats, system, memory, pbufs, ARP, IP, UDP, and TCP layers.
Prototype
void lwip_init(void);