"Daniel Wibbing" wrote on 07-02-2006 19:57:53: > Could you tell me in which programm I should call > netif_add(&netif, &ipaddr, &netmask, &gw, NULL, your_if_init, tcpip_input); > netif_set_default(&netif); ?
It must be near to / in the code where lwip is initialised. E.g. just before setting the manual IP or starting the DHCP client. There should be a list of some calls into lwip where functions named *_init() are called. I cannot tell the filename, since it can be anywhere in your application. > Do you have an idea? Sorry, no idea. I'm not an expert on the NIOS, maybe you can ask Altera support. Christiaan Simons Hardware / Software Engineer Axon Digital Design http://www.axon.tv This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify the system manager. This message contains confidential information and is intended only for the individual named. If you are not the named addressee you should not disseminate, distribute or copy this e-mail. _______________________________________________ lwip-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/lwip-users
