summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_var.h
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1997-01-21 21:08:09 +0000
committerwollman <wollman@FreeBSD.org>1997-01-21 21:08:09 +0000
commita159cf05c63e7a0e36c1ec3e78bc1e58179da823 (patch)
treeb5d5578d9af1237d0032e473a65aa78c1e25aedb /sys/netinet/ip_var.h
parenta4845fcc5ae7c0f37f173122a30da6a4b56caf40 (diff)
downloadFreeBSD-src-a159cf05c63e7a0e36c1ec3e78bc1e58179da823.zip
FreeBSD-src-a159cf05c63e7a0e36c1ec3e78bc1e58179da823.tar.gz
Count multicast packets received for groups of which we are not
a member separately from generic ``can't forward'' packets. This would have helped me find the previous bug much faster.
Diffstat (limited to 'sys/netinet/ip_var.h')
-rw-r--r--sys/netinet/ip_var.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/netinet/ip_var.h b/sys/netinet/ip_var.h
index 28f930e..5f595b5 100644
--- a/sys/netinet/ip_var.h
+++ b/sys/netinet/ip_var.h
@@ -147,6 +147,7 @@ struct ipstat {
u_long ips_badvers; /* ip version != 4 */
u_long ips_rawout; /* total raw ip packets generated */
u_long ips_toolong; /* ip length > max ip packet size */
+ u_long ips_notmember; /* multicasts for unregistered grps */
};
#ifdef KERNEL
OpenPOWER on IntegriCloud