1baby_steps(3) net-snmp baby_steps(3)
2
3
4
6 baby_steps - Calls your handler in baby_steps for set processing.
7
8
9 Modules
10 baby_steps_access_multiplexer: calls individual access methods based on
11 baby_step mode.
12
13 Functions
14 netsnmp_mib_handler * netsnmp_baby_steps_handler_get (u_long modes)
15 returns a baby_steps handler that can be injected into a given
16 handler chain.
17 void netsnmp_baby_steps_handler_init (void)
18 initializes the baby_steps helper which then registers a baby_steps
19 handler as a run-time injectable handler for configuration file
20 use.
21
23 Calls your handler in baby_steps for set processing.
24
26 netsnmp_mib_handler* netsnmp_baby_steps_handler_get (u_long modes)
27 returns a baby_steps handler that can be injected into a given handler
28 chain.
29
30 Definition at line 58 of file baby_steps.c.
31
32 References netsnmp_mib_handler_s::myvoid, netsnmp_create_handler(),
33 netsnmp_handler_free(), NULL, netsnmp_baby_steps_modes_s::registered,
34 snmp_log(), and SNMP_MALLOC_TYPEDEF.
35
36 Referenced by netsnmp_baby_steps_handler_init().
37
38 void netsnmp_baby_steps_handler_init (void)
39 initializes the baby_steps helper which then registers a baby_steps
40 handler as a run-time injectable handler for configuration file use.
41
42 Definition at line 319 of file baby_steps.c.
43
44 References netsnmp_baby_steps_handler_get(), and
45 netsnmp_register_handler_by_name().
46
47
48
49Version 5.4 24 Nov 2006 baby_steps(3)