summaryrefslogtreecommitdiff
path: root/include/net
diff options
context:
space:
mode:
authorSzabolcs Nagy <nsz@port70.net>2017-07-09 18:51:36 +0000
committerRich Felker <dalias@aerifal.cx>2017-11-05 18:41:14 -0500
commit4c811227110ddeb1ccd03ce295a6e8f6ccb905ea (patch)
tree94177b080edb77a3ffb28864cdc9283ae3aec1dc /include/net
parent54f04d9991c000c7f46eed3dd85b741d840e7164 (diff)
downloadmusl-4c811227110ddeb1ccd03ce295a6e8f6ccb905ea.tar.gz
add ARPHDR_VSOCKMON from linux v4.12
new in linux commit 531b374834c891ae2abf800693074df35a7d1a36
Diffstat (limited to 'include/net')
-rw-r--r--include/net/if_arp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/if_arp.h b/include/net/if_arp.h
index 361ecfc9..c832ff95 100644
--- a/include/net/if_arp.h
+++ b/include/net/if_arp.h
@@ -92,6 +92,7 @@ struct arphdr {
#define ARPHRD_IP6GRE 823
#define ARPHRD_NETLINK 824
#define ARPHRD_6LOWPAN 825
+#define ARPHRD_VSOCKMON 826
#define ARPHRD_VOID 0xFFFF
#define ARPHRD_NONE 0xFFFE