summaryrefslogtreecommitdiff
path: root/sys/netipx/ipx.h
diff options
context:
space:
mode:
authorFederico G. Schwindt <fgsch@cvs.openbsd.org>2000-01-17 00:34:01 +0000
committerFederico G. Schwindt <fgsch@cvs.openbsd.org>2000-01-17 00:34:01 +0000
commitf1f46243321cb5208b5ebaa79a7aeb78c47a45a2 (patch)
tree28eacfca0ec2f7bd71d648c4660970a50e84291a /sys/netipx/ipx.h
parent9dc0cea9d716a3bd305a424a58e299906b363cc7 (diff)
Add sysctl vars for checksum, forwarding and netbios.
Remove ancient code from ipx_input. ipxrecvspace/ipxsendspace changed to ipx_xxx to match netinet counterparts.
Diffstat (limited to 'sys/netipx/ipx.h')
-rw-r--r--sys/netipx/ipx.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/netipx/ipx.h b/sys/netipx/ipx.h
index b78c075d87e..01bd8a0a9e8 100644
--- a/sys/netipx/ipx.h
+++ b/sys/netipx/ipx.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: ipx.h,v 1.11 2000/01/13 07:10:36 fgsch Exp $ */
+/* $OpenBSD: ipx.h,v 1.12 2000/01/17 00:34:00 fgsch Exp $ */
/*-
*
@@ -201,6 +201,8 @@ struct ipx {
#define sipxtosa(a) ((struct sockaddr *)(a))
extern int ipxcksum;
+extern int ipxforwarding;
+extern int ipxnetbios;
extern struct domain ipxdomain;
extern struct sockaddr_ipx ipx_netmask;
extern struct sockaddr_ipx ipx_hostmask;