netsnmp_instance.3
上传用户:wxp200602
上传日期:2007-10-30
资源大小:4028k
文件大小:9k
源码类别:

SNMP编程

开发平台:

Unix_Linux

  1. .TH "instance: process individual MIB instances easily." 3 "28 Nov 2005" "Version 5.2.1.rc3" "net-snmp" " -*- nroff -*-
  2. .ad l
  3. .nh
  4. .SH NAME
  5. instance: process individual MIB instances easily. - 
  6. .SS "Functions"
  7. .in +1c
  8. .ti -1c
  9. .RI "fBnetsnmp_mib_handlerfP * fBnetsnmp_get_instance_handlerfP (void)"
  10. .br
  11. .RI "fICreates an instance helper handler, calls netsnmp_create_handler, which then could be registered, using fBnetsnmp_register_handler()fP. fP"
  12. .ti -1c
  13. .RI "int fBnetsnmp_register_instancefP (fBnetsnmp_handler_registrationfP *reginfo)"
  14. .br
  15. .RI "fIThis function registers an instance helper handler, which is a way of registering an exact OID such that GENEXT requests are handled entirely by the helper. fP"
  16. .ti -1c
  17. .RI "int fBnetsnmp_register_read_only_instancefP (fBnetsnmp_handler_registrationfP *reginfo)"
  18. .br
  19. .RI "fIThis function injects a 'read only' handler into the handler chain prior to serializing/registering the handler. fP"
  20. .ti -1c
  21. .RI "int fBnetsnmp_register_read_only_ulong_instancefP (const char *name, oid *reg_oid, size_t reg_oid_len, u_long *it, fBNetsnmp_Node_HandlerfP *subhandler)"
  22. .br
  23. .ti -1c
  24. .RI "int fBnetsnmp_register_ulong_instancefP (const char *name, oid *reg_oid, size_t reg_oid_len, u_long *it, fBNetsnmp_Node_HandlerfP *subhandler)"
  25. .br
  26. .ti -1c
  27. .RI "int fBnetsnmp_register_read_only_counter32_instancefP (const char *name, oid *reg_oid, size_t reg_oid_len, u_long *it, fBNetsnmp_Node_HandlerfP *subhandler)"
  28. .br
  29. .ti -1c
  30. .RI "int fBnetsnmp_register_read_only_long_instancefP (const char *name, oid *reg_oid, size_t reg_oid_len, long *it, fBNetsnmp_Node_HandlerfP *subhandler)"
  31. .br
  32. .ti -1c
  33. .RI "int fBnetsnmp_register_long_instancefP (const char *name, oid *reg_oid, size_t reg_oid_len, long *it, fBNetsnmp_Node_HandlerfP *subhandler)"
  34. .br
  35. .ti -1c
  36. .RI "int fBnetsnmp_register_read_only_int_instancefP (const char *name, oid *reg_oid, size_t reg_oid_len, int *it, fBNetsnmp_Node_HandlerfP *subhandler)"
  37. .br
  38. .ti -1c
  39. .RI "int fBregister_read_only_int_instancefP (const char *name, oid *reg_oid, size_t reg_oid_len, int *it, fBNetsnmp_Node_HandlerfP *subhandler)"
  40. .br
  41. .ti -1c
  42. .RI "int fBnetsnmp_register_read_only_ulong_instance_contextfP (const char *name, oid *reg_oid, size_t reg_oid_len, u_long *it, fBNetsnmp_Node_HandlerfP *subhandler, const char *contextName)"
  43. .br
  44. .ti -1c
  45. .RI "int fBnetsnmp_register_ulong_instance_contextfP (const char *name, oid *reg_oid, size_t reg_oid_len, u_long *it, fBNetsnmp_Node_HandlerfP *subhandler, const char *contextName)"
  46. .br
  47. .ti -1c
  48. .RI "int fBnetsnmp_register_read_only_counter32_instance_contextfP (const char *name, oid *reg_oid, size_t reg_oid_len, u_long *it, fBNetsnmp_Node_HandlerfP *subhandler, const char *contextName)"
  49. .br
  50. .ti -1c
  51. .RI "int fBnetsnmp_register_read_only_long_instance_contextfP (const char *name, oid *reg_oid, size_t reg_oid_len, long *it, fBNetsnmp_Node_HandlerfP *subhandler, const char *contextName)"
  52. .br
  53. .ti -1c
  54. .RI "int fBnetsnmp_register_long_instance_contextfP (const char *name, oid *reg_oid, size_t reg_oid_len, long *it, fBNetsnmp_Node_HandlerfP *subhandler, const char *contextName)"
  55. .br
  56. .ti -1c
  57. .RI "int fBnetsnmp_register_int_instance_contextfP (const char *name, oid *reg_oid, size_t reg_oid_len, int *it, fBNetsnmp_Node_HandlerfP *subhandler, const char *contextName)"
  58. .br
  59. .ti -1c
  60. .RI "int fBnetsnmp_register_read_only_int_instance_contextfP (const char *name, oid *reg_oid, size_t reg_oid_len, int *it, fBNetsnmp_Node_HandlerfP *subhandler, const char *contextName)"
  61. .br
  62. .ti -1c
  63. .RI "int fBregister_read_only_int_instance_contextfP (const char *name, oid *reg_oid, size_t reg_oid_len, int *it, fBNetsnmp_Node_HandlerfP *subhandler, const char *contextName)"
  64. .br
  65. .ti -1c
  66. .RI "int fBnetsnmp_register_int_instancefP (const char *name, oid *reg_oid, size_t reg_oid_len, int *it, fBNetsnmp_Node_HandlerfP *subhandler)"
  67. .br
  68. .RI "fIThis function registers an int helper handler to a specified OID. fP"
  69. .ti -1c
  70. .RI "int fBnetsnmp_instance_ulong_handlerfP (fBnetsnmp_mib_handlerfP *handler, fBnetsnmp_handler_registrationfP *reginfo, fBnetsnmp_agent_request_infofP *reqinfo, fBnetsnmp_request_infofP *requests)"
  71. .br
  72. .ti -1c
  73. .RI "int fBnetsnmp_instance_counter32_handlerfP (fBnetsnmp_mib_handlerfP *handler, fBnetsnmp_handler_registrationfP *reginfo, fBnetsnmp_agent_request_infofP *reqinfo, fBnetsnmp_request_infofP *requests)"
  74. .br
  75. .ti -1c
  76. .RI "int fBnetsnmp_instance_long_handlerfP (fBnetsnmp_mib_handlerfP *handler, fBnetsnmp_handler_registrationfP *reginfo, fBnetsnmp_agent_request_infofP *reqinfo, fBnetsnmp_request_infofP *requests)"
  77. .br
  78. .ti -1c
  79. .RI "int fBnetsnmp_instance_int_handlerfP (fBnetsnmp_mib_handlerfP *handler, fBnetsnmp_handler_registrationfP *reginfo, fBnetsnmp_agent_request_infofP *reqinfo, fBnetsnmp_request_infofP *requests)"
  80. .br
  81. .ti -1c
  82. .RI "int fBnetsnmp_instance_helper_handlerfP (fBnetsnmp_mib_handlerfP *handler, fBnetsnmp_handler_registrationfP *reginfo, fBnetsnmp_agent_request_infofP *reqinfo, fBnetsnmp_request_infofP *requests)"
  83. .br
  84. .in -1c
  85. .SH "Function Documentation"
  86. .PP 
  87. .SS "fBnetsnmp_mib_handlerfP* netsnmp_get_instance_handler (void)"
  88. .PP
  89. Creates an instance helper handler, calls netsnmp_create_handler, which then could be registered, using fBnetsnmp_register_handler()fP. 
  90. .PP
  91. fBParameters:fP
  92. .RS 4
  93. fIvoidfP 
  94. .RE
  95. .PP
  96. fBReturns:fP
  97. .RS 4
  98. Returns a pointer to a netsnmp_mib_handler struct which contains the handler's name and the access method
  99. .RE
  100. .PP
  101. .PP
  102. Definition at line 46 of file instance.c.
  103. .PP
  104. References netsnmp_create_handler(), and netsnmp_instance_helper_handler().
  105. .PP
  106. Referenced by netsnmp_register_instance(), netsnmp_register_read_only_instance(), netsnmp_register_read_only_scalar(), netsnmp_register_scalar(), and netsnmp_register_scalar_group().
  107. .SS "int netsnmp_register_instance (fBnetsnmp_handler_registrationfP * reginfo)"
  108. .PP
  109. This function registers an instance helper handler, which is a way of registering an exact OID such that GENEXT requests are handled entirely by the helper. 
  110. .PP
  111. First need to inject it into the calling chain of the handler defined by the netsnmp_handler_registration struct, reginfo. The new handler is injected at the top of the list and will be the new handler to be called first. This function also injects a serialize handler before actually calling netsnmp_register_handle, registering reginfo.
  112. .PP
  113. fBParameters:fP
  114. .RS 4
  115. fIreginfofP a handler registration structure which could get created using netsnmp_create_handler_registration. Used to register an instance helper handler.
  116. .RE
  117. .PP
  118. fBReturns:fP
  119. .RS 4
  120. MIB_REGISTERED_OK is returned if the registration was a success. Failures are MIB_REGISTRATION_FAILED and MIB_DUPLICATE_REGISTRATION.
  121. .RE
  122. .PP
  123. .PP
  124. fBExamples: fP
  125. .in +1c
  126. fBdelayed_instance.cfP.
  127. .PP
  128. Definition at line 71 of file instance.c.
  129. .PP
  130. References netsnmp_get_instance_handler(), netsnmp_inject_handler(), and netsnmp_register_serialize().
  131. .PP
  132. Referenced by netsnmp_register_int_instance(), netsnmp_register_long_instance(), netsnmp_register_long_instance_context(), netsnmp_register_ulong_instance(), netsnmp_register_ulong_instance_context(), and netsnmp_register_watched_instance().
  133. .SS "int netsnmp_register_int_instance (const char * name, oid * reg_oid, size_t reg_oid_len, int * it, fBNetsnmp_Node_HandlerfP * subhandler)"
  134. .PP
  135. This function registers an int helper handler to a specified OID. 
  136. .PP
  137. fBParameters:fP
  138. .RS 4
  139. fInamefP the name used for registration pruposes.
  140. .br
  141. fIreg_oidfP the OID where you want to register your integer at
  142. .br
  143. fIreg_oid_lenfP the length of the OID
  144. .br
  145. fIitfP the integer value to be registered during initialization
  146. .br
  147. fIsubhandlerfP a handler to do whatever you want to do, otherwise use NULL to use the default int handler.
  148. .RE
  149. .PP
  150. fBReturns:fP
  151. .RS 4
  152. MIB_REGISTERED_OK is returned if the registration was a success. Failures are MIB_REGISTRATION_FAILED and MIB_DUPLICATE_REGISTRATION.
  153. .RE
  154. .PP
  155. .PP
  156. fBExamples: fP
  157. .in +1c
  158. fBscalar_int.cfP.
  159. .PP
  160. Definition at line 388 of file instance.c.
  161. .PP
  162. References HANDLER_CAN_RWRITE, netsnmp_instance_int_handler(), netsnmp_register_instance(), and NULL.
  163. .SS "int netsnmp_register_read_only_instance (fBnetsnmp_handler_registrationfP * reginfo)"
  164. .PP
  165. This function injects a 'read only' handler into the handler chain prior to serializing/registering the handler. 
  166. .PP
  167. The only purpose of this 'read only' handler is to return an appropriate error for any requests passed to it in a SET mode. Inserting it into your handler chain will ensure you're never asked to perform a SET request so you can ignore those error conditions.
  168. .PP
  169. fBParameters:fP
  170. .RS 4
  171. fIreginfofP a handler registration structure which could get created using netsnmp_create_handler_registration. Used to register a read only instance helper handler.
  172. .RE
  173. .PP
  174. fBReturns:fP
  175. .RS 4
  176. MIB_REGISTERED_OK is returned if the registration was a success. Failures are MIB_REGISTRATION_FAILED and MIB_DUPLICATE_REGISTRATION.
  177. .RE
  178. .PP
  179. .PP
  180. Definition at line 96 of file instance.c.
  181. .PP
  182. References netsnmp_get_instance_handler(), netsnmp_get_read_only_handler(), netsnmp_inject_handler(), and netsnmp_register_serialize().
  183. .PP
  184. Referenced by netsnmp_register_int_instance_context(), netsnmp_register_read_only_counter32_instance(), netsnmp_register_read_only_counter32_instance_context(), netsnmp_register_read_only_int_instance(), netsnmp_register_read_only_int_instance_context(), netsnmp_register_read_only_long_instance(), netsnmp_register_read_only_long_instance_context(), netsnmp_register_read_only_ulong_instance(), and netsnmp_register_read_only_ulong_instance_context().