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/ns.h@35:93c39d260a83, 2017-09-22 (annotated)
- Committer:
- andrewboyson
- Date:
- Fri Sep 22 13:55:56 2017 +0000
- Revision:
- 35:93c39d260a83
- Parent:
- 29:39277bf2003d
- Child:
- 37:793b39683406
Added name resolution and address resolution
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
andrewboyson | 35:93c39d260a83 | 1 | extern char NsAddressToResolve[]; |
andrewboyson | 35:93c39d260a83 | 2 | extern bool NsResolveRequestFlag; |
andrewboyson | 35:93c39d260a83 | 3 | |
andrewboyson | 35:93c39d260a83 | 4 | extern int NsHandleReceivedAdvertisement(void* pPacket, int* pSize); |
andrewboyson | 35:93c39d260a83 | 5 | extern int NsHandleReceivedSolicitation (void* pPacket, int* pSize, uint8_t* pType, uint8_t* pCode); |
andrewboyson | 35:93c39d260a83 | 6 | extern int NsGetWaitingSolicitation (void* pPacket, int* pSize, uint8_t* pType, uint8_t* pCode); |