mirror of
git://git.musl-libc.org/musl
synced 2025-03-06 20:48:29 +01:00
add missing if_arp.h constant
ARPHRD_6LOWPAN (IPv6 over LoWPAN) added in linux 3.14 commit 0abc652c796dab74d34d60473ec5594cd21620be
This commit is contained in:
parent
1fa2a32d1e
commit
79c7ded0ed
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue