net-snmp 5.7
Data Fields
netsnmp_request_info_s Struct Reference

The netsnmp request info structure. More...

#include <snmp_agent.h>

Data Fields

netsnmp_variable_listrequestvb
 variable bindings
netsnmp_data_listparent_data
 can be used to pass information on a per-request basis from a helper to the later handlers
struct
netsnmp_agent_request_info_s
agent_req_info
oid * range_end
 don't free, reference to (struct tree)->end
size_t range_end_len
int delegated
int processed
int inclusive
int status
int index
 index in original pdu
int repeat
 get-bulk
int orig_repeat
netsnmp_variable_listrequestvb_start
struct netsnmp_request_info_snext
struct netsnmp_request_info_sprev
struct netsnmp_subtree_ssubtree

Detailed Description

The netsnmp request info structure.

Examples:

delayed_instance.c.

Definition at line 54 of file snmp_agent.h.


Field Documentation

index in original pdu

Definition at line 84 of file snmp_agent.h.

can be used to pass information on a per-request basis from a helper to the later handlers

Definition at line 64 of file snmp_agent.h.

don't free, reference to (struct tree)->end

Definition at line 72 of file snmp_agent.h.

get-bulk

Definition at line 87 of file snmp_agent.h.

variable bindings

Examples:
delayed_instance.c.

Definition at line 58 of file snmp_agent.h.


The documentation for this struct was generated from the following file: