checkpoint somewhat working checksum code . . .
[unix-history] / usr / src / sys / netiso / iso_errno.h
index a8acda7..6d585b4 100644 (file)
@@ -1,3 +1,12 @@
+/*-
+ * Copyright (c) 1991 The Regents of the University of California.
+ * All rights reserved.
+ *
+ * %sccs.include.redist.c%
+ *
+ *     @(#)iso_errno.h 7.5 (Berkeley) %G%
+ */
+
 /***********************************************************
                Copyright IBM Corporation 1987
 
 /***********************************************************
                Copyright IBM Corporation 1987
 
@@ -24,7 +33,6 @@ SOFTWARE.
 /*
  * ARGO Project, Computer Sciences Dept., University of Wisconsin - Madison
  */
 /*
  * ARGO Project, Computer Sciences Dept., University of Wisconsin - Madison
  */
-/*     @(#)iso_errno.h 7.3 (Berkeley) %G% */
 
 #ifndef __ISO_ERRNO__
 #define __ISO_ERRNO__
 
 #ifndef __ISO_ERRNO__
 #define __ISO_ERRNO__
@@ -34,6 +42,7 @@ SOFTWARE.
 #define        TP_ERROR_MASK   0x8800  /* transport layer */
 #define        CONL_ERROR_MASK 0x8400  /* co network layer */ 
 #define        CLNL_ERROR_MASK 0x8200  /* cl network layer */
 #define        TP_ERROR_MASK   0x8800  /* transport layer */
 #define        CONL_ERROR_MASK 0x8400  /* co network layer */ 
 #define        CLNL_ERROR_MASK 0x8200  /* cl network layer */
+#define TP_ERROR_SNDC  0x10000 /* kludge to force DC's on certain errors */
 
 #define E_CO_NOERROR   (CONL_ERROR_MASK | 0x0) /* no add'l info */
 
 
 #define E_CO_NOERROR   (CONL_ERROR_MASK | 0x0) /* no add'l info */