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

bulk_to_next.h

00001 /*
00002  * bulk_to_next.h 
00003  */
00004 #ifndef BULK_TO_NEXT_H
00005 #define BULK_TO_NEXT_H
00006 
00007 #ifdef __cplusplus
00008 extern          "C" {
00009 #endif
00010 
00011 
00012 /*
00013  * The helper merely intercepts GETBULK requests and converts them to
00014  * * GETNEXT reequests.
00015  */
00016 
00017 
00018 netsnmp_mib_handler *netsnmp_get_bulk_to_next_handler(void);
00019 void            netsnmp_init_bulk_to_next_helper(void);
00020 void            netsnmp_bulk_to_next_fix_requests(netsnmp_request_info
00021                                                   *requests);
00022 
00023 Netsnmp_Node_Handler netsnmp_bulk_to_next_helper;
00024 
00025 #ifdef __cplusplus
00026 }
00027 #endif
00028 #endif

Generated on Fri Dec 30 13:47:44 2005 for net-snmp by  doxygen 1.3.9.1

Valid CSS!


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