summaryrefslogtreecommitdiffstats
path: root/sys/netinet/if_ether.h
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1994-12-22 21:56:22 +0000
committerwollman <wollman@FreeBSD.org>1994-12-22 21:56:22 +0000
commite6ec63204feee711e761971002214c19f676007d (patch)
treedd986184c8951fb36a642ae622be3def3ec5b792 /sys/netinet/if_ether.h
parentaabe5bb0c9a9c0d3f1b160f7a2922a7b96f696e3 (diff)
downloadFreeBSD-src-e6ec63204feee711e761971002214c19f676007d.zip
FreeBSD-src-e6ec63204feee711e761971002214c19f676007d.tar.gz
Move ARP interface initialization into if_ether.c:arp_ifinit().
Diffstat (limited to 'sys/netinet/if_ether.h')
-rw-r--r--sys/netinet/if_ether.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/netinet/if_ether.h b/sys/netinet/if_ether.h
index 147bee6..26c13c0 100644
--- a/sys/netinet/if_ether.h
+++ b/sys/netinet/if_ether.h
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)if_ether.h 8.1 (Berkeley) 6/10/93
- * $Id: if_ether.h,v 1.4 1994/08/21 05:27:24 paul Exp $
+ * $Id: if_ether.h,v 1.5 1994/10/11 23:16:38 wollman Exp $
*/
#ifndef _NETINET_IF_ETHER_H_
@@ -154,6 +154,7 @@ void arpintr __P((void));
int arpresolve __P((struct arpcom *, struct rtentry *, struct mbuf *,
struct sockaddr *, u_char *, struct rtentry *));
void arp_rtrequest __P((int, struct rtentry *, struct sockaddr *));
+void arp_ifinit __P((struct arpcom *, struct ifaddr *));
int ether_addmulti __P((struct ifreq *, struct arpcom *));
int ether_delmulti __P((struct ifreq *, struct arpcom *));
OpenPOWER on IntegriCloud