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/ns.h@59:e0e556c8bd46, 2017-12-14 (annotated)
- Committer:
- andrewboyson
- Date:
- Thu Dec 14 20:55:40 2017 +0000
- Revision:
- 59:e0e556c8bd46
- Parent:
- 46:40d33e9037e4
- Child:
- 61:aad055f1b0d1
Added buffer length to help avoid over runs
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
andrewboyson | 45:3dd57903ec99 | 1 | extern bool NsTraceRecvSol; |
andrewboyson | 45:3dd57903ec99 | 2 | extern bool NsTraceRecvAdv; |
andrewboyson | 45:3dd57903ec99 | 3 | extern bool NsTraceSendSol; |
andrewboyson | 45:3dd57903ec99 | 4 | |
andrewboyson | 45:3dd57903ec99 | 5 | extern char NsAddressToResolve[]; |
andrewboyson | 45:3dd57903ec99 | 6 | extern bool NsResolveRequestFlag; |
andrewboyson | 45:3dd57903ec99 | 7 | |
andrewboyson | 45:3dd57903ec99 | 8 | extern int NsHandleReceivedAdvertisement(void (*traceback)(void), void* pPacket, int* pSize); |
andrewboyson | 59:e0e556c8bd46 | 9 | extern int NsHandleReceivedSolicitation (void (*traceback)(void), uint8_t* pType, uint8_t* pCode, void* pPacketRx, int sizeRx, void* pPacketTx, int* pSizeTx); |
andrewboyson | 45:3dd57903ec99 | 10 | extern int NsGetWaitingSolicitation (void* pPacket, int* pSize, uint8_t* pType, uint8_t* pCode); |