.TH "baby_steps: calls your handler in baby_steps for set processing." 3 "24 Jan 2005" "net-snmp" \" -*- nroff -*- .ad l .nh .SH NAME baby_steps: calls your handler in baby_steps for set processing. \- .SS "Functions" .in +1c .ti -1c .RI "\fBnetsnmp_mib_handler\fP * \fBnetsnmp_baby_steps_handler_get\fP (u_long modes)" .br .RI "\fIreturns a baby_steps handler that can be injected into a given handler chain. \fP" .ti -1c .RI "void \fBnetsnmp_baby_steps_handler_init\fP (void)" .br .RI "\fIinitializes the baby_steps helper which then registers a baby_steps handler as a run-time injectable handler for configuration file use. \fP" .ti -1c .RI "\fBnetsnmp_mib_handler\fP * \fBnetsnmp_baby_steps_access_multiplexer_get\fP (netsnmp_baby_steps_access_methods *am)" .br .RI "\fIreturns a baby_steps handler that can be injected into a given handler chain. \fP" .ti -1c .RI "int \fBnetsnmp_baby_step_mode2flag\fP (u_int mode)" .br .in -1c .SH "Function Documentation" .PP .SS "\fBnetsnmp_mib_handler\fP* netsnmp_baby_steps_access_multiplexer_get (netsnmp_baby_steps_access_methods * am)" .PP returns a baby_steps handler that can be injected into a given handler chain. Definition at line 339 of file baby_steps.c. .PP References netsnmp_mib_handler_s::flags, netsnmp_mib_handler_s::myvoid, netsnmp_create_handler(), and netsnmp_mib_handler. .SS "\fBnetsnmp_mib_handler\fP* netsnmp_baby_steps_handler_get (u_long modes)" .PP returns a baby_steps handler that can be injected into a given handler chain. Definition at line 61 of file baby_steps.c. .PP References netsnmp_mib_handler_s::myvoid, netsnmp_create_handler(), netsnmp_handler_free(), netsnmp_mib_handler, snmp_log(), and SNMP_MALLOC_TYPEDEF. .PP Referenced by netsnmp_baby_steps_handler_init(). .SS "void netsnmp_baby_steps_handler_init (void)" .PP 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 322 of file baby_steps.c. .PP References netsnmp_baby_steps_handler_get(), and netsnmp_register_handler_by_name().