Contiki-NG

This group contains the SNMP MIB implementation. More...

Data Structures

struct  snmp_header_s
 The SNMP header struct. More...
 
struct  snmp_oid_s
 The OID struct. More...
 
struct  snmp_varbind_s
 The varbind struct. More...
 
struct  snmp_packet_t
 The packet struct. More...
 

Macros

#define SNMP_VERSION_1   0
 SNMP Version 1 code.
 
#define SNMP_VERSION_2C   1
 SNMP Version 2c code.
 
#define SNMP_STATUS_NO_SUCH_NAME   2
 SNMP No Such Name error code.
 

Typedefs

typedef struct snmp_header_s snmp_header_t
 The SNMP header struct.
 
typedef struct snmp_oid_s snmp_oid_t
 The OID struct.
 
typedef struct snmp_varbind_s snmp_varbind_t
 The varbind struct.
 

Functions

void snmp_init ()
 Initializes the SNMP engine.
 

Detailed Description

This group contains the SNMP MIB implementation.