TCP/IP TELNET Management Programming Manual

Telnet Subsystem DDL
B–2 53474 Tandem Computers Incorporated
* TELNET _ T9553C11 _ 29FEB89
?SETSECTION
*---------------------------------------------------------------*
* SPI Definitions for TELNET *
*---------------------------------------------------------------*
*---------------------------------------------------------------*
* The attributes that are recognized (in Add and Alter) are: *
* *
* erase-char - The erase character. *
* kill-char - The line kill (delete line). *
* eof-char - End of file from terminal. *
* eol-char - End of line. *
* intrpt-char - Character that will cause break to be sent.*
* servname is name of service (Add only) (null terminated *
* string). *
* a null value in the field says that the field has not *
* been set. *
*---------------------------------------------------------------*
?SECTION zTNT-ddl-add-win
?TALBOUND 0
DEF zTNT-ddl-add-win.
02 zerase-char TYPE zspi-ddl-char
SPI-NULL 0.
02 zkill-char TYPE zspi-ddl-char
SPI-NULL 0.
02 zeof-char TYPE zspi-ddl-char
SPI-NULL 0.
02 zeol-char TYPE zspi-ddl-char
SPI-NULL 0.
02 zintrpt-char TYPE zspi-ddl-char
SPI-NULL 0.
02 zservname TYPE zspi-ddl-char50.
END.
?SECTION zTNT-ddl-alter-win
?TALBOUND 0
DEF zTNT-ddl-alter-win.
02 zerase-char TYPE zspi-ddl-char
SPI-NULL 0.
02 zkill-char TYPE zspi-ddl-char
SPI-NULL 0.
02 zeof-char TYPE zspi-ddl-char
SPI-NULL 0.
02 zeol-char TYPE zspi-ddl-char
SPI-NULL 0.
02 zintrpt-char TYPE zspi-ddl-char
SPI-NULL 0.
END.
*---------------------------------------------------------------*
* In addition to the above we also have the following in *
* the Info for a window: *
* loc_addr Local Address (IP) *
* forgn_addr Foreign Address *