aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew N. Dodd <mdodd@FreeBSD.org>2004-03-14 00:49:09 +0000
committerMatthew N. Dodd <mdodd@FreeBSD.org>2004-03-14 00:49:09 +0000
commitcc4ca9da19ccf0742229052c965285c75e56b913 (patch)
tree0c79de854a9a8015e152c1cd9343cc61e41d135b
parente952fa39deb612071cfba74a93a520c8d49c2881 (diff)
downloadsrc-cc4ca9da19ccf0742229052c965285c75e56b913.tar.gz
src-cc4ca9da19ccf0742229052c965285c75e56b913.zip
Define AF_ARP/PF_ARP.
Notes
Notes: svn path=/head/; revision=126937
-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 4acff20544de..7209198491e4 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