198530Sfenner/*
298530Sfenner * Copyright (c) 1982, 1986, 1993
398530Sfenner *	The Regents of the University of California.  All rights reserved.
498530Sfenner *
598530Sfenner * Redistribution and use in source and binary forms, with or without
698530Sfenner * modification, are permitted provided that the following conditions
798530Sfenner * are met:
898530Sfenner * 1. Redistributions of source code must retain the above copyright
998530Sfenner *    notice, this list of conditions and the following disclaimer.
1098530Sfenner * 2. Redistributions in binary form must reproduce the above copyright
1198530Sfenner *    notice, this list of conditions and the following disclaimer in the
1298530Sfenner *    documentation and/or other materials provided with the distribution.
1398530Sfenner * 3. All advertising materials mentioning features or use of this software
1498530Sfenner *    must display the following acknowledgement:
1598530Sfenner *	This product includes software developed by the University of
1698530Sfenner *	California, Berkeley and its contributors.
1798530Sfenner * 4. Neither the name of the University nor the names of its contributors
1898530Sfenner *    may be used to endorse or promote products derived from this software
1998530Sfenner *    without specific prior written permission.
2098530Sfenner *
2198530Sfenner * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
2298530Sfenner * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2398530Sfenner * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
2498530Sfenner * ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
2598530Sfenner * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2698530Sfenner * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2798530Sfenner * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2898530Sfenner * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2998530Sfenner * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
3098530Sfenner * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
3198530Sfenner * SUCH DAMAGE.
3298530Sfenner *
33214518Srpaulo * @(#) $Id: arcnet.h,v 1.2 2001-04-24 02:17:52 guy Exp $ (LBL)
3498530Sfenner *
3598530Sfenner * from: NetBSD: if_arc.h,v 1.13 1999/11/19 20:41:19 thorpej Exp
3698530Sfenner */
3798530Sfenner
3898530Sfenner/* RFC 1051 */
3998530Sfenner#define	ARCTYPE_IP_OLD		240	/* IP protocol */
4098530Sfenner#define	ARCTYPE_ARP_OLD		241	/* address resolution protocol */
4198530Sfenner
4298530Sfenner/* RFC 1201 */
4398530Sfenner#define	ARCTYPE_IP		212	/* IP protocol */
4498530Sfenner#define	ARCTYPE_ARP		213	/* address resolution protocol */
4598530Sfenner#define	ARCTYPE_REVARP		214	/* reverse addr resolution protocol */
4698530Sfenner
4798530Sfenner#define	ARCTYPE_ATALK		221	/* Appletalk */
4898530Sfenner#define	ARCTYPE_BANIAN		247	/* Banyan Vines */
4998530Sfenner#define	ARCTYPE_IPX		250	/* Novell IPX */
5098530Sfenner
5198530Sfenner#define ARCTYPE_INET6		0xc4	/* IPng */
5298530Sfenner#define ARCTYPE_DIAGNOSE	0x80	/* as per ANSI/ATA 878.1 */
53