This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Defines | |
| #define | CRCGOODFCS 0 |
| Value returned from a checksum whrn including the CRC checksum. | |
Functions | |
| teCCTALK_ERRORS | cctu_FillOutPktHeader (tsCCTALK_SOCK_PKT_HDR *sPktHdr, unsigned long lPktType, unsigned long lPktSize) |
| Fill out the packet header with the necessary fields. | |
| tCHECKSUM | cctu_ChecksumPacket (void *pvCctPkt, int zlPktLen) |
| Will perform a checksum over a packet. | |
|
|
Value returned from a checksum whrn including the CRC checksum. Any array that already contains a crc component and is run through the crc including the new crc will return 0 on an intel little endian PC anyway |
|
||||||||||||
|
Will perform a checksum over a packet. This checksum is currently a 16-bitn crc of the packet. If the packet was OK then a value of CRCGOODFCS (0xf0b8) should be return if the packet and the CRC has a CRC calculation performed over it.
History |
|
||||||||||||||||
|
Fill out the packet header with the necessary fields. This fn will create the header for a cctalk packet
History |
1.3.6