Andrew Boyson / net

Dependents:   oldheating gps motorhome heating

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?

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