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

ip6/slaac.h

Committer:
andrewboyson
Date:
2017-05-09
Revision:
15:6ca6778168b1
Parent:
10:f0854784e960
Child:
35:93c39d260a83

File content as of revision 15:6ca6778168b1:

extern char SlaacLinkLocalIp[];
extern char SlaacGlobalIp[];

extern void SlaacMakeGlobal(char* pPrefix);
extern void SlaacInit();