PERFORCE change 80690 for review
soc-anders
soc-anders at FreeBSD.org
Thu Jul 21 18:48:28 GMT 2005
http://perforce.freebsd.org/chv.cgi?CH=80690
Change 80690 by soc-anders at 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 }, \
More information about the p4-projects
mailing list