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:
195:bd5b123143ca
Parent:
193:47a953ab571b
--- a/resolve/ar4.h	Thu Mar 04 12:08:14 2021 +0000
+++ b/resolve/ar4.h	Sun Apr 18 19:04:48 2021 +0000
@@ -8,6 +8,7 @@
 extern int  Ar4AddIpRecord(void (*traceback)(void), char* pMac, uint32_t ip);
 
 extern void     Ar4IpToMac(uint32_t ip, char* pMac);
+extern uint32_t Ar4GetIpFromMac(char* pMac);
 extern uint32_t Ar4IndexToIp(int index);
 extern bool     Ar4HaveMacForIp(uint32_t ip);
 extern bool     Ar4CheckHaveMacAndFetchIfNot(uint32_t ip);