This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

dhcp_init missing?

So I am aware that from RL_ARM 4.11 you can now re-init the DHCP client...great!

according to http://www.keil.com/support/man/docs/rlarm/rlarm_dhcp_disable.htm the function dhcp_init can be used.

My problem is that, not only is dhcp_init not mentioned anywhere in any header or library files, init_dhcp is used instead to start DHCP up in net_lib.c

So my question is, does dhcp_init exist and what function do I use to reinitialise the DHCP client. I'm suprised no one else has run into this problem!

Parents
  • Yeah - I'm having the same problem. init_dhcp() seems to work, but I would like to know why dhcp_init() gives the compiler error, even with MDK-ARM V4.21 (should include RL-ARM V4.13 one would think). I'm currently working with Keil Tech Support to find the answer. I am also trying to find out how to restart the DHCP client and if it will work with my version.

Reply
  • Yeah - I'm having the same problem. init_dhcp() seems to work, but I would like to know why dhcp_init() gives the compiler error, even with MDK-ARM V4.21 (should include RL-ARM V4.13 one would think). I'm currently working with Keil Tech Support to find the answer. I am also trying to find out how to restart the DHCP client and if it will work with my version.

Children