Andrew Boyson / net

Dependents:   oldheating gps motorhome heating

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?

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