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:
136:8a65abb0dc63
Parent:
107:cc58b4c2090b
Child:
143:8cec8f08dc54
--- a/ip6/ip6addr.h	Sat Mar 23 12:25:48 2019 +0000
+++ b/ip6/ip6addr.h	Sat Apr 06 11:20:20 2019 +0000
@@ -7,6 +7,10 @@
 extern void Ip6AddressCopy(char* ipTo, const char* ipFrom);
 extern void Ip6AddressClear(char* ip);
 
+extern bool Ip6AddrIsSolicited(char* p);
+extern bool Ip6AddrIsMulticast(char *p);
+extern bool Ip6AddrIsSameGroup(char* pA, char* pB);
+
 extern const char Ip6AddressAllNodes  [];
 extern const char Ip6AddressAllRouters[];
 extern const char Ip6AddressMdns      [];