netsnmp_netsnmp_request_info_s.3
上传用户:wxp200602
上传日期:2007-10-30
资源大小:4028k
文件大小:4k
源码类别:
SNMP编程
开发平台:
Unix_Linux
- .TH "netsnmp_request_info_s" 3 "28 Nov 2005" "Version 5.2.1.rc3" "net-snmp" " -*- nroff -*-
- .ad l
- .nh
- .SH NAME
- netsnmp_request_info_s - The netsnmp request info structure.
- .PP
- .SH SYNOPSIS
- .br
- .PP
- fC#include <snmp_agent.h>fP
- .PP
- .SS "Data Fields"
- .in +1c
- .ti -1c
- .RI "fBnetsnmp_variable_listfP * fBrequestvbfP"
- .br
- .RI "fIvariable bindings fP"
- .ti -1c
- .RI "fBnetsnmp_data_listfP * fBparent_datafP"
- .br
- .RI "fIcan be used to pass information on a per-request basis from a helper to the later handlers fP"
- .ti -1c
- .RI "fBnetsnmp_agent_request_info_sfP * fBagent_req_infofP"
- .br
- .ti -1c
- .RI "oid * fBrange_endfP"
- .br
- .RI "fIdon't free, reference to (struct tree)->end fP"
- .ti -1c
- .RI "size_t fBrange_end_lenfP"
- .br
- .ti -1c
- .RI "int fBdelegatedfP"
- .br
- .ti -1c
- .RI "int fBprocessedfP"
- .br
- .ti -1c
- .RI "int fBinclusivefP"
- .br
- .ti -1c
- .RI "int fBstatusfP"
- .br
- .ti -1c
- .RI "int fBindexfP"
- .br
- .RI "fIindex in original pdu fP"
- .ti -1c
- .RI "int fBrepeatfP"
- .br
- .RI "fIget-bulk fP"
- .ti -1c
- .RI "int fBorig_repeatfP"
- .br
- .ti -1c
- .RI "fBnetsnmp_variable_listfP * fBrequestvb_startfP"
- .br
- .ti -1c
- .RI "fBnetsnmp_request_info_sfP * fBnextfP"
- .br
- .ti -1c
- .RI "fBnetsnmp_request_info_sfP * fBprevfP"
- .br
- .ti -1c
- .RI "fBnetsnmp_subtree_sfP * fBsubtreefP"
- .br
- .in -1c
- .SH "Detailed Description"
- .PP
- The netsnmp request info structure.
- .PP
- fBExamples: fP
- .in +1c
- .PP
- fBdelayed_instance.cfP.
- .PP
- Definition at line 54 of file snmp_agent.h.
- .SH "Field Documentation"
- .PP
- .SS "int fBnetsnmp_request_info_s::indexfP"
- .PP
- index in original pdu
- .PP
- Definition at line 84 of file snmp_agent.h.
- .PP
- Referenced by check_getnext_results(), debug_print_requests(), netsnmp_add_varbind_to_cache(), netsnmp_check_requests_status(), and netsnmp_reassign_requests().
- .SS "fBnetsnmp_data_listfP* fBnetsnmp_request_info_s::parent_datafP"
- .PP
- can be used to pass information on a per-request basis from a helper to the later handlers
- .PP
- Definition at line 64 of file snmp_agent.h.
- .PP
- Referenced by debug_print_requests(), netsnmp_add_varbind_to_cache(), netsnmp_free_request_data_set(), netsnmp_free_request_data_sets(), netsnmp_request_add_list_data(), netsnmp_request_get_list_data(), netsnmp_request_remove_list_data(), and netsnmp_table_iterator_helper_handler().
- .SS "oid* fBnetsnmp_request_info_s::range_endfP"
- .PP
- don't free, reference to (struct tree)->end
- .PP
- Definition at line 72 of file snmp_agent.h.
- .PP
- Referenced by check_getnext_results(), and netsnmp_add_varbind_to_cache().
- .SS "int fBnetsnmp_request_info_s::repeatfP"
- .PP
- get-bulk
- .PP
- Definition at line 87 of file snmp_agent.h.
- .PP
- Referenced by check_acm(), check_getnext_results(), netsnmp_bulk_to_next_fix_requests(), and netsnmp_create_subtree_cache().
- .SS "fBnetsnmp_variable_listfP* fBnetsnmp_request_info_s::requestvbfP"
- .PP
- variable bindings
- .PP
- fBExamples: fP
- .in +1c
- fBdelayed_instance.cfP.
- .PP
- Definition at line 58 of file snmp_agent.h.
- .PP
- Referenced by _request_set_error(), check_acm(), check_getnext_results(), debug_print_requests(), netsnmp_add_varbind_to_cache(), netsnmp_bulk_to_next_fix_requests(), netsnmp_check_getnext_reply(), netsnmp_instance_counter32_handler(), netsnmp_instance_helper_handler(), netsnmp_instance_int_handler(), netsnmp_instance_long_handler(), netsnmp_instance_ulong_handler(), netsnmp_old_api_helper(), netsnmp_reassign_requests(), netsnmp_row_merge_helper_handler(), netsnmp_scalar_group_helper_handler(), netsnmp_scalar_helper_handler(), netsnmp_stash_cache_helper(), netsnmp_table_build_oid(), netsnmp_table_build_oid_from_index(), netsnmp_table_build_result(), netsnmp_table_data_build_result(), netsnmp_table_data_helper_handler(), netsnmp_table_data_set_helper_handler(), netsnmp_table_iterator_helper_handler(), netsnmp_watched_spinlock_handler(), netsnmp_watched_timestamp_handler(), netsnmp_watcher_helper_handler(), and table_helper_handler().
- .SH "Author"
- .PP
- Generated automatically by Doxygen for net-snmp from the source code.