revert between 56095 -> 55830 in arch
[AROS.git] / workbench / network / stacks / AROSTCP / bsdsocket / net / sana2tags.h
blob9b80ce4db156419c6d54fca2b3dd80427d4c4d4e
1 /*
2 * Copyright (C) 1993,1994 AmiTCP/IP Group, <amitcp-group@hut.fi>
3 * Helsinki University of Technology, Finland.
4 * All rights reserved.
5 * Copyright (C) 2005 Neil Cafferkey
7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License version 2 as
9 * published by the Free Software Foundation.
11 * This program is distributed in the hope that it will be useful, but
12 * WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14 * General Public License for more details.
16 * You should have received a copy of the GNU General Public License
17 * along with this program; if not, write to the Free Software
18 * Foundation, Inc., 59 Temple Place - Suite 330, Boston,
19 * MA 02111-1307, USA.
23 #ifndef NET_SANA2TAGS_H
24 #define NET_SANA2TAGS_H
26 #define ETHERTYPE_IP 0x0800 /* IP protocol */
27 #define ETHERTYPE_ARP 0x0806 /* Addr. resolution protocol */
29 #define SLIPTYPE_IP ETHERTYPE_IP
30 #define CSLIPTYPE_IP ETHERTYPE_IP
32 #define ARCOTYPE_IP 240 /* RFC 1051 framing */
33 #define ARCOTYPE_ARP 241 /* RFC 1051 framing */
35 #define ARCNTYPE_IP 212 /* RFC 1201 framing */
36 #define ARCNTYPE_ARP 213 /* RFC 1201 framing */
37 #define ARCNTYPE_RARP 214 /* RFC 1201 framing */
39 #define PPPTYPE_IP 0x21 /* RFC 1334 IP protocol */
41 #endif