lwip-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [lwip-users] How can I make the lwIP stack communicate with a new Et


From: Christiaan Simons
Subject: Re: [lwip-users] How can I make the lwIP stack communicate with a new Ethernet MAC?
Date: Wed, 8 Feb 2006 08:55:04 +0100

"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.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]