X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/blobdiff_plain/3106e3f1973a9e6623108c7bd8ce525f9e79d2c4..dec69c3628825b7ca30b704be3fead83e6aa90df:/sys/netinet/ip_input.c diff --git a/sys/netinet/ip_input.c b/sys/netinet/ip_input.c index 4d28578648..8cb7e01872 100644 --- a/sys/netinet/ip_input.c +++ b/sys/netinet/ip_input.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * from: @(#)ip_input.c 7.19 (Berkeley) 5/25/91 - * $Id$ + * $Id: ip_input.c,v 1.2 1993/10/16 18:26:14 rgrimes Exp $ */ #include "param.h" @@ -77,6 +77,9 @@ extern struct protosw inetsw[]; u_char ip_protox[IPPROTO_MAX]; int ipqmaxlen = IFQ_MAXLEN; struct in_ifaddr *in_ifaddr; /* first inet address */ +struct ipstat ipstat; +struct ipq ipq; +u_short ip_id; /* * We need to save the IP options in case a protocol wants to respond