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: ip6/icmp/ndp/ns.cpp
- Revision:
- 50:492f2d2954e4
- Parent:
- 49:1a6336f2b3f9
- Child:
- 52:fbc5a46b5e16
diff -r 1a6336f2b3f9 -r 492f2d2954e4 ip6/icmp/ndp/ns.cpp --- a/ip6/icmp/ndp/ns.cpp Thu Nov 02 08:10:55 2017 +0000 +++ b/ip6/icmp/ndp/ns.cpp Fri Nov 03 16:19:15 2017 +0000 @@ -4,7 +4,7 @@ #include "action.h" #include "ip6addr.h" #include "mac.h" -#include "nr.h" +#include "nr6.h" #include "ar6.h" #include "ip6.h" #include "slaac.h" @@ -107,7 +107,7 @@ NdpDecodeOptions(pData, dataLength, NULL, tgtMac); Ar6AddIpRecord(trace, tgtMac, pHeader->target); - NrMakeRequestForNameFromIp6(pHeader->target); + Nr6MakeRequestForNameFromIp(pHeader->target); return DO_NOTHING; }