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 ip4.h Source File

ip4.h

00001 
00002 extern bool     Ip4Trace;
00003 extern uint32_t Ip4Remote;
00004 extern int      Ip4HandleReceivedPacket(void (*traceback)(void), void* pPacketRx, int sizeRx, void* pPacketTx, int* pSizeTx, char* pRemoteMac);
00005 extern int      Ip4PollForPacketToSend (                                                      void* pPacketTx, int* pSizeTx, char* pRemoteMac);