xref: /freebsd/contrib/libpcap/arcnet.h (revision 0a94d38f)
10a94d38fSBill Fenner /*
20a94d38fSBill Fenner  * Copyright (c) 1982, 1986, 1993
30a94d38fSBill Fenner  *	The Regents of the University of California.  All rights reserved.
40a94d38fSBill Fenner  *
50a94d38fSBill Fenner  * Redistribution and use in source and binary forms, with or without
60a94d38fSBill Fenner  * modification, are permitted provided that the following conditions
70a94d38fSBill Fenner  * are met:
80a94d38fSBill Fenner  * 1. Redistributions of source code must retain the above copyright
90a94d38fSBill Fenner  *    notice, this list of conditions and the following disclaimer.
100a94d38fSBill Fenner  * 2. Redistributions in binary form must reproduce the above copyright
110a94d38fSBill Fenner  *    notice, this list of conditions and the following disclaimer in the
120a94d38fSBill Fenner  *    documentation and/or other materials provided with the distribution.
130a94d38fSBill Fenner  * 3. All advertising materials mentioning features or use of this software
140a94d38fSBill Fenner  *    must display the following acknowledgement:
150a94d38fSBill Fenner  *	This product includes software developed by the University of
160a94d38fSBill Fenner  *	California, Berkeley and its contributors.
170a94d38fSBill Fenner  * 4. Neither the name of the University nor the names of its contributors
180a94d38fSBill Fenner  *    may be used to endorse or promote products derived from this software
190a94d38fSBill Fenner  *    without specific prior written permission.
200a94d38fSBill Fenner  *
210a94d38fSBill Fenner  * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
220a94d38fSBill Fenner  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
230a94d38fSBill Fenner  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
240a94d38fSBill Fenner  * ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
250a94d38fSBill Fenner  * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
260a94d38fSBill Fenner  * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
270a94d38fSBill Fenner  * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
280a94d38fSBill Fenner  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
290a94d38fSBill Fenner  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
300a94d38fSBill Fenner  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
310a94d38fSBill Fenner  * SUCH DAMAGE.
320a94d38fSBill Fenner  *
330a94d38fSBill Fenner  * from: NetBSD: if_arc.h,v 1.13 1999/11/19 20:41:19 thorpej Exp
340a94d38fSBill Fenner  */
350a94d38fSBill Fenner 
360a94d38fSBill Fenner /* RFC 1051 */
370a94d38fSBill Fenner #define	ARCTYPE_IP_OLD		240	/* IP protocol */
380a94d38fSBill Fenner #define	ARCTYPE_ARP_OLD		241	/* address resolution protocol */
390a94d38fSBill Fenner 
400a94d38fSBill Fenner /* RFC 1201 */
410a94d38fSBill Fenner #define	ARCTYPE_IP		212	/* IP protocol */
420a94d38fSBill Fenner #define	ARCTYPE_ARP		213	/* address resolution protocol */
430a94d38fSBill Fenner #define	ARCTYPE_REVARP		214	/* reverse addr resolution protocol */
440a94d38fSBill Fenner 
450a94d38fSBill Fenner #define	ARCTYPE_ATALK		221	/* Appletalk */
460a94d38fSBill Fenner #define	ARCTYPE_BANIAN		247	/* Banyan Vines */
470a94d38fSBill Fenner #define	ARCTYPE_IPX		250	/* Novell IPX */
480a94d38fSBill Fenner 
490a94d38fSBill Fenner #define ARCTYPE_INET6		0xc4	/* IPng */
500a94d38fSBill Fenner #define ARCTYPE_DIAGNOSE	0x80	/* as per ANSI/ATA 878.1 */
510a94d38fSBill Fenner