net-snmp 5.7
|
The netsnmp request info structure. More...
#include <snmp_agent.h>
Data Fields | |
netsnmp_variable_list * | requestvb |
variable bindings | |
netsnmp_data_list * | parent_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_list * | requestvb_start |
struct netsnmp_request_info_s * | next |
struct netsnmp_request_info_s * | prev |
struct netsnmp_subtree_s * | subtree |
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.