[BACK]Return to pim6_var.h CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / netinet6

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/netinet6/pim6_var.h between version 1.14 and 1.15

version 1.14, 2008/04/15 05:40:15 version 1.15, 2018/08/22 01:05:24
Line 60  int pim6_input(struct mbuf **, int*, int
Line 60  int pim6_input(struct mbuf **, int*, int
  * Names for PIM sysctl objects   * Names for PIM sysctl objects
  */   */
 #define PIM6CTL_STATS           1       /* statistics (read-only) */  #define PIM6CTL_STATS           1       /* statistics (read-only) */
 #define PIM6CTL_MAXID           2  
   
 #define PIM6CTL_NAMES { \  
         { 0, 0 }, \  
         { "stats", CTLTYPE_STRUCT }, \  
 }  
 #endif /* !_NETINET6_PIM6_VAR_H_ */  #endif /* !_NETINET6_PIM6_VAR_H_ */

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

CVSweb <webmaster@jp.NetBSD.org>