#include <in_chk.h>
class TChecksum |
Public Member Functions | |
---|---|
TChecksum(TUint16) | |
IMPORT_C void | Add(RMBufChain &, TInt) |
IMPORT_C void | Add(RMBufChain &, const RMBufPktInfo *, TInt) |
void | Add(const TUint16 *, TInt) |
void | Add(TUint16) |
void | Add(TUint32) |
void | AddH(TUint16) |
void | AddH(TUint32) |
void | AddHi(TUint8) |
void | AddLo(TUint8) |
IMPORT_C TUint32 | Calculate(const TUint16 *, TInt) |
TUint16 | ComplementedFold(TUint32) |
void | Fold() |
TUint32 | Fold(TUint32) |
void | Init(TUint16) |
void | Reverse() |
TUint32 | Sum() |
TUint32 | Sum32() |
Checksum calculation.
IMPORT_C void | Add | ( | RMBufChain & | aPacket, |
const RMBufPktInfo * | aInfo, | |||
TInt | aOffset | |||
) |