From 83fe5ab8ed38ab23d900d9de4e8d938d981b6248 Mon Sep 17 00:00:00 2001 From: "Angelos D. Keromytis" Date: Thu, 9 Dec 1999 09:03:00 +0000 Subject: Unspecified tunnel endpoint use statistic. --- sys/netinet/ip_ip4.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys/netinet') diff --git a/sys/netinet/ip_ip4.h b/sys/netinet/ip_ip4.h index e138d0c3f6a..2c58b8d804d 100644 --- a/sys/netinet/ip_ip4.h +++ b/sys/netinet/ip_ip4.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ip_ip4.h,v 1.15 1999/12/09 08:55:37 angelos Exp $ */ +/* $OpenBSD: ip_ip4.h,v 1.16 1999/12/09 09:02:59 angelos Exp $ */ /* * The authors of this code are John Ioannidis (ji@tla.org), @@ -51,6 +51,7 @@ struct ip4stat u_int32_t ip4s_pdrops; /* packet dropped due to policy */ u_int32_t ip4s_spoof; /* IP spoofing attempts */ u_int32_t ip4s_family; /* Protocol family mismatch */ + u_int32_t ip4s_unspec; /* Missing tunnel endpoint address */ }; #define IP4_DEFAULT_TTL 0 -- cgit v1.2.3