diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1999-08-08 00:43:01 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1999-08-08 00:43:01 +0000 |
commit | e09cf6c78cf6abfe9238df036609a770d07895c7 (patch) | |
tree | 0372b157616721e3317d539fd56a6afe5e270c6a /sys/netinet/if_ether.h | |
parent | 8caf3f08d55dcea309e251d36eca66a7159efe22 (diff) |
Support detaching of network interfaces. Still work to do in ipf, and
other families than inet.
Diffstat (limited to 'sys/netinet/if_ether.h')
-rw-r--r-- | sys/netinet/if_ether.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/netinet/if_ether.h b/sys/netinet/if_ether.h index 7521e3df53f..25045da1c93 100644 --- a/sys/netinet/if_ether.h +++ b/sys/netinet/if_ether.h @@ -1,4 +1,4 @@ -/* $OpenBSD: if_ether.h,v 1.8 1999/08/02 22:51:16 deraadt Exp $ */ +/* $OpenBSD: if_ether.h,v 1.9 1999/08/08 00:43:00 niklas Exp $ */ /* $NetBSD: if_ether.h,v 1.22 1996/05/11 13:00:00 mycroft Exp $ */ /* @@ -237,6 +237,8 @@ struct ether_multistep { #ifdef _KERNEL +extern struct ifnet *myip_ifp; + void arp_rtrequest __P((int, struct rtentry *, struct sockaddr *)); int arpresolve __P((struct arpcom *, struct rtentry *, struct mbuf *, struct sockaddr *, u_char *)); |