patch-2.4.22 linux-2.4.22/include/net/snmp.h
Next file: linux-2.4.22/include/net/tcp.h
Previous file: linux-2.4.22/include/net/route.h
Back to the patch index
Back to the overall index
- Lines: 65
- Date:
2003-08-25 04:44:44.000000000 -0700
- Orig file:
linux-2.4.21/include/net/snmp.h
- Orig date:
2003-06-13 07:51:39.000000000 -0700
diff -urN linux-2.4.21/include/net/snmp.h linux-2.4.22/include/net/snmp.h
@@ -42,6 +42,11 @@
*/
+/*
+ * RFC 1213: MIB-II
+ * RFC 2011 (updates 1213): SNMPv2-MIB-IP
+ * RFC 2863: Interfaces Group MIB
+ */
struct ip_mib
{
unsigned long IpInReceives;
@@ -64,6 +69,9 @@
unsigned long __pad[0];
} ____cacheline_aligned;
+/*
+ * RFC 2465: IPv6 MIB: General Group
+ */
struct ipv6_mib
{
unsigned long Ip6InReceives;
@@ -91,6 +99,10 @@
unsigned long __pad[0];
} ____cacheline_aligned;
+/*
+ * RFC 1213: MIB-II ICMP Group
+ * RFC 2011 (updates 1213): SNMPv2 MIB for IP: ICMP group
+ */
struct icmp_mib
{
unsigned long IcmpInMsgs;
@@ -123,6 +135,9 @@
unsigned long __pad[0];
} ____cacheline_aligned;
+/*
+ * RFC 2466: ICMPv6-MIB
+ */
struct icmpv6_mib
{
unsigned long Icmp6InMsgs;
@@ -161,6 +176,10 @@
unsigned long __pad[0];
} ____cacheline_aligned;
+/*
+ * RFC 1213: MIB-II TCP group
+ * RFC 2012 (updates 1213): SNMPv2-MIB-TCP
+ */
struct tcp_mib
{
unsigned long TcpRtoAlgorithm;
@@ -180,6 +199,10 @@
unsigned long __pad[0];
} ____cacheline_aligned;
+/*
+ * RFC 1213: MIB-II UDP group
+ * RFC 2013 (updates 1213): SNMPv2-MIB-UDP
+ */
struct udp_mib
{
unsigned long UdpInDatagrams;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)