1120587Sbms/*
2120587Sbms * Copyright (c) 1982, 1986, 1993
3120587Sbms *	The Regents of the University of California.  All rights reserved.
4120587Sbms *
5120587Sbms * Redistribution and use in source and binary forms, with or without
6120587Sbms * modification, are permitted provided that the following conditions
7120587Sbms * are met:
8120587Sbms * 1. Redistributions of source code must retain the above copyright
9120587Sbms *    notice, this list of conditions and the following disclaimer.
10120587Sbms * 2. Redistributions in binary form must reproduce the above copyright
11120587Sbms *    notice, this list of conditions and the following disclaimer in the
12120587Sbms *    documentation and/or other materials provided with the distribution.
13120587Sbms * 3. All advertising materials mentioning features or use of this software
14120587Sbms *    must display the following acknowledgement:
15120587Sbms *	This product includes software developed by the University of
16120587Sbms *	California, Berkeley and its contributors.
17120587Sbms * 4. Neither the name of the University nor the names of its contributors
18120587Sbms *    may be used to endorse or promote products derived from this software
19120587Sbms *    without specific prior written permission.
20120587Sbms *
21120587Sbms * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
22120587Sbms * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
23120587Sbms * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
24120587Sbms * ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
25120587Sbms * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
26120587Sbms * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
27120587Sbms * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
28337565Skib * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
29121406Shmp * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
30131681Sru * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
31120587Sbms * SUCH DAMAGE.
32120587Sbms *
33120587Sbms * @(#) $Id: arcnet.h,v 1.2 2001-04-24 02:17:52 guy Exp $ (LBL)
34120587Sbms *
35120587Sbms * from: NetBSD: if_arc.h,v 1.13 1999/11/19 20:41:19 thorpej Exp
36120587Sbms */
37120587Sbms
38120587Sbms/* RFC 1051 */
39120587Sbms#define	ARCTYPE_IP_OLD		240	/* IP protocol */
40120587Sbms#define	ARCTYPE_ARP_OLD		241	/* address resolution protocol */
41120587Sbms
42120587Sbms/* RFC 1201 */
43120587Sbms#define	ARCTYPE_IP		212	/* IP protocol */
44120587Sbms#define	ARCTYPE_ARP		213	/* address resolution protocol */
45131680Sru#define	ARCTYPE_REVARP		214	/* reverse addr resolution protocol */
46120587Sbms
47120587Sbms#define	ARCTYPE_ATALK		221	/* Appletalk */
48120587Sbms#define	ARCTYPE_BANIAN		247	/* Banyan Vines */
49120587Sbms#define	ARCTYPE_IPX		250	/* Novell IPX */
50120587Sbms
51120587Sbms#define ARCTYPE_INET6		0xc4	/* IPng */
52120587Sbms#define ARCTYPE_DIAGNOSE	0x80	/* as per ANSI/ATA 878.1 */
53120587Sbms