redhat man page for netsnmp_multiplexer

Query: netsnmp_multiplexer

OS: redhat

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

multiplexer: splits mode requests into calls to different hanLibrary3Functiomultiplexer: splits mode requests into calls to different handlers.(3)

NAME
multiplexer: splits mode requests into calls to different handlers. - The multiplexer helper lets you split the calling chain depending on the calling mode (get vs getnext vs set). More... Functions netsnmp_mib_handler * netsnmp_get_multiplexer_handler (netsnmp_mib_handler_methods *req) returns a multiplixer handler given a netsnmp_mib_handler_methods structure of subhandlers. int netsnmp_multiplexer_helper_handler (netsnmp_mib_handler *handler, netsnmp_handler_registration *reginfo, netsnmp_agent_request_info *reqinfo, netsnmp_request_info *requests) implements the multiplexer helper.
DETAILED DESCRIPTION
The multiplexer helper lets you split the calling chain depending on the calling mode (get vs getnext vs set). Useful if you want different routines to handle different aspects of SNMP requests, which is very common for GET vs SET type actions. Functionally: GET requests call the get_method GETNEXT requests call the getnext_method, or if not present, the get_method. GETBULK requests call the getbulk_method, or if not present, the getnext_method, or if even that isn't present the get_method. SET requests call the set_method, or if not present return a SNMP_ERR_NOTWRITABLE error.
FUNCTION DOCUMENTATION
netsnmp_mib_handler* netsnmp_get_multiplexer_handler (netsnmp_mib_handler_methods * req) returns a multiplixer handler given a netsnmp_mib_handler_methods structure of subhandlers. Definition at line 36 of file multiplexer.c. int netsnmp_multiplexer_helper_handler (netsnmp_mib_handler * handler, netsnmp_handler_registration * reginfo, netsnmp_agent_request_info * reqinfo, netsnmp_request_info * requests) implements the multiplexer helper. Definition at line 57 of file multiplexer.c. net-snmp 5 Oct 20multiplexer: splits mode requests into calls to different handlers.(3)
Related Man Pages
netsnmp_read_only(3) - redhat
netsnmp_row_merge(3snmp) - debian
netsnmp_serialize(3snmp) - debian
netsnmp_serialize(3) - suse
netsnmp_serialize(3) - osx
Similar Topics in the Unix Linux Community
How to separate file content
run multiple command at the same time in one window terminal using multiplexer