netsnmp_baby_steps.3
上传用户:wxp200602
上传日期:2007-10-30
资源大小:4028k
文件大小:2k
- .TH "baby_steps: calls your handler in baby_steps for set processing." 3 "28 Nov 2005" "Version 5.2.1.rc3" "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_handlerfP * fBnetsnmp_baby_steps_handler_getfP (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_initfP (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_handlerfP * fBnetsnmp_baby_steps_access_multiplexer_getfP (fBnetsnmp_baby_steps_access_methodsfP *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_mode2flagfP (u_int mode)"
- .br
- .in -1c
- .SH "Function Documentation"
- .PP
- .SS "fBnetsnmp_mib_handlerfP* netsnmp_baby_steps_access_multiplexer_get (fBnetsnmp_baby_steps_access_methodsfP * am)"
- .PP
- returns a baby_steps handler that can be injected into a given handler chain.
- .PP
- Definition at line 339 of file baby_steps.c.
- .PP
- References netsnmp_mib_handler_s::flags, MIB_HANDLER_AUTO_NEXT, netsnmp_mib_handler_s::myvoid, netsnmp_create_handler(), and NULL.
- .SS "fBnetsnmp_mib_handlerfP* netsnmp_baby_steps_handler_get (u_long modes)"
- .PP
- returns a baby_steps handler that can be injected into a given handler chain.
- .PP
- Definition at line 61 of file baby_steps.c.
- .PP
- 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.
- .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.
- .PP
- Definition at line 322 of file baby_steps.c.
- .PP
- References netsnmp_baby_steps_handler_get(), and netsnmp_register_handler_by_name().