mirror of
https://github.com/apache/nuttx.git
synced 2026-09-12 13:40:14 +00:00
DHCPC logic changes - should now handle case with multiple DHCP servers
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@446 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
parent
0800757e00
commit
8027ff2a0e
3 changed files with 195 additions and 82 deletions
|
|
@ -55,7 +55,7 @@
|
|||
struct dhcpc_state
|
||||
{
|
||||
uint16 lease_time[2];
|
||||
uint8 serverid[4];
|
||||
struct in_addr serverid;
|
||||
struct in_addr ipaddr;
|
||||
struct in_addr netmask;
|
||||
struct in_addr dnsaddr;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue