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:
172:9bc3c7b2cca1
Parent:
160:6a1d1d368f80
Child:
187:122fc1996c86
--- a/ip4/ip4.c	Sat Dec 12 20:10:02 2020 +0000
+++ b/ip4/ip4.c	Wed Dec 16 17:33:22 2020 +0000
@@ -8,7 +8,7 @@
 #include   "icmp4.h"
 #include "udptcp4.h"
 #include     "ar4.h"
-#include     "nr4.h"
+#include      "nr.h"
 #include    "dhcp.h"
 #include     "eth.h"
 #include      "ip.h"
@@ -123,7 +123,7 @@
     }
 
     int remArIndex = Ar4AddIpRecord(trace, macRemote, srcIp);
-    Nr4MakeRequestForNameFromIp(srcIp);
+    NrMakeRequestForNameFromAddress4(srcIp);
 
     int action = DO_NOTHING;
     switch (protocol)