Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/netinet/ip_input.c,v rcsdiff: /ftp/cvs/cvsroot/src/sys/netinet/ip_input.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.149 retrieving revision 1.150 diff -u -p -r1.149 -r1.150 --- src/sys/netinet/ip_input.c 2002/05/12 15:48:39 1.149 +++ src/sys/netinet/ip_input.c 2002/05/12 20:33:50 1.150 @@ -1,4 +1,4 @@ -/* $NetBSD: ip_input.c,v 1.149 2002/05/12 15:48:39 wiz Exp $ */ +/* $NetBSD: ip_input.c,v 1.150 2002/05/12 20:33:50 matt Exp $ */ /* * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. @@ -102,7 +102,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: ip_input.c,v 1.149 2002/05/12 15:48:39 wiz Exp $"); +__KERNEL_RCSID(0, "$NetBSD: ip_input.c,v 1.150 2002/05/12 20:33:50 matt Exp $"); #include "opt_gateway.h" #include "opt_pfil_hooks.h" @@ -201,6 +201,8 @@ struct rttimer_queue *ip_mtudisc_timeout extern struct domain inetdomain; int ipqmaxlen = IFQ_MAXLEN; +u_long in_ifaddrhash; /* size of hash table - 1 */ +int in_ifaddrentries; /* total number of addrs */ struct in_ifaddrhead in_ifaddr; struct in_ifaddrhashhead *in_ifaddrhashtbl; struct ifqueue ipintrq;