浏览代码

protocol: ethernet_proto: add ETHERTYPE_ARP

ambrop7 14 年之前
父节点
当前提交
db002ff92c
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      misc/ethernet_proto.h

+ 1 - 0
misc/ethernet_proto.h

@@ -30,6 +30,7 @@
 #include <stdint.h>
 #include <stdint.h>
 
 
 #define ETHERTYPE_IPV4 0x0800
 #define ETHERTYPE_IPV4 0x0800
+#define ETHERTYPE_ARP 0x0806
 
 
 struct ethernet_header {
 struct ethernet_header {
     uint8_t dest[6];
     uint8_t dest[6];