aboutsummaryrefslogtreecommitdiff
path: root/sys/net/netisr.h
diff options
context:
space:
mode:
authorGleb Smirnoff <glebius@FreeBSD.org>2014-03-14 02:58:48 +0000
committerGleb Smirnoff <glebius@FreeBSD.org>2014-03-14 02:58:48 +0000
commit2c284d9395713ea0217230e077e70d2df8a9900c (patch)
tree289644ca4a3bc9d349466888b297c5a34d00e321 /sys/net/netisr.h
parentbc3f5ec90bde2f3a5e4021d133c89793d68b8c73 (diff)
downloadsrc-2c284d9395713ea0217230e077e70d2df8a9900c.tar.gz
src-2c284d9395713ea0217230e077e70d2df8a9900c.zip
Notes
Diffstat (limited to 'sys/net/netisr.h')
-rw-r--r--sys/net/netisr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/net/netisr.h b/sys/net/netisr.h
index 83bf9ce5d4d1..2cf3113b775d 100644
--- a/sys/net/netisr.h
+++ b/sys/net/netisr.h
@@ -56,7 +56,7 @@
#define NETISR_ATALK2 5 /* Appletalk phase 2 */
#define NETISR_ATALK1 6 /* Appletalk phase 1 */
#define NETISR_ARP 7 /* same as AF_LINK */
-#define NETISR_IPX 8 /* same as AF_IPX */
+/* 8 was IPX */
#define NETISR_ETHER 9 /* ethernet input */
#define NETISR_IPV6 10
#define NETISR_NATM 11