A stack which works with or without an Mbed os library. Provides IPv4 or IPv6 with a full 1500 byte buffer.

Dependents:   oldheating gps motorhome heating

Revision:
116:60521b29e4c9
Parent:
115:5c003909bcf3
diff -r 5c003909bcf3 -r 60521b29e4c9 udp/dhcp/dhcp.h
--- a/udp/dhcp/dhcp.h	Wed Jan 23 15:42:35 2019 +0000
+++ b/udp/dhcp/dhcp.h	Fri Jan 25 17:37:51 2019 +0000
@@ -6,15 +6,15 @@
 extern uint32_t DhcpGetElapsedLife(void);
 
 extern uint32_t DhcpLeaseTime;
-extern uint32_t DhcpServer;
-extern uint32_t DhcpRouter;
+extern uint32_t DhcpServerIp;
+extern uint32_t DhcpRouterIp;
 extern uint32_t DhcpSubnetMask;
-extern uint32_t DhcpNtp;
+extern uint32_t DhcpNtpIp;
 extern uint32_t DhcpRenewalT1;
 extern uint32_t DhcpRenewalT2;
 extern uint32_t DhcpBroadcastIp;
 extern uint32_t DhcpLocalIp;
-extern uint32_t DhcpDnsServer;
+extern uint32_t DhcpDnsServerIp;
 extern char     DhcpDomainName[];
 extern char     DhcpHostName[];