include file for per-architecture Makefiles
[unix-history] / usr / src / sys / netiso / iso_pcb.h
index 9248263..ab5d7e7 100644 (file)
@@ -1,3 +1,12 @@
+/*-
+ * Copyright (c) 1991 The Regents of the University of California.
+ * All rights reserved.
+ *
+ * %sccs.include.redist.c%
+ *
+ *     @(#)iso_pcb.h   7.5 (Berkeley) %G%
+ */
+
 /***********************************************************
                Copyright IBM Corporation 1987
 
 /***********************************************************
                Copyright IBM Corporation 1987
 
@@ -39,8 +48,6 @@ struct isopcb {
        struct  socket                  *isop_socket;   /* back pointer to socket */
        struct  sockaddr_iso    *isop_laddr;
        struct  sockaddr_iso    *isop_faddr;
        struct  socket                  *isop_socket;   /* back pointer to socket */
        struct  sockaddr_iso    *isop_laddr;
        struct  sockaddr_iso    *isop_faddr;
-#define isop_lportlen isop_laddr->siso_tsuffixlen
-#define isop_fportlen isop_faddr->siso_tsuffixlen
        struct  route_iso {
                struct  rtentry         *ro_rt;
                struct  sockaddr_iso ro_dst;
        struct  route_iso {
                struct  rtentry         *ro_rt;
                struct  sockaddr_iso ro_dst;
@@ -48,8 +55,8 @@ struct isopcb {
        struct  mbuf                    *isop_options;          /* CLNP options */
        struct  mbuf                    *isop_optindex;         /* CLNP options index */
        struct  mbuf                    *isop_clnpcache;        /* CLNP cached hdr */
        struct  mbuf                    *isop_options;          /* CLNP options */
        struct  mbuf                    *isop_optindex;         /* CLNP options index */
        struct  mbuf                    *isop_clnpcache;        /* CLNP cached hdr */
-       u_int                   isop_chanmask;          /* which ones used - max 32 supported */
-       u_int                   isop_negchanmask;       /* which ones used - max 32 supported */
+       caddr_t                                 isop_chan;              /* actually struct pklcb * */
+       u_short                                 isop_refcnt;            /* mult TP4 tpcb's -> here */
        u_short                                 isop_lport;                     /* MISLEADLING work var */
        int                                             isop_x25crud_len;       /* x25 call request ud */
        char                                    isop_x25crud[MAXX25CRUDLEN];
        u_short                                 isop_lport;                     /* MISLEADLING work var */
        int                                             isop_x25crud_len;       /* x25 call request ud */
        char                                    isop_x25crud[MAXX25CRUDLEN];