]> git.ipfire.org Git - thirdparty/u-boot.git/blobdiff - include/net.h
net: mvpp2.c: Add Marvell mvpp2 network driver for Armada 375
[thirdparty/u-boot.git] / include / net.h
index 03ae232f5c47f58a60be063e09348d95a6915297..1fb419424bf4daafcaeca7a1793684643e5e5bbc 100644 (file)
@@ -337,6 +337,8 @@ struct vlan_ethernet_hdr {
 #define PROT_ARP       0x0806          /* IP ARP protocol              */
 #define PROT_RARP      0x8035          /* IP ARP protocol              */
 #define PROT_VLAN      0x8100          /* IEEE 802.1q protocol         */
+#define PROT_IPV6      0x86dd          /* IPv6 over bluebook           */
+#define PROT_PPP_SES   0x8864          /* PPPoE session messages       */
 
 #define IPPROTO_ICMP    1      /* Internet Control Message Protocol    */
 #define IPPROTO_UDP    17      /* User Datagram Protocol               */