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-09-22
Revision:
35:93c39d260a83
Parent:
15:6ca6778168b1
Child:
44:83ce5ace337b

File content as of revision 35:93c39d260a83:

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

extern bool SlaacIsMe(char* ip);

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