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/ar6.h

Committer:
andrewboyson
Date:
2018-12-05
Revision:
94:e2973a2c488e
Parent:
74:c3756bfa960e

File content as of revision 94:e2973a2c488e:

#include <stdbool.h>

extern bool Ar6Trace;

extern void Ar6MakeRequestForMacFromIp(char* ip);

extern int  Ar6AddIpRecord(void (*traceback)(void), char* pMac, char* ip);

extern void Ar6IpToMac(char* ip, char* pMac);
extern void Ar6IndexToIp(int index, char* pIp);
extern void Ar6SendHttp(void);

extern void Ar6Main(void);
extern void Ar6Init(void);