-/* $OpenBSD: if_ether.c,v 1.178 2015/10/27 10:54:52 mpi Exp $ */
+/* $OpenBSD: if_ether.c,v 1.179 2015/10/27 15:22:58 mpi Exp $ */
/* $NetBSD: if_ether.c,v 1.31 1996/05/11 12:59:58 mycroft Exp $ */
/*
return (found);
}
-void
-arp_ifinit(struct arpcom *ac, struct ifaddr *ifa)
-{
-}
-
/*
* Called from Ethernet interrupt handlers
* when ether packet type ETHERTYPE_REVARP
-/* $OpenBSD: if_ether.h,v 1.61 2015/10/25 11:58:11 mpi Exp $ */
+/* $OpenBSD: if_ether.h,v 1.62 2015/10/27 15:22:58 mpi Exp $ */
/* $NetBSD: if_ether.h,v 1.22 1996/05/11 13:00:00 mycroft Exp $ */
/*
void arpintr(void);
int arpresolve(struct ifnet *,
struct rtentry *, struct mbuf *, struct sockaddr *, u_char *);
-void arp_ifinit(struct arpcom *, struct ifaddr *);
void arp_rtrequest(struct ifnet *, int, struct rtentry *);
int ether_addmulti(struct ifreq *, struct arpcom *);