Contiki-NG
Functions
snmp-mib.c File Reference

 An implementation of the Simple Network Management Protocol (RFC 3411-3418)
More...

#include "contiki.h"
#include "snmp-mib.h"
#include "snmp-oid.h"
#include "lib/list.h"

Go to the source code of this file.

Functions

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

Detailed Description

 An implementation of the Simple Network Management Protocol (RFC 3411-3418)
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.c.