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

eth/ar4.h

Committer:
andrewboyson
Date:
2017-10-31
Revision:
48:952dddb74b8b
Child:
61:aad055f1b0d1

File content as of revision 48:952dddb74b8b:

extern bool Ar4Trace;

extern void Ar4MakeRequestForMacFromIp(uint32_t ip);

extern void Ar4AddIpRecord(void (*traceback)(void), char* pMac, uint32_t ip);

extern void Ar4IpToMac(uint32_t ip, char* pMac);
extern void Ar4SendHttp();

extern void Ar4Main();
extern void Ar4Init();