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:
- 93:580fc113d9e9
- Parent:
- 61:aad055f1b0d1
- Child:
- 119:8e1a7805b801
--- a/ip6/icmp/ndp/ndp.h Thu Nov 29 16:52:10 2018 +0000 +++ b/ip6/icmp/ndp/ndp.h Sun Dec 02 18:40:35 2018 +0000 @@ -14,7 +14,7 @@ extern char NdpPrefix[]; extern char NdpDnsServer[]; extern uint32_t NdpDnsLifetime; -extern uint32_t NdpElapsedTime; +extern uint32_t NdpGetElapsedLife(void); extern int NdpMtu; extern int NdpAddOptionSourceMac(char* p, char* pMac); @@ -25,4 +25,6 @@ extern bool NdpIpNeedsToBeRouted(char* ip); +extern void NdpResetLife(void); + extern void NdpMain(void);