Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: oldheating gps motorhome heating
resolve/ar4.h
- Committer:
- andrewboyson
- Date:
- 2019-02-22
- Revision:
- 125:8c84daac38ab
- Parent:
- 116:60521b29e4c9
- Child:
- 140:9000ea70b220
File content as of revision 125:8c84daac38ab:
#include <stdint.h>
#include <stdbool.h>
extern bool Ar4Trace;
extern void Ar4MakeRequestForMacFromIp(uint32_t ip);
extern int Ar4AddIpRecord(void (*traceback)(void), char* pMac, uint32_t ip);
extern void Ar4IpToMac(uint32_t ip, char* pMac);
extern uint32_t Ar4IndexToIp(int index);
extern bool Ar4HaveMacForIp(uint32_t ip);
extern void Ar4SendHttp(void);
extern void Ar4Main(void);
extern void Ar4Init(void);