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

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers ip6.h Source File

ip6.h

00001 
00002 extern bool Ip6Trace;
00003 
00004 extern int  Ip6HandleReceivedPacket(void (*traceback)(void), void* pPacketRx, int sizeRx, void* pPacketTx, int* pSizeTx, char* pRemMac);
00005 extern int  Ip6PollForPacketToSend (                                                      void* pPacketTx, int *pSizeTx, char* pRemMac);