projects
/
oweals
/
musl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1fa2a32
)
add missing if_arp.h constant
author
Daniel Sabogal
<dsabogalcc@gmail.com>
Mon, 5 Sep 2016 02:30:42 +0000
(22:30 -0400)
committer
Rich Felker
<dalias@aerifal.cx>
Thu, 20 Oct 2016 20:55:51 +0000
(16:55 -0400)
ARPHRD_6LOWPAN (IPv6 over LoWPAN) added in
linux 3.14 commit
0abc652c796dab74d34d60473ec5594cd21620be
include/net/if_arp.h
patch
|
blob
|
history
diff --git
a/include/net/if_arp.h
b/include/net/if_arp.h
index 18d5dcf977add7134cce5d87b45d9796d63e8dcc..361ecfc97dfe791423f5cc48accbc9652baeefbc 100644
(file)
--- a/
include/net/if_arp.h
+++ b/
include/net/if_arp.h
@@
-91,6
+91,7
@@
struct arphdr {
#define ARPHRD_CAIF 822
#define ARPHRD_IP6GRE 823
#define ARPHRD_NETLINK 824
+#define ARPHRD_6LOWPAN 825
#define ARPHRD_VOID 0xFFFF
#define ARPHRD_NONE 0xFFFE