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/ndp.h
- Revision:
- 172:9bc3c7b2cca1
- Parent:
- 119:8e1a7805b801
- Child:
- 187:122fc1996c86
--- a/ip6/icmp/ndp/ndp.h Sat Dec 12 20:10:02 2020 +0000 +++ b/ip6/icmp/ndp/ndp.h Wed Dec 16 17:33:22 2020 +0000 @@ -5,6 +5,21 @@ extern bool NdpManagedConfiguration; extern bool NdpOtherConfiguration; extern char NdpRouterMac[6]; + +extern int NdpGlobalPrefixLength; +extern bool NdpGlobalPrefixFlagL; +extern bool NdpGlobalPrefixFlagA; +extern uint32_t NdpGlobalPrefixValidLifetime; +extern uint32_t NdpGlobalPrefixPreferredLifetime; +extern char NdpGlobalPrefix[]; + +extern int NdpUniqueLocalPrefixLength; +extern bool NdpUniqueLocalPrefixFlagL; +extern bool NdpUniqueLocalPrefixFlagA; +extern uint32_t NdpUniqueLocalPrefixValidLifetime; +extern uint32_t NdpUniqueLocalPrefixPreferredLifetime; +extern char NdpUniqueLocalPrefix[]; + extern int NdpPrefixLength; extern bool NdpPrefixFlagL; extern bool NdpPrefixFlagA;