Contiki-NG
Loading...
Searching...
No Matches
snmp-mib.h File Reference

SNMP Implementation of the MIB. More...

#include "snmp.h"

Go to the source code of this file.

Data Structures

struct  snmp_mib_resource_s
 The MIB Resource struct. More...
 

Typedefs

typedef void(* snmp_mib_resource_handler_t) (snmp_varbind_t *varbind, snmp_oid_t *oid)
 The MIB resource handler typedef.
 
typedef struct snmp_mib_resource_s snmp_mib_resource_t
 The MIB Resource struct.
 

Functions

snmp_mib_resource_tsnmp_mib_find (snmp_oid_t *oid)
 Finds the MIB Resource for this OID.
 
snmp_mib_resource_tsnmp_mib_find_next (snmp_oid_t *oid)
 Finds the next MIB Resource after this OID.
 
void snmp_mib_add (snmp_mib_resource_t *resource)
 Adds a resource into the linked list.
 
void snmp_mib_init (void)
 Initialize the MIB resources list.
 

Detailed Description

SNMP Implementation of the MIB.

Author
Yago Fontoura do Rosario <yago..nosp@m.rosa.nosp@m.rio@h.nosp@m.otma.nosp@m.il.co.nosp@m.m.br

Definition in file snmp-mib.h.