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
Diff: resolve/ar4.h
- Revision:
- 116:60521b29e4c9
- Parent:
- 74:c3756bfa960e
- Child:
- 140:9000ea70b220
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/resolve/ar4.h Fri Jan 25 17:37:51 2019 +0000 @@ -0,0 +1,17 @@ +#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);