1 #ifndef NET_SANA2TAGS_H
    2 #define NET_SANA2TAGS_H
    3 /*
    4  *      Well known parameters for SANA-II/IP
    5  *
    6  *      Copyright © 1994 AmiTCP/IP Group,
    7  *                       Network Solutions Development, Inc.
    8  *                       All rights reserved.
    9  *
   10  *      $Id: sana2tags.h,v 1.1.1.1 2005/03/15 16:00:46 laire Exp $
   11  */
   12 
   13 #define	ETHERTYPE_IP	0x0800		/* IP protocol */
   14 #define ETHERTYPE_ARP	0x0806		/* Addr. resolution protocol */
   15 
   16 #define SLIPTYPE_IP ETHERTYPE_IP
   17 #define CSLIPTYPE_IP ETHERTYPE_IP
   18 
   19 #define ARCOTYPE_IP     240	/* RFC 1051 framing */
   20 #define ARCOTYPE_ARP    241	/* RFC 1051 framing */
   21 
   22 #define ARCNTYPE_IP     212	/* RFC 1201 framing */
   23 #define ARCNTYPE_ARP    213	/* RFC 1201 framing */
   24 #define ARCNTYPE_RARP   214	/* RFC 1201 framing */
   25 
   26 #define PPPTYPE_IP      0x21	/* RFC 1334 IP protocol */
   27 
   28 #endif