summaryrefslogtreecommitdiffstats
path: root/sys/netinet/if_ether.h
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1995-12-09 16:06:54 +0000
committerphk <phk@FreeBSD.org>1995-12-09 16:06:54 +0000
commit88842a65c34de202d2d57c99116b34d6a32ebf70 (patch)
tree1862b8950cead184b2db7e21f3731a05baedf492 /sys/netinet/if_ether.h
parenta134ad2f2aa12781a1073708b42a9fd13632eb61 (diff)
downloadFreeBSD-src-88842a65c34de202d2d57c99116b34d6a32ebf70.zip
FreeBSD-src-88842a65c34de202d2d57c99116b34d6a32ebf70.tar.gz
Remove old ballast, clean up a little bit, staticize.
Add five sysctl variables that you should probably never tweak. net.arp.t_prune: 300 net.arp.t_keep: 1200 net.arp.t_down: 20 net.arp.maxtries: 5 net.arp.useloopback: 1 net.arp.proxyall: 0 (It's net.arp because arp isn't limited to inet, though our present implementation surely is).
Diffstat (limited to 'sys/netinet/if_ether.h')
-rw-r--r--sys/netinet/if_ether.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/netinet/if_ether.h b/sys/netinet/if_ether.h
index 5a7f73a..387dc38 100644
--- a/sys/netinet/if_ether.h
+++ b/sys/netinet/if_ether.h
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)if_ether.h 8.3 (Berkeley) 5/2/95
- * $Id: if_ether.h,v 1.11 1995/10/05 20:08:43 wollman Exp $
+ * $Id: if_ether.h,v 1.12 1995/12/05 02:01:42 davidg Exp $
*/
#ifndef _NETINET_IF_ETHER_H_
@@ -147,12 +147,9 @@ extern u_char ether_ipmulticast_min[6];
extern u_char ether_ipmulticast_max[6];
extern struct ifqueue arpintrq;
-void arpintr __P((void));
int arpresolve __P((struct arpcom *, struct rtentry *, struct mbuf *,
struct sockaddr *, u_char *, struct rtentry *));
-void arpwhohas __P((struct arpcom *, struct in_addr *));
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