diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2000-12-28 23:56:48 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2000-12-28 23:56:48 +0000 |
commit | 75da4ee646fa054d0807a1659f7b5607f5bcfe76 (patch) | |
tree | bb5937e6303173dc1b549cd1d6fe947f14ae176c /sys/netinet/if_ether.h | |
parent | ed03e063d29dad6e789f206b87881c1c444438e0 (diff) |
export arprequest() and make it use ifnet* as the 1st arg; tested; angelos@ ok
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 a8b6673c2d8..e6189417ad1 100644 --- a/sys/netinet/if_ether.h +++ b/sys/netinet/if_ether.h @@ -1,4 +1,4 @@ -/* $OpenBSD: if_ether.h,v 1.12 2000/03/07 18:15:47 chris Exp $ */ +/* $OpenBSD: if_ether.h,v 1.13 2000/12/28 23:56:47 mickey Exp $ */ /* $NetBSD: if_ether.h,v 1.22 1996/05/11 13:00:00 mycroft Exp $ */ /* @@ -281,6 +281,7 @@ int arpresolve __P((struct arpcom *, struct rtentry *, struct mbuf *, void arpintr __P((void)); int arpioctl __P((u_long, caddr_t)); void arp_ifinit __P((struct arpcom *, struct ifaddr *)); +void arprequest __P((struct ifnet *, u_int32_t *, u_int32_t *, u_int8_t *)); void revarpinput __P((struct mbuf *)); void in_revarpinput __P((struct mbuf *)); void revarprequest __P((struct ifnet *)); |