فهرست منبع

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>
 
 #define ETHERTYPE_IPV4 0x0800
+#define ETHERTYPE_ARP 0x0806
 
 struct ethernet_header {
     uint8_t dest[6];