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:
11:c051adb70c5a
Parent:
10:f0854784e960
Child:
14:e75a59c1123d
--- a/ip6/ip6.h	Sun Apr 16 14:21:55 2017 +0000
+++ b/ip6/ip6.h	Tue Apr 18 19:07:05 2017 +0000
@@ -1,7 +1,5 @@
 extern int Ip6HandleReceivedPacket(char* pSrcMac, void* pPacket, int *pSize, char* pDstMac);
 extern int Ip6PollForPacketToSend (               void* pPacket, int *pSize, char* pDstMac);
 
-extern char Ip6AllNodes[];
-extern char Ip6AllRouters[];
-extern char Ip6Mdns[];
-extern char Ip6Llmnr[];
\ No newline at end of file
+
+extern void Ip6DestIpFromAction(int action, char* pDstIp);
\ No newline at end of file