モジュール | |
| baby_steps_access_multiplexer: calls individual access methods based on baby_step mode. | |
関数 | |
| 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. | |
| 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.
baby_steps.c の 58 行で定義されています。
参照先 netsnmp_mib_handler_s::myvoid・netsnmp_create_handler()・netsnmp_handler_free()・NULL・netsnmp_baby_steps_modes_s::registered・snmp_log()・SNMP_MALLOC_TYPEDEF.
| 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.
baby_steps.c の 319 行で定義されています。
参照先 netsnmp_baby_steps_handler_get()・netsnmp_register_handler_by_name().
1.4.7