Nut/OS  5.0.5
API Reference
snmp_config.h File Reference

SNMP configuration. More...

#include <pro/snmp.h>
Include dependency graph for snmp_config.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  _viewEntry
struct  _communityEntry

Defines

#define SNMP_VIEW_INCLUDED   1
#define SNMP_VIEW_EXCLUDED   2

Typedefs

typedef struct _viewEntry VIEW_LIST
typedef struct _communityEntry COMMUNITY_LIST

Functions

int SnmpViewCreate (const char *, const OID *, size_t, int)
int SnmpViewFind (char *)
int SnmpCommunityCreate (const char *, int, int)
 Create a community entry.
int SnmpCommunityFind (const char *, int *, int *)
 Find community entry by name.

Detailed Description

SNMP configuration.

 * $Id: snmp_config.h 4473 2012-08-20 15:12:45Z haraldkipp $
 *