Nut/OS  4.10.3
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 2737 2009-10-02 12:37:14Z haraldkipp $
 * 

Definition in file snmp_config.h.