Contiki-NG
Loading...
Searching...
No Matches

The SNMP header struct. More...

#include <os/net/app-layer/snmp/snmp.h>

Data Structures

struct  snmp_msg_community
 Struct to wrap the community. More...
 

Data Fields

uint32_t version
 SNMP Version.
 
uint8_t pdu_type
 The PDU type.
 
uint32_t request_id
 The request ID.
 
uint32_t error_status
 The error status.
 
uint32_t non_repeaters
 The non repeaters.
 
uint32_t error_index
 The error index.
 
uint32_t max_repetitions
 The max repetitions.
 

Detailed Description

The SNMP header struct.

Definition at line 93 of file snmp.h.