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@37:793b39683406, 2017-10-04 (annotated)
- Committer:
- andrewboyson
- Date:
- Wed Oct 04 07:51:02 2017 +0000
- Revision:
- 37:793b39683406
- Parent:
- 35:93c39d260a83
Added trace back and trace forward to log messages
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
andrewboyson | 37:793b39683406 | 1 | extern bool NsTraceRecvSol; |
andrewboyson | 37:793b39683406 | 2 | extern bool NsTraceRecvAdv; |
andrewboyson | 37:793b39683406 | 3 | extern bool NsTraceSendSol; |
andrewboyson | 37:793b39683406 | 4 | |
andrewboyson | 35:93c39d260a83 | 5 | extern char NsAddressToResolve[]; |
andrewboyson | 35:93c39d260a83 | 6 | extern bool NsResolveRequestFlag; |
andrewboyson | 35:93c39d260a83 | 7 | |
andrewboyson | 37:793b39683406 | 8 | extern int NsHandleReceivedAdvertisement(void (*traceback)(void), void* pPacket, int* pSize); |
andrewboyson | 37:793b39683406 | 9 | extern int NsHandleReceivedSolicitation (void (*traceback)(void), void* pPacket, int* pSize, uint8_t* pType, uint8_t* pCode); |
andrewboyson | 35:93c39d260a83 | 10 | extern int NsGetWaitingSolicitation (void* pPacket, int* pSize, uint8_t* pType, uint8_t* pCode); |