From f1f46243321cb5208b5ebaa79a7aeb78c47a45a2 Mon Sep 17 00:00:00 2001 From: "Federico G. Schwindt" Date: Mon, 17 Jan 2000 00:34:01 +0000 Subject: Add sysctl vars for checksum, forwarding and netbios. Remove ancient code from ipx_input. ipxrecvspace/ipxsendspace changed to ipx_xxx to match netinet counterparts. --- sys/netipx/ipx.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sys/netipx/ipx.h') 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; -- cgit v1.2.3