Lines Matching refs:bytes
53 IAC = bytes([255]) # "Interpret As Command"
54 DONT = bytes([254])
55 DO = bytes([253])
56 WONT = bytes([252])
57 WILL = bytes([251])
58 theNULL = bytes([0])
60 SE = bytes([240]) # Subnegotiation End
61 NOP = bytes([241]) # No Operation
62 DM = bytes([242]) # Data Mark
63 BRK = bytes([243]) # Break
64 IP = bytes([244]) # Interrupt process
65 AO = bytes([245]) # Abort output
66 AYT = bytes([246]) # Are You There
67 EC = bytes([247]) # Erase Character
68 EL = bytes([248]) # Erase Line
69 GA = bytes([249]) # Go Ahead
70 SB = bytes([250]) # Subnegotiation Begin
75 BINARY = bytes([0]) # 8-bit data path
76 ECHO = bytes([1]) # echo
77 RCP = bytes([2]) # prepare to reconnect
78 SGA = bytes([3]) # suppress go ahead
79 NAMS = bytes([4]) # approximate message size
80 STATUS = bytes([5]) # give status
81 TM = bytes([6]) # timing mark
82 RCTE = bytes([7]) # remote controlled transmission and echo
83 NAOL = bytes([8]) # negotiate about output line width
84 NAOP = bytes([9]) # negotiate about output page size
85 NAOCRD = bytes([10]) # negotiate about CR disposition
86 NAOHTS = bytes([11]) # negotiate about horizontal tabstops
87 NAOHTD = bytes([12]) # negotiate about horizontal tab disposition
88 NAOFFD = bytes([13]) # negotiate about formfeed disposition
89 NAOVTS = bytes([14]) # negotiate about vertical tab stops
90 NAOVTD = bytes([15]) # negotiate about vertical tab disposition
91 NAOLFD = bytes([16]) # negotiate about output LF disposition
92 XASCII = bytes([17]) # extended ascii character set
93 LOGOUT = bytes([18]) # force logout
94 BM = bytes([19]) # byte macro
95 DET = bytes([20]) # data entry terminal
96 SUPDUP = bytes([21]) # supdup protocol
97 SUPDUPOUTPUT = bytes([22]) # supdup output
98 SNDLOC = bytes([23]) # send location
99 TTYPE = bytes([24]) # terminal type
100 EOR = bytes([25]) # end or record
101 TUID = bytes([26]) # TACACS user identification
102 OUTMRK = bytes([27]) # output marking
103 TTYLOC = bytes([28]) # terminal location number
104 VT3270REGIME = bytes([29]) # 3270 regime
105 X3PAD = bytes([30]) # X.3 PAD
106 NAWS = bytes([31]) # window size
107 TSPEED = bytes([32]) # terminal speed
108 LFLOW = bytes([33]) # remote flow control
109 LINEMODE = bytes([34]) # Linemode option
110 XDISPLOC = bytes([35]) # X Display Location
111 OLD_ENVIRON = bytes([36]) # Old - Environment variables
112 AUTHENTICATION = bytes([37]) # Authenticate
113 ENCRYPT = bytes([38]) # Encryption option
114 NEW_ENVIRON = bytes([39]) # New - Environment variables
119 TN3270E = bytes([40]) # TN3270E
120 XAUTH = bytes([41]) # XAUTH
121 CHARSET = bytes([42]) # CHARSET
122 RSP = bytes([43]) # Telnet Remote Serial Port
123 COM_PORT_OPTION = bytes([44]) # Com Port Control Option
124 SUPPRESS_LOCAL_ECHO = bytes([45]) # Telnet Suppress Local Echo
125 TLS = bytes([46]) # Telnet Start TLS
126 KERMIT = bytes([47]) # KERMIT
127 SEND_URL = bytes([48]) # SEND-URL
128 FORWARD_X = bytes([49]) # FORWARD_X
129 PRAGMA_LOGON = bytes([138]) # TELOPT PRAGMA LOGON
130 SSPI_LOGON = bytes([139]) # TELOPT SSPI LOGON
131 PRAGMA_HEARTBEAT = bytes([140]) # TELOPT PRAGMA HEARTBEAT
132 EXOPL = bytes([255]) # Extended-Options-List
133 NOOPT = bytes([0])