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

arp.h

00001 extern bool     ArpTrace;
00002 
00003 extern uint32_t ArpAddressToResolve;
00004 extern bool     ArpResolveRequestFlag;
00005 
00006 extern int ArpHandleReceivedPacket(void (*traceback)(void), void* pPacketRx, int sizeRx, void* pPacketTx, int* pSizeTx);
00007 extern int ArpPollForPacketToSend(                                                       void* pPacketTx, int* pSizeTx);