borrow two flags from isode (nodnic & prepnd0) for convering AFI37 to X.121
authorKeith Sklower <sklower@ucbvax.Berkeley.EDU>
Thu, 2 May 1991 09:11:25 +0000 (01:11 -0800)
committerKeith Sklower <sklower@ucbvax.Berkeley.EDU>
Thu, 2 May 1991 09:11:25 +0000 (01:11 -0800)
SCCS-vsn: sys/netccitt/x25.h 7.7

usr/src/sys/netccitt/x25.h

index c4dab48..56c164b 100644 (file)
@@ -9,7 +9,7 @@
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)x25.h       7.6 (Berkeley) %G%
+ *     @(#)x25.h       7.7 (Berkeley) %G%
  */
 
 #ifdef KERNEL
  */
 
 #ifdef KERNEL
@@ -106,7 +106,9 @@ struct      x25config {
 #define X25_DDN                3
 #define X25_BASIC      4
                xc_ptrace:1,    /* packet level tracing flag */
 #define X25_DDN                3
 #define X25_BASIC      4
                xc_ptrace:1,    /* packet level tracing flag */
-               xc_rsvd2:5;
+               xc_nodnic:1,    /* remove our dnic when calling on net */
+               xc_prepnd0:1,   /* prepend 0 when making offnet calls */
+               xc_rsvd2:3;
        u_short xc_maxlcn;      /* max logical channels */
        u_short xc_dg_idletimo; /* timeout for idle datagram circuits. */
 };
        u_short xc_maxlcn;      /* max logical channels */
        u_short xc_dg_idletimo; /* timeout for idle datagram circuits. */
 };