fix use of memset without declaration in sched.h cpu set macros
[musl] / include / net / if_arp.h
index 371ab10..361ecfc 100644 (file)
@@ -52,6 +52,7 @@ struct arphdr {
 #define ARPHRD_ROSE    270
 #define ARPHRD_X25     271
 #define ARPHRD_HWX25   272
+#define ARPHRD_CAN     280
 #define ARPHRD_PPP     512
 #define ARPHRD_CISCO   513
 #define ARPHRD_HDLC    ARPHRD_CISCO
@@ -84,7 +85,13 @@ struct arphdr {
 #define ARPHRD_IEEE80211_PRISM 802
 #define ARPHRD_IEEE80211_RADIOTAP 803
 #define ARPHRD_IEEE802154 804
-#define ARPHRD_IEEE802154_PHY 805
+#define ARPHRD_IEEE802154_MONITOR 805
+#define ARPHRD_PHONET 820
+#define ARPHRD_PHONET_PIPE 821
+#define ARPHRD_CAIF 822
+#define ARPHRD_IP6GRE 823
+#define ARPHRD_NETLINK 824
+#define ARPHRD_6LOWPAN 825
 
 #define ARPHRD_VOID      0xFFFF
 #define ARPHRD_NONE      0xFFFE