xref: /csrg-svn/sys/netiso/if_clnp.h (revision 37469)
1*36380Ssklower /***********************************************************
2*36380Ssklower 		Copyright IBM Corporation 1987
3*36380Ssklower 
4*36380Ssklower                       All Rights Reserved
5*36380Ssklower 
6*36380Ssklower Permission to use, copy, modify, and distribute this software and its
7*36380Ssklower documentation for any purpose and without fee is hereby granted,
8*36380Ssklower provided that the above copyright notice appear in all copies and that
9*36380Ssklower both that copyright notice and this permission notice appear in
10*36380Ssklower supporting documentation, and that the name of IBM not be
11*36380Ssklower used in advertising or publicity pertaining to distribution of the
12*36380Ssklower software without specific, written prior permission.
13*36380Ssklower 
14*36380Ssklower IBM DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
15*36380Ssklower ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
16*36380Ssklower IBM BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
17*36380Ssklower ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
18*36380Ssklower WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
19*36380Ssklower ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
20*36380Ssklower SOFTWARE.
21*36380Ssklower 
22*36380Ssklower ******************************************************************/
23*36380Ssklower 
24*36380Ssklower /*
25*36380Ssklower  * ARGO Project, Computer Sciences Dept., University of Wisconsin - Madison
26*36380Ssklower  */
27*36380Ssklower /* $Header: if_clnp.h,v 4.2 88/06/29 14:59:15 hagens Exp $ */
28*36380Ssklower /* $Source: /usr/argo/sys/netiso/RCS/if_clnp.h,v $ */
29*36380Ssklower 
30*36380Ssklower /*
31*36380Ssklower  * Values for the protocol identifier field in the LAN header
32*36380Ssklower  */
33*36380Ssklower #define	ETHERTYPE_CLNP		0x0802		/* clnp protocol from the
34*36380Ssklower 									     * assigned numbers RFC
35*36380Ssklower 										 */
36*36380Ssklower /*
37*36380Ssklower  *	For LAN case, see ../caif/if_lanvar.h
38*36380Ssklower  */
39