Contiki-NG
Functions
snmp-engine.c File Reference

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

#include "contiki.h"
#include "snmp-engine.h"
#include "snmp-message.h"
#include "snmp-mib.h"
#include "snmp-oid.h"

Go to the source code of this file.

Functions

unsigned char * snmp_engine (unsigned char *buff, uint32_t buff_len, unsigned char *out, uint32_t *out_len)
 Process the SNMP packet and prepares the response. More...
 

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-engine.c.