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