Trailing-Edge
-
PDP-10 Archives
-
BB-FB49A-RM
-
sources/sntrec.r36
There are no other files named sntrec.r36 in the archive.
%TITLE 'SNTRECDEF IDENT = V01.00 File: SNTREC.MDL'
!
! Symbol definitions for the SNA Trace records
!
!++
! Copyright (c) 1984, 1985 by
! DIGITAL EQUIPMENT CORPORATION, Maynard, Massachusetts
!
! This software is furnished under a license and may be used and copied
! only in accordance with the terms of such license and with the
! inclusion of the above copyright notice. This software or any other
! copies thereof may not be provided or otherwise made available to any
! other person. No title to and ownership of the software is hereby
! transferred.
!
! The information in this software is subject to change without notice
! and should not be construed as a commitment by Digital Equipment
! Corporation.
!
! Digital assumes no responsibility for the use or reliability of its
! software on equipment which is not supplied by Digital.
!
! Edit History
!
!--
!...$SNTRECDEF
!
! Record fields
!
!
! Common fields
!
MACRO MSGTYPE_B$SNTREC = 0,0,8,0%; ! Message type code
LITERAL MSGDATA_C$SNTREC = 1;
LITERAL MSGDATA_K$SNTREC = 1; ! Start of message data field(s)
!
! Header record
!
MACRO ID_T$SNTREC = 1,0,24,0%; ! Id number
MACRO VERSION_B$SNTREC = 1,0,8,0%; ! Protocol version number
MACRO DECECO_B$SNTREC = 2,0,8,0%; ! DEC ECO number
MACRO CUSECO_B$SNTREC = 3,0,8,0%; ! Customer ECO number
MACRO BUFFERS_B$SNTREC = 4,0,8,0%; ! Buffering level
MACRO TYPE_B$SNTREC = 5,0,8,0%; ! Type of trace
MACRO FILES_B$SNTREC = 6,0,8,0%; ! Maximum number of files
MACRO FILENUM_B$SNTREC = 7,0,8,0%; ! Number of this file (n of files)
MACRO FILESIZE_B$SNTREC = 8,0,8,0%; ! Maximum file size
MACRO ENTRIES_B$SNTREC = 9,0,8,0%; ! Maximum number of entries
MACRO SIZE_W$SNTREC = 10,0,16,0%; ! Maximum of trace data bytes required
LITERAL SESSION_W$SNTREC = 12; ! Session id
MACRO CIRCLEN_B$SNTREC = 14,0,8,0%; ! Length of circuit id string
LITERAL CIRCUIT_T$SNTREC = 15; ! Circuit id string (size chosen according
LITERAL CIRCUIT_S$SNTREC = 15;
! to DNA network management requirements)
LITERAL TIME_T$SNTREC = 30; ! Time of TRACE
LITERAL TIME_S$SNTREC = 16;
MACRO NODELEN_B$SNTREC = 46,0,8,0%; ! Length of node id string
LITERAL NODE_T$SNTREC = 47; ! Start of node id string
LITERAL LENGTH_C$SNTREC = 47;
LITERAL LENGTH_K$SNTREC = 47; ! Minimum length of record
!
! End of SNTRECDEF.MDL
!