# Sirius 5.0E # freq pol sr fec S 11215000 V 6666000 1/2 S 11227000 H 23145000 3/4 S 11247000 V 23145000 3/4 S 11420000 H 23145000 3/4 S 11727000 H 27500000 5/6 S 11747000 V 27500000 3/4 S 11766000 H 27500000 3/4 S 11785000 V 27500000 3/4 S 11804000 H 27500000 3/4 S 11823000 V 27500000 3/4 S 11843000 H 27500000 3/4 S 11862000 V 27500000 3/4 S 11881000 H 27500000 3/4 S 11900000 V 27500000 3/4 S 11919000 H 27500000 3/4 S 11938000 V 27500000 3/4 S 11958000 H 27500000 3/4 S 11977000 V 27500000 3/4 S 11996000 H 27500000 3/4 S 12015000 V 27500000 5/6 S 12034000 H 27500000 3/4 S 12054000 V 27500000 3/4 S 12073000 H 27500000 3/4 S 12092000 V 27500000 3/4 S 12111000 H 27500000 5/6 S 12130000 V 27500000 3/4 S 12149000 H 27500000 3/4 S 12169000 V 27500000 3/4 S 12188000 H 27500000 7/8 S 12207000 V 27500000 3/4 S 12226000 H 25540000 7/8 S 12245000 V 27500000 3/4 S 12265000 H 27500000 3/4 S 12284000 V 27500000 3/4 S 12303000 H 25547000 7/8 S 12322000 V 27500000 3/4 S 12341000 H 27500000 3/4 S 12360000 V 27500000 7/8 S 12379000 H 27500000 3/4 S 12399000 V 27500000 2/3 S 12418000 H 27500000 3/4 S 12437000 V 27500000 2/3 S 12456000 H 27500000 3/4 S 12476000 V 27500000 3/4 S 12608000 H 27500000 3/4 S 12637000 H 14465000 3/4 S 12668000 V 6666000 1/2 S 12672000 H 3300000 3/4 S 12674000 V 10000000 3/4 S 12678000 V 13333000 5/6 S 12680000 H 9404000 3/4 S 12685000 V 4444000 3/4 S 12690000 H 3330000 3/4 S 12693000 V 3333000 5/6 S 12701000 H 6111000 3/4 S 12715000 H 3330000 3/4 S 12718000 V 23500000 3/4 S 12724000 H 1772000 3/4 S 12728000 V 19720000 3/4 S 12737000 V 6150000 3/4 treecommitdiffstats
path: root/src/telnet.h
blob: c3752ec60eb8843d3894b20f836f7f67675b6dcd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
#ifndef TELNET_H
#define TELNET_H

/* Telnet Defines */
#define IAC   255
#define DONT  254
#define DO    253
#define WONT  252
#define WILL  251

#define SE  240  // Subnegotiation End
#define NOP 241  // No Operation
#define DM  242  // Data Mark
#define BRK 243  // Break
#define IP  244  // Interrupt process
#define AO  245  // Abort output
#define AYT 246  // Are You There
#define EC  247  // Erase Character
#define EL  248  // Erase Line
#define GA  249  // Go Ahead
#define SB  250  // Subnegotiation Begin

#define BINARY 0 // 8-bit data path
#define ECHO 1 // echo
#define RCP 2 // prepare to reconnect
#define SGA 3 // suppress go ahead
#define NAMS 4 // approximate message size
#define STATUS 5 // give status
#define TM 6 // timing mark
#define RCTE 7 // remote controlled transmission and echo
#define NAOL 8 // negotiate about output line width
#define NAOP 9 // negotiate about output page size
#define NAOCRD 10 // negotiate about CR disposition
#define NAOHTS 11 // negotiate about horizontal tabstops
#define NAOHTD 12 // negotiate about horizontal tab disposition
#define NAOFFD 13 // negotiate about formfeed disposition
#define NAOVTS 14 // negotiate about vertical tab stops
#define NAOVTD 15 // negotiate about vertical tab disposition
#define NAOLFD 16 // negotiate about output LF disposition
#define XASCII 17 // extended ascii character set
#define LOGOUT 18 // force logout
#define BM 19 // byte macro
#define DET 20 // data entry terminal
#define SUPDUP 21 // supdup protocol
#define SUPDUPOUTPUT 22 // supdup output
#define SNDLOC 23 // send location
#define TTYPE 24 // terminal type
#define EOR 25 // end or record
#define TUID 26 // TACACS user identification
#define OUTMRK 27 // output marking
#define TTYLOC 28 // terminal location number
#define VT3270REGIME 29 // 3270 regime
#define X3PAD 30 // X.3 PAD
#define NAWS 31 // window size
#define TSPEED 32 // terminal speed
#define LFLOW 33 // remote flow control
#define LINEMODE 34 // Linemode option
#define XDISPLOC 35 // X Display Location
#define OLD_ENVIRON 36 // Old - Environment variables
#define AUTHENTICATION 37 // Authenticate
#define ENCRYPT 38 // Encryption option
#define NEW_ENVIRON 39 // New - Environment variables
#define TN3270E 40 // TN3270E
#define XAUTH 41 // XAUTH
#define CHARSET 42 // CHARSET
#define RSP 43 // Telnet Remote Serial Port
#define COM_PORT_OPTION 44 // Com Port Control Option
#define SUPPRESS_LOCAL_ECHO 45 // Telnet Suppress Local Echo
#define TLS 46 // Telnet Start TLS
#define KERMIT 47 // KERMIT
#define SEND_URL 48 // SEND-URL
#define FORWARD_X 49 // FORWARD_X
#define PRAGMA_LOGON 138 // TELOPT PRAGMA LOGON
#define SSPI_LOGON 139 // TELOPT SSPI LOGON
#define PRAGMA_HEARTBEAT 140 // TELOPT PRAGMA HEARTBEAT
#define EXOPL 255 // Extended-Options-List
#define NOOPT 0

#define IS 0
#define SEND 1

#endif