patch-1.3.70 linux/include/linux/if_ether.h
Next file: linux/include/linux/interrupt.h
Previous file: linux/include/linux/if_arp.h
Back to the patch index
Back to the overall index
- Lines: 20
- Date:
Fri Mar 1 07:22:56 1996
- Orig file:
v1.3.69/linux/include/linux/if_ether.h
- Orig date:
Wed Feb 7 15:11:37 1996
diff -u --recursive --new-file v1.3.69/linux/include/linux/if_ether.h linux/include/linux/if_ether.h
@@ -50,6 +50,11 @@
#define ETH_P_AARP 0x80F3 /* Appletalk AARP */
#define ETH_P_IPX 0x8137 /* IPX over DIX */
#define ETH_P_IPV6 0x86DD /* IPv6 over bluebook */
+
+/*
+ * Non DIX types. Won't clash for 1500 types.
+ */
+
#define ETH_P_802_3 0x0001 /* Dummy type for 802.3 frames */
#define ETH_P_AX25 0x0002 /* Dummy protocol id for AX.25 */
#define ETH_P_ALL 0x0003 /* Every packet (be careful!!!) */
@@ -58,6 +63,7 @@
#define ETH_P_DDCMP 0x0006 /* DEC DDCMP: Internal only */
#define ETH_P_WAN_PPP 0x0007 /* Dummy type for WAN PPP frames*/
#define ETH_P_PPP_MP 0x0008 /* Dummy type for PPP MP frames */
+#define ETH_P_LOCALTALK 0x0009 /* Localtalk pseudeo type */
/* This is an Ethernet frame header. */
struct ethhdr {
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this