summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormdodd <mdodd@FreeBSD.org>2004-03-14 00:49:09 +0000
committermdodd <mdodd@FreeBSD.org>2004-03-14 00:49:09 +0000
commitdeef4b06daa12b66b70e4705d33e8d8f6a587f8c (patch)
tree0c79de854a9a8015e152c1cd9343cc61e41d135b
parent90eb7f448e1f4e4cc69c203dcaded2be7f1c1af8 (diff)
downloadFreeBSD-src-deef4b06daa12b66b70e4705d33e8d8f6a587f8c.zip
FreeBSD-src-deef4b06daa12b66b70e4705d33e8d8f6a587f8c.tar.gz
Define AF_ARP/PF_ARP.
-rw-r--r--sys/sys/socket.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/sys/socket.h b/sys/sys/socket.h
index 4acff20..7209198 100644
--- a/sys/sys/socket.h
+++ b/sys/sys/socket.h
@@ -207,7 +207,8 @@ struct accept_filter_arg {
#define AF_NETGRAPH 32 /* Netgraph sockets */
#define AF_SLOW 33 /* 802.3ad slow protocol */
#define AF_SCLUSTER 34 /* Sitara cluster protocol */
-#define AF_MAX 35
+#define AF_ARP 35
+#define AF_MAX 36
#endif
/*
@@ -290,6 +291,7 @@ struct sockaddr_storage {
#define PF_NETGRAPH AF_NETGRAPH
#define PF_SLOW AF_SLOW
#define PF_SCLUSTER AF_SCLUSTER
+#define PF_ARP AF_ARP
#define PF_MAX AF_MAX
OpenPOWER on IntegriCloud