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: eth/nr6.h
- Revision:
- 50:492f2d2954e4
- Child:
- 61:aad055f1b0d1
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eth/nr6.h Fri Nov 03 16:19:15 2017 +0000 @@ -0,0 +1,13 @@ +extern bool Nr6Trace; + +extern void Nr6MakeRequestForNameFromIp(char* ip); +extern void Nr6MakeRequestForIpFromName(char* name); + +extern void Nr6AddIpRecord(char* ip, char* name, int protocol); + +extern void Nr6IpToName(char* ip, char* name); +extern void Nr6NameToIp(char* name, char* ip); +extern void Nr6SendHttp(); + +extern void Nr6Main(); +extern void Nr6Init();