Webserver+3d print

Dependents:   Nucleo

Embed: (wiki syntax)

« Back to documentation index

mib2_module.h File Reference

mib2_module.h File Reference

MIB-II module. More...

Go to the source code of this file.

Data Structures

struct  Mib2SysGroup
 System group. More...
struct  Mib2IfEntry
 Interfaces table entry. More...
struct  Mib2IfGroup
 Interfaces group. More...
struct  Mib2IpGroup
 IP group. More...
struct  Mib2IcmpGroup
 ICMP group. More...
struct  Mib2TcpGroup
 TCP group. More...
struct  Mib2UdpGroup
 UDP group. More...
struct  Mib2SnmpGroup
 SNMP group. More...
struct  Mib2Base
 MIB-II base. More...

Enumerations

enum  Mib2SysService
 

System services.

More...
enum  Mib2IfType
 

Interface types.

More...
enum  Mib2IfAdminStatus
 

The desired state of the interface.

More...
enum  Mib2IfOperStatus
 

The operational state of the interface.

More...
enum  Mib2IpForwarding
 

IP forwarding state.

More...
enum  Mib2IpNetToMediaType
 

Type of mapping.

More...
enum  Mib2TcpRtoAlgorithm
 

RTO calculation algorithm.

More...
enum  Mib2TcpConnState
 

TCP connection states.

More...

Variables

Mib2Base mib2Base
 MIB-II base.
const MibObject mib2Objects []
 MIB-II objects.
const MibModule mib2Module
 MIB-II module.

Detailed Description

MIB-II module.

License

Copyright (C) 2010-2017 Oryx Embedded SARL. All rights reserved.

This file is part of CycloneTCP Open.

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.

Author:
Oryx Embedded SARL (www.oryx-embedded.com)
Version:
1.7.6

Definition in file mib2_module.h.


Enumeration Type Documentation

The desired state of the interface.

Definition at line 166 of file mib2_module.h.

The operational state of the interface.

Definition at line 178 of file mib2_module.h.

enum Mib2IfType

Interface types.

Definition at line 147 of file mib2_module.h.

IP forwarding state.

Definition at line 190 of file mib2_module.h.

Type of mapping.

Definition at line 201 of file mib2_module.h.

System services.

Definition at line 133 of file mib2_module.h.

TCP connection states.

Definition at line 227 of file mib2_module.h.

RTO calculation algorithm.

Definition at line 214 of file mib2_module.h.


Variable Documentation

MIB-II base.

Definition at line 63 of file mib2_module.c.

MIB-II module.

Definition at line 2133 of file mib2_module.c.

const MibObject mib2Objects[]

MIB-II objects.

Definition at line 70 of file mib2_module.c.