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:
187:122fc1996c86
Parent:
176:7eb916c22084
Child:
193:47a953ab571b
--- a/ip6/ip6addr.h	Sat Jan 16 18:34:32 2021 +0000
+++ b/ip6/ip6addr.h	Mon Jan 18 18:23:46 2021 +0000
@@ -13,6 +13,7 @@
 extern bool Ip6AddrIsLinkLocal  (const char* p);
 extern bool Ip6AddrIsUniqueLocal(const char* p);
 extern bool Ip6AddrIsGlobal     (const char* p);
+extern bool Ip6AddrIsExternal   (const char* p);
 extern bool Ip6AddrIsSolicited  (const char* p);
 extern bool Ip6AddrIsMulticast  (const char *p);
 extern bool Ip6AddrIsSameGroup  (const char* pA, const char* pB);