summaryrefslogtreecommitdiffstats
path: root/sys/net/if_var.h
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1998-12-16 18:30:43 +0000
committerphk <phk@FreeBSD.org>1998-12-16 18:30:43 +0000
commit38464a3bbc7ca1a7686cd5fd5f56c8def4aa5ed8 (patch)
tree9aba0b2234ee7791d5449a38c16d12190316cc5d /sys/net/if_var.h
parent8532cc33d7e606508d79e0d6392395f5de7cdc92 (diff)
downloadFreeBSD-src-38464a3bbc7ca1a7686cd5fd5f56c8def4aa5ed8.zip
FreeBSD-src-38464a3bbc7ca1a7686cd5fd5f56c8def4aa5ed8.tar.gz
Generalize the if_up() and if_down() functions under the names
if_route() and if_unroute(). This is first step towards sanitizing IFF_UP and IFF_RUNNING
Diffstat (limited to 'sys/net/if_var.h')
-rw-r--r--sys/net/if_var.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/sys/net/if_var.h b/sys/net/if_var.h
index 0feaf23..31ce8f6 100644
--- a/sys/net/if_var.h
+++ b/sys/net/if_var.h
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* From: @(#)if.h 8.1 (Berkeley) 6/10/93
- * $Id: if_var.h,v 1.8 1998/06/07 17:12:06 dfr Exp $
+ * $Id: if_var.h,v 1.9 1998/06/12 03:48:09 julian Exp $
*/
#ifndef _NET_IF_VAR_H_
@@ -300,10 +300,9 @@ int if_allmulti __P((struct ifnet *, int));
void if_attach __P((struct ifnet *));
int if_delmulti __P((struct ifnet *, struct sockaddr *));
void if_down __P((struct ifnet *));
+void if_route __P((struct ifnet *, int flag, int fam));
+void if_unroute __P((struct ifnet *, int flag, int fam));
void if_up __P((struct ifnet *));
-#ifdef vax
-void ifubareset __P((int));
-#endif
/*void ifinit __P((void));*/ /* declared in systm.h for main() */
int ifioctl __P((struct socket *, u_long, caddr_t, struct proc *));
int ifpromisc __P((struct ifnet *, int));
OpenPOWER on IntegriCloud