summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_mroute.h
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1997-01-03 19:53:35 +0000
committerwollman <wollman@FreeBSD.org>1997-01-03 19:53:35 +0000
commitc88a2b6050bf02d1daf2c41c3f286d02b0a985b1 (patch)
tree1f8eb49d56ac8c328422db6f2dbd5a824667fb57 /sys/netinet/ip_mroute.h
parent3a328fce052fe72103f9f172a07edcb29a9598c2 (diff)
downloadFreeBSD-src-c88a2b6050bf02d1daf2c41c3f286d02b0a985b1.zip
FreeBSD-src-c88a2b6050bf02d1daf2c41c3f286d02b0a985b1.tar.gz
Expose more of these structures to tthe user so that netstat
doesn't walk around with its KERNEL exposed. More commits to follow...
Diffstat (limited to 'sys/netinet/ip_mroute.h')
-rw-r--r--sys/netinet/ip_mroute.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/netinet/ip_mroute.h b/sys/netinet/ip_mroute.h
index aaded80..7c07c94 100644
--- a/sys/netinet/ip_mroute.h
+++ b/sys/netinet/ip_mroute.h
@@ -35,7 +35,7 @@
* SUCH DAMAGE.
*
* @(#)ip_mroute.h 8.1 (Berkeley) 6/10/93
- * $Id: ip_mroute.h,v 1.9 1995/08/23 18:20:17 wollman Exp $
+ * $Id: ip_mroute.h,v 1.10 1995/12/02 19:38:06 bde Exp $
*/
#ifndef _NETINET_IP_MROUTE_H_
@@ -153,8 +153,6 @@ struct sioc_vif_req {
};
-#ifdef KERNEL
-
/*
* The kernel's virtual-interface structure.
*/
@@ -248,6 +246,8 @@ struct tbf
struct mbuf *tbf_t; /* tail-insertion pointer */
};
+#ifdef KERNEL
+
extern int (*ip_mrouter_set) __P((int, struct socket *, struct mbuf *));
extern int (*ip_mrouter_get) __P((int, struct socket *, struct mbuf **));
extern int (*ip_mrouter_done) __P((void));
OpenPOWER on IntegriCloud