2017-02-04 22:07:06 +00:00
|
|
|
|
NEW
|
2018-11-17 17:17:13 +00:00
|
|
|
|
PREFIX
|
2018-08-08 15:13:37 +00:00
|
|
|
|
AUTO 4,1
|
2017-02-04 22:07:06 +00:00
|
|
|
|
*--------------------------------------
|
|
|
|
|
* https://android.googlesource.com/platform/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/+/jb-dev/sysroot/usr/include/arpa/telnet.h
|
2017-03-19 21:36:13 +00:00
|
|
|
|
*--------------------------------------
|
2017-10-05 15:39:17 +00:00
|
|
|
|
TCP.PORT.TELNET .EQ 23
|
2017-03-19 21:36:13 +00:00
|
|
|
|
*--------------------------------------
|
2017-10-05 15:39:17 +00:00
|
|
|
|
SE .EQ 240 $F0
|
|
|
|
|
SB .EQ 250 $FA
|
2018-09-09 08:11:42 +00:00
|
|
|
|
SB.IS .EQ 0
|
|
|
|
|
SB.SEND .EQ 1
|
2017-02-28 16:58:36 +00:00
|
|
|
|
WILL .EQ 251 $FB
|
|
|
|
|
WONT .EQ 252 $FC
|
|
|
|
|
DO .EQ 253 $FD
|
|
|
|
|
DONT .EQ 254 $FE
|
|
|
|
|
IAC .EQ 255 $FF
|
2017-02-04 22:07:06 +00:00
|
|
|
|
*--------------------------------------
|
2017-02-28 16:58:36 +00:00
|
|
|
|
TELOPT.BINARY .EQ 0 8-bit data path
|
|
|
|
|
TELOPT.ECHO .EQ 1 echo
|
|
|
|
|
TELOPT.RCP .EQ 2 prepare to reconnect
|
|
|
|
|
TELOPT.SGA .EQ 3 suppress go ahead
|
|
|
|
|
TELOPT.NAMS .EQ 4 approximate message size
|
|
|
|
|
TELOPT.STATUS .EQ 5 give status
|
|
|
|
|
TELOPT.TM .EQ 6 timing mark
|
|
|
|
|
TELOPT.RCTE .EQ 7 remote controlled transmission and echo
|
|
|
|
|
TELOPT.NAOL .EQ 8 negotiate about output line width
|
|
|
|
|
TELOPT.NAOP .EQ 9 negotiate about output page size
|
|
|
|
|
TELOPT.NAOCRD .EQ 10 negotiate about CR disposition
|
|
|
|
|
TELOPT.NAOHTS .EQ 11 negotiate about horizontal tabstops
|
|
|
|
|
TELOPT.NAOHTD .EQ 12 negotiate about horizontal tab disposition
|
|
|
|
|
TELOPT.NAOFFD .EQ 13 negotiate about formfeed disposition
|
|
|
|
|
TELOPT.NAOVTS .EQ 14 negotiate about vertical tab stops
|
|
|
|
|
TELOPT.NAOVTD .EQ 15 negotiate about vertical tab disposition
|
|
|
|
|
TELOPT.NAOLFD .EQ 16 negotiate about output LF disposition
|
|
|
|
|
TELOPT.XASCII .EQ 17 extended ascii character set
|
|
|
|
|
TELOPT.LOGOUT .EQ 18 force logout
|
|
|
|
|
TELOPT.BM .EQ 19 byte macro
|
|
|
|
|
TELOPT.DET .EQ 20 data entry terminal
|
|
|
|
|
TELOPT.SUPDUP .EQ 21 supdup protocol
|
|
|
|
|
TELOPT.SUPDUPOUTPUT .EQ 22 supdup output
|
|
|
|
|
TELOPT.SNDLOC .EQ 23 send location
|
|
|
|
|
TELOPT.TTYPE .EQ 24 terminal type
|
|
|
|
|
TELOPT.EOR .EQ 25 end or record
|
|
|
|
|
TELOPT.TUID .EQ 26 TACACS user identification
|
|
|
|
|
TELOPT.OUTMRK .EQ 27 output marking
|
|
|
|
|
TELOPT.TTYLOC .EQ 28 terminal location number
|
|
|
|
|
TELOPT.3270REGIME .EQ 29 3270 regime
|
|
|
|
|
TELOPT.X3PAD .EQ 30 X.3 PAD
|
|
|
|
|
TELOPT.NAWS .EQ 31 window size
|
|
|
|
|
TELOPT.TSPEED .EQ 32 terminal speed
|
|
|
|
|
TELOPT.LFLOW .EQ 33 remote flow control
|
|
|
|
|
TELOPT.LINEMODE .EQ 34 Linemode option
|
|
|
|
|
TELOPT.XDISPLOC .EQ 35 X Display Location
|
|
|
|
|
TELOPT.OLDENVIRON .EQ 36 Old - Environment variables
|
|
|
|
|
TELOPT.AUTHENTICATION .EQ 37 Authenticate
|
|
|
|
|
TELOPT.ENCRYPT .EQ 38 Encryption option
|
|
|
|
|
TELOPT.NEWENVIRON .EQ 39 New - Environment variables
|
|
|
|
|
TELOPT.EXOPL .EQ 255 extended-options-list
|
2017-02-04 22:07:06 +00:00
|
|
|
|
*--------------------------------------
|
|
|
|
|
MAN
|
2018-12-05 15:12:10 +00:00
|
|
|
|
SAVE INC/NET.TELNET.I
|