|
|
1.1 root 1: /***********************************************************
2: Copyright IBM Corporation 1987
3:
4: All Rights Reserved
5:
6: Permission to use, copy, modify, and distribute this software and its
7: documentation for any purpose and without fee is hereby granted,
8: provided that the above copyright notice appear in all copies and that
9: both that copyright notice and this permission notice appear in
10: supporting documentation, and that the name of IBM not be
11: used in advertising or publicity pertaining to distribution of the
12: software without specific, written prior permission.
13:
14: IBM DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
15: ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
16: IBM BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
17: ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
18: WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
19: ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
20: SOFTWARE.
21:
22: ******************************************************************/
23:
24: /*
25: * ARGO Project, Computer Sciences Dept., University of Wisconsin - Madison
26: */
27: /*
28: * ARGO TP
29: *
30: * $Header: tp_clnp.h,v 5.1 88/10/12 12:16:36 root Exp $
31: * $Source: /usr/argo/sys/netiso/RCS/tp_clnp.h,v $
32: *
33: * AF_ISO net-dependent structures and include files
34: *
35: */
36:
37:
38: #ifndef __TP_CLNP__
39: #define __TP_CLNP__
40:
41: #ifndef SOCK_STREAM
42: #include "socket.h"
43: #endif SOCK_STREAM
44:
45: #ifndef RTFREE
46: #include "../net/route.h"
47: #endif
48: #include "../netiso/iso.h"
49: #include "../netiso/clnp.h"
50: #include "../netiso/iso_pcb.h"
51: #ifndef IF_DEQUEUE
52: #include "../net/if.h"
53: #endif
54: #include "../netiso/iso_var.h"
55:
56: struct isopcb tp_isopcb;
57: /* queue of active inpcbs for tp ; for tp with dod ip */
58:
59: #endif __TP_CLNP__
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.