BSD 4_3 release
[unix-history] / usr / src / include / arpa / telnet.h
index 80a8ece..1c5b435 100644 (file)
@@ -1,4 +1,11 @@
-/*     telnet.h        4.7     85/03/24        */
+/*
+ * Copyright (c) 1983 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ *
+ *     @(#)telnet.h    5.1 (Berkeley) 5/30/85
+ */
+
 /*
  * Definitions for the TELNET protocol.
  */
 /*
  * Definitions for the TELNET protocol.
  */
@@ -18,6 +25,7 @@
 #define        DM      242             /* data mark--for connect. cleaning */
 #define        NOP     241             /* nop */
 #define        SE      240             /* end sub negotiation */
 #define        DM      242             /* data mark--for connect. cleaning */
 #define        NOP     241             /* nop */
 #define        SE      240             /* end sub negotiation */
+#define EOR     239             /* end of record (transparent mode) */
 
 #define SYNCH  242             /* for telfunc calls */
 
 
 #define SYNCH  242             /* for telfunc calls */
 
@@ -64,9 +72,8 @@ char *telopts[NTELOPTS] = {
        "STATUS", "TIMING MARK", "RCTE", "NAOL", "NAOP",
        "NAOCRD", "NAOHTS", "NAOHTD", "NAOFFD", "NAOVTS",
        "NAOVTD", "NAOLFD", "EXTEND ASCII", "LOGOUT", "BYTE MACRO",
        "STATUS", "TIMING MARK", "RCTE", "NAOL", "NAOP",
        "NAOCRD", "NAOHTS", "NAOHTD", "NAOFFD", "NAOVTS",
        "NAOVTD", "NAOLFD", "EXTEND ASCII", "LOGOUT", "BYTE MACRO",
-       "DATA ENTRY TERMINAL", "SUPDUP", "SUPDUP OUTPUT", "SEND LOCATION",
-           "TERMINAL TYPE",
-       "END OF RECORD",
+       "DATA ENTRY TERMINAL", "SUPDUP", "SUPDUP OUTPUT",
+       "SEND LOCATION", "TERMINAL TYPE", "END OF RECORD",
 };
 #endif
 
 };
 #endif