Contiki-NG
Functions

This group contains the Engine implementation. More...

Functions

int snmp_engine (snmp_packet_t *snmp_packet)
 Process the SNMP packet and prepares the response. More...
 

Detailed Description

This group contains the Engine implementation.

Function Documentation

◆ snmp_engine()

int snmp_engine ( snmp_packet_t snmp_packet)

Process the SNMP packet and prepares the response.

Parameters
snmp_packetA pointer to the snmp packet

Definition at line 219 of file snmp-engine.c.

References snmp_header_s::snmp_msg_community::community, snmp_header_s::snmp_msg_community::length, SNMP_COMMUNITY, SNMP_MAX_NR_VALUES, snmp_message_decode(), SNMP_VERSION_1, and snmp_header_s::version.