This manual page is for Mac OS X version 10.6

If you are running a different version of Mac OS X, view the documentation locally:

  • In Terminal, using the man(1) command

Reading manual pages

Manual pages are intended as a quick reference for people who already understand a technology.

  • For more information about the manual page format, see the manual page for manpages(5).

  • For more information about this technology, look for other documentation in the Apple Reference Library.

  • For general information about writing shell scripts, read Shell Scripting Primer.



baby_steps(3)                                     net-snmp                                     baby_steps(3)



NAME
       baby_steps - Calls your handler in baby_steps for set processing.



   Modules
       baby_steps_access_multiplexer: calls individual access methods based on baby_step mode.

   Functions
       netsnmp_mib_handler * netsnmp_baby_steps_handler_get (u_long modes)
           returns a baby_steps handler that can be injected into a given handler chain.
       void netsnmp_baby_steps_handler_init (void)
           initializes the baby_steps helper which then registers a baby_steps handler as a run-time
           injectable handler for configuration file use.

Detailed Description
       Calls your handler in baby_steps for set processing.


Function Documentation
   netsnmp_mib_handler* netsnmp_baby_steps_handler_get (u_long modes)
       returns a baby_steps handler that can be injected into a given handler chain.

       Definition at line 58 of file baby_steps.c.

       References netsnmp_mib_handler_s::myvoid, netsnmp_create_handler(), netsnmp_handler_free(), NULL,
       netsnmp_baby_steps_modes_s::registered, snmp_log(), and SNMP_MALLOC_TYPEDEF.

       Referenced by netsnmp_baby_steps_handler_init().

   void netsnmp_baby_steps_handler_init (void)
       initializes the baby_steps helper which then registers a baby_steps handler as a run-time injectable
       handler for configuration file use.

       Definition at line 319 of file baby_steps.c.

       References netsnmp_baby_steps_handler_get(), and netsnmp_register_handler_by_name().



Version 5.4.2                                    5 Sep 2008                                    baby_steps(3)

Reporting Problems

The way to report a problem with this manual page depends on the type of problem:

Content errors
Report errors in the content of this documentation with the feedback links below.
Bug reports
Report bugs in the functionality of the described tool or API through Bug Reporter.
Formatting problems
Report formatting mistakes in the online version of these pages with the feedback links below.