> I have a relatively simple question. What is the exact sequence of > calls for obtaining and IP address/netmask/gateway and initializing > the interface using the DHCP client? I am using Ethernet as my > network interface and socket API in a multi-threading RTOS (if that > makes a difference).
Please have a look at the main_thread of contrib/ports/unix/proj/unixsim/simhost.c I do not know if this code is up-to-date, it might require an odd fix. This is next on my todo list. It has a lot of conditional code (#if #endif) so it could be possible some things like the dhcp client do not work out of the box. Christiaan Simons Hardware / Software Engineer Axon Digital Design +31 (0)13 511 66 66 +31 (0)13 511 41 51 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
