Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Jul 2005 18:48:06 GMT
From:      soc-anders <soc-anders@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 80690 for review
Message-ID:  <200507211848.j6LIm6Tm010153@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=80690

Change 80690 by soc-anders@soc-anders_gimli on 2005/07/21 18:48:03

	Migrated pim6stat to pim6.h

Affected files ...

.. //depot/projects/soc2005/ifcleanup/src/src/sys/netinet6/pim6_var.h#2 edit

Differences ...

==== //depot/projects/soc2005/ifcleanup/src/src/sys/netinet6/pim6_var.h#2 (text+ko) ====

@@ -41,28 +41,12 @@
  * Modified by Pavlin Ivanov Radoslavov, USC/ISI, May 1998
  */
 
-struct pim6stat {
-	u_quad_t pim6s_rcv_total;	/* total PIM messages received	*/
-	u_quad_t pim6s_rcv_tooshort;	/* received with too few bytes	*/
-	u_quad_t pim6s_rcv_badsum;	/* received with bad checksum	*/
-	u_quad_t pim6s_rcv_badversion;	/* received bad PIM version	*/
-	u_quad_t pim6s_rcv_registers;	/* received registers		*/
-	u_quad_t pim6s_rcv_badregisters; /* received invalid registers	*/
-	u_quad_t pim6s_snd_registers;	/* sent registers		*/
-};
-
 #if (defined(KERNEL)) || (defined(_KERNEL))
 extern struct pim6stat pim6stat;
 
 int pim6_input __P((struct mbuf **, int*, int));
 #endif /* KERNEL */
 
-/*
- * Names for PIM sysctl objects
- */
-#define PIM6CTL_STATS		1	/* statistics (read-only) */
-#define PIM6CTL_MAXID		2
-
 #define PIM6CTL_NAMES { \
 	{ 0, 0 }, \
 	{ 0, 0 }, \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200507211848.j6LIm6Tm010153>