Contiki-NG
Functions
snmp-message.h File Reference

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

#include "snmp.h"

Go to the source code of this file.

Functions

unsigned char * snmp_message_encode (unsigned char *out, uint32_t *out_len, snmp_header_t *header, snmp_varbind_t *varbinds, uint32_t varbinds_length)
 Encodes a SNMP message. More...
 
uint8_t * snmp_message_decode (uint8_t *buf, uint32_t buf_len, snmp_header_t *header, snmp_varbind_t *varbinds, uint32_t *varbinds_length)
 

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-message.h.