Andrew Boyson / net

Dependents:   oldheating gps motorhome heating

Committer:
andrewboyson
Date:
Thu Oct 19 20:56:58 2017 +0000
Revision:
43:bc028d5a6424
Parent:
ip6/ns.h@37:793b39683406
Added verbose option to trace

Who changed what in which revision?

UserRevisionLine numberNew 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);