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:
2018-01-11
Revision:
61:aad055f1b0d1
Parent:
48:952dddb74b8b
Child:
71:736a5747ade1

File content as of revision 61:aad055f1b0d1:

#include <stdint.h>
#include <stdbool.h>

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(void);

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