Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
e782d014
Commit
e782d014
authored
Jun 03, 2003
by
Randy Dunlap
Committed by
David S. Miller
Jun 03, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[NET]: add RFC references for Linux SNMP MIBs.
parent
24dd4bf7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
0 deletions
+23
-0
include/net/snmp.h
include/net/snmp.h
+23
-0
No files found.
include/net/snmp.h
View file @
e782d014
...
...
@@ -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 @@ struct ip_mib
unsigned
long
__pad
[
0
];
};
/*
* RFC 2465: IPv6 MIB: General Group
*/
struct
ipv6_mib
{
unsigned
long
Ip6InReceives
;
...
...
@@ -91,6 +99,10 @@ struct ipv6_mib
unsigned
long
__pad
[
0
];
};
/*
* 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 @@ struct icmp_mib
unsigned
long
__pad
[
0
];
};
/*
* RFC 2466: ICMPv6-MIB
*/
struct
icmpv6_mib
{
unsigned
long
Icmp6InMsgs
;
...
...
@@ -161,6 +176,10 @@ struct icmpv6_mib
unsigned
long
__pad
[
0
];
};
/*
* RFC 1213: MIB-II TCP group
* RFC 2012 (updates 1213): SNMPv2-MIB-TCP
*/
struct
tcp_mib
{
unsigned
long
TcpRtoAlgorithm
;
...
...
@@ -180,6 +199,10 @@ struct tcp_mib
unsigned
long
__pad
[
0
];
};
/*
* RFC 1213: MIB-II UDP group
* RFC 2013 (updates 1213): SNMPv2-MIB-UDP
*/
struct
udp_mib
{
unsigned
long
UdpInDatagrams
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment