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
ip6/icmp/ndp/ndp.h
- Committer:
- andrewboyson
- Date:
- 2017-10-24
- Revision:
- 46:40d33e9037e4
- Child:
- 47:73af5c0b0dc2
File content as of revision 46:40d33e9037e4:
extern int NdpHopLimit; extern bool NdpManagedAddressConfiguration; extern bool NdpOtherConfiguration; extern int NdpLifetime; extern char NdpRouterMac[6]; extern int NdpPrefixLength; extern uint8_t NdpPrefixLA; extern uint32_t NdpPrefixValidLifetime; extern uint32_t NdpPrefixPreferredLifetime; extern char NdpPrefix[]; extern char NdpDnsServer[]; extern uint32_t NdpDnsLifetime; extern uint32_t NdpElapsedTime; extern int NdpMtu; extern int NdpAddOptionSourceMac(char* p, char* pMac); extern void NdpDecodeOptions(char* pData, int dataLength); extern void NdpLogOptions (char* pData, int dataLength); extern bool NdpIpNeedsToBeRouted(char* ip);