Home | History | Annotate | Download | only in server

Lines Matching refs:checksum

252 		if (sv_mapcheck.value && check != sv.worldmodel->checksum &&
257 sv.modelname, check, sv.worldmodel->checksum, sv.worldmodel->checksum2);
261 host_client->checksum = check;
1553 byte checksum, calculatedChecksum;
1615 checksum = (byte)MSG_ReadByte ();
1627 // if the checksum fails, ignore the rest of the packet
1633 if (calculatedChecksum != checksum)
1635 Con_DPrintf ("Failed command checksum for %s(%d) (%d != %d)\n",
1636 cl->name, cl->netchan.incoming_sequence, checksum, calculatedChecksum);