Blame arcnet.h

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