Logo
Home page Net-SNMP

Archive Search:

Require all words?

Site Search:
Google
Main Page | Modules | Data Structures | File List | Data Fields | Related Pages | Examples

stash_to_next: convert GET_STASH requests into GETNEXT requests for the handler.
[utility_handlers: simplify request processing]

The purpose of this handler is to convert a GET_STASH auto-cache request to a series of GETNEXT requests. More...

Functions

netsnmp_mib_handler netsnmp_get_stash_to_next_handler (void)
  returns a stash_to_next handler that can be injected into a given handler chain.
int  netsnmp_stash_to_next_helper (netsnmp_mib_handler *handler, netsnmp_handler_registration *reginfo, netsnmp_agent_request_info *reqinfo, netsnmp_request_info *requests)

Detailed Description

The purpose of this handler is to convert a GET_STASH auto-cache request to a series of GETNEXT requests.

It can be inserted into a handler chain where the lower-level handlers don't process such requests themselves.


Function Documentation

netsnmp_mib_handler* netsnmp_get_stash_to_next_handler void   ) 
 

returns a stash_to_next handler that can be injected into a given handler chain.

Definition at line 27 of file stash_to_next.c.

References netsnmp_mib_handler_s::flags, netsnmp_create_handler(), and netsnmp_mib_handler.

Referenced by netsnmp_get_stash_cache_handler(), and netsnmp_get_timed_stash_cache_handler().


Generated on Fri Dec 30 13:48:00 2005 for net-snmp by  doxygen 1.3.9.1

Valid CSS!


Last modified: Thursday, 01-Mar-2007 16:20:15 PST
For questions regarding web content and site functionality, please write to the net-snmp-users mail list.