4.4BSD snapshot (revision 8.1)
[unix-history] / usr / src / usr.bin / tn3270 / distribution / utilities / tncomp.h
/*-
* Copyright (c) 1988 The Regents of the University of California.
* All rights reserved.
*
* %sccs.include.redist.c%
*
* @(#)tncomp.h 8.1 (Berkeley) %G%
*/
/*
* Where the fields fall on the formatted screen used by tncomp, tnrecv,
* and tnsend.
*/
#define SEND_SEQUENCE 1
#define SEND_SEQUENCE_LENGTH 23
#define ACK_SEQUENCE (SEND_SEQUENCE+SEND_SEQUENCE_LENGTH+1)
#define ACK_SEQUENCE_LENGTH 22
#define CHECKSUM (ACK_SEQUENCE+ACK_SEQUENCE_LENGTH+1)
#define CHECKSUM_LENGTH 32
#define DATA (CHECKSUM+CHECKSUM_LENGTH+1)
#define DATA_LENGTH ((80*22)+79)