/*1* Copyright (c) 1982, 1986, 19932* The Regents of the University of California. All rights reserved.3*4* Redistribution and use in source and binary forms, with or without5* modification, are permitted provided that the following conditions6* are met:7* 1. Redistributions of source code must retain the above copyright8* notice, this list of conditions and the following disclaimer.9* 2. Redistributions in binary form must reproduce the above copyright10* notice, this list of conditions and the following disclaimer in the11* documentation and/or other materials provided with the distribution.12* 3. All advertising materials mentioning features or use of this software13* must display the following acknowledgement:14* This product includes software developed by the University of15* California, Berkeley and its contributors.16* 4. Neither the name of the University nor the names of its contributors17* may be used to endorse or promote products derived from this software18* without specific prior written permission.19*20* THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND21* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE22* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE23* ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE24* FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL25* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS26* OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)27* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT28* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY29* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF30* SUCH DAMAGE.31*32* from: NetBSD: if_arc.h,v 1.13 1999/11/19 20:41:19 thorpej Exp33*/3435/* RFC 1051 */36#define ARCTYPE_IP_OLD 240 /* IP protocol */37#define ARCTYPE_ARP_OLD 241 /* address resolution protocol */3839/* RFC 1201 */40#define ARCTYPE_IP 212 /* IP protocol */41#define ARCTYPE_ARP 213 /* address resolution protocol */42#define ARCTYPE_REVARP 214 /* reverse addr resolution protocol */4344#define ARCTYPE_ATALK 221 /* Appletalk */45#define ARCTYPE_BANIAN 247 /* Banyan Vines */46#define ARCTYPE_IPX 250 /* Novell IPX */4748#define ARCTYPE_INET6 0xc4 /* IPng */49#define ARCTYPE_DIAGNOSE 0x80 /* as per ANSI/ATA 878.1 */505152