Contiki-NG
Data Fields

The packet struct. More...

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

Data Fields

uint16_t used
 The number os bytes used. More...
 
uint16_t max
 The maximum number of bytes. More...
 
uint8_t * in
 The pointer used for the incoming packet. More...
 
uint8_t * out
 The pointer used for the outgoing packet. More...
 

Detailed Description

The packet struct.

Definition at line 206 of file snmp.h.

Field Documentation

◆ in

uint8_t* snmp_packet_t::in

The pointer used for the incoming packet.

Definition at line 221 of file snmp.h.

Referenced by snmp_ber_decode_length(), snmp_ber_decode_null(), and snmp_ber_decode_type().

◆ max

uint16_t snmp_packet_t::max

The maximum number of bytes.

Definition at line 216 of file snmp.h.

Referenced by snmp_ber_encode_length(), snmp_ber_encode_null(), and snmp_ber_encode_type().

◆ out

uint8_t* snmp_packet_t::out

The pointer used for the outgoing packet.

Definition at line 226 of file snmp.h.

Referenced by snmp_ber_encode_length(), snmp_ber_encode_null(), and snmp_ber_encode_type().

◆ used

uint16_t snmp_packet_t::used