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.c
- Revision:
- 187:122fc1996c86
- Parent:
- 167:3ba4e3c49631
- Child:
- 193:47a953ab571b
diff -r 24198369b198 -r 122fc1996c86 resolve/ar4.c
--- a/resolve/ar4.c Sat Jan 16 18:34:32 2021 +0000
+++ b/resolve/ar4.c Mon Jan 18 18:23:46 2021 +0000
@@ -68,7 +68,7 @@
if (Ar4Trace)
{
LogTimeF("AR4 Updated request for MAC of ");
- Ip4AddressLog(ip);
+ Ip4AddrLog(ip);
Log("\r\n");
}
records[i].state = STATE_WANT;
@@ -81,7 +81,7 @@
if (Ar4Trace)
{
LogTimeF("AR4 Made request for MAC of ");
- Ip4AddressLog(ip);
+ Ip4AddrLog(ip);
Log("\r\n");
}
i = getOldest();
@@ -164,7 +164,7 @@
{
HttpAddF("%4u ", (MsTimerCount - records[i].elapsed) / 1000 / 60);
- int ipLen = Ip4AddressHttp(records[i].ip);
+ int ipLen = Ip4AddrHttp(records[i].ip);
HttpAddFillChar(' ', 40 - ipLen);
MacHttp(records[i].mac);
@@ -224,7 +224,7 @@
if (Ar4Trace)
{
LogTimeF("AR4 Send request for MAC from IP4 ");
- Ip4AddressLog(pr->ip);
+ Ip4AddrLog(pr->ip);
Log("\r\n");
}
ArpAddressToResolve = pr->ip;