Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: oldheating gps motorhome heating
ip6/ip6.h
- Committer:
- andrewboyson
- Date:
- 2017-04-18
- Revision:
- 11:c051adb70c5a
- Parent:
- 10:f0854784e960
- Child:
- 14:e75a59c1123d
File content as of revision 11:c051adb70c5a:
extern int Ip6HandleReceivedPacket(char* pSrcMac, void* pPacket, int *pSize, char* pDstMac); extern int Ip6PollForPacketToSend ( void* pPacket, int *pSize, char* pDstMac); extern void Ip6DestIpFromAction(int action, char* pDstIp);