diff options
| author | Garrett Wollman <wollman@FreeBSD.org> | 1994-12-22 21:56:22 +0000 |
|---|---|---|
| committer | Garrett Wollman <wollman@FreeBSD.org> | 1994-12-22 21:56:22 +0000 |
| commit | dd2e4102219ce94f36901e8659a56f321933b0ba (patch) | |
| tree | dd986184c8951fb36a642ae622be3def3ec5b792 /sys/netinet/if_ether.h | |
| parent | 186c582fdfcb3cb667af79150b6decea3a35e760 (diff) | |
Notes
Diffstat (limited to 'sys/netinet/if_ether.h')
| -rw-r--r-- | sys/netinet/if_ether.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/netinet/if_ether.h b/sys/netinet/if_ether.h index 147bee684488..26c13c00ab02 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 *)); |
