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

SNMP编程

开发平台:

Unix_Linux

  1. .TH "read_only: make your handler read_only automatically" 3 "28 Nov 2005" "Version 5.2.1.rc3" "net-snmp" " -*- nroff -*-
  2. .ad l
  3. .nh
  4. .SH NAME
  5. read_only: make your handler read_only automatically - The only purpose of this handler is to return an appropriate error for any requests passed to it in a SET mode.  
  6. .PP
  7. .SS "Functions"
  8. .in +1c
  9. .ti -1c
  10. .RI "fBnetsnmp_mib_handlerfP * fBnetsnmp_get_read_only_handlerfP (void)"
  11. .br
  12. .RI "fIreturns a read_only handler that can be injected into a given handler chain. fP"
  13. .ti -1c
  14. .RI "int fBnetsnmp_read_only_helperfP (fBnetsnmp_mib_handlerfP *handler, fBnetsnmp_handler_registrationfP *reginfo, fBnetsnmp_agent_request_infofP *reqinfo, fBnetsnmp_request_infofP *requests)"
  15. .br
  16. .ti -1c
  17. .RI "void fBnetsnmp_init_read_only_helperfP (void)"
  18. .br
  19. .RI "fIinitializes the read_only helper which then registers a read_only handler as a run-time injectable handler for configuration file use. fP"
  20. .in -1c
  21. .SH "Detailed Description"
  22. .PP 
  23. The only purpose of this handler is to return an appropriate error for any requests passed to it in a SET mode. 
  24. .PP
  25. Inserting it into your handler chain will ensure you're never asked to perform a SET request so you can ignore those error conditions.
  26. .SH "Function Documentation"
  27. .PP 
  28. .SS "fBnetsnmp_mib_handlerfP* netsnmp_get_read_only_handler (void)"
  29. .PP
  30. returns a read_only handler that can be injected into a given handler chain. 
  31. .PP
  32. Definition at line 32 of file read_only.c.
  33. .PP
  34. References netsnmp_mib_handler_s::flags, MIB_HANDLER_AUTO_NEXT, netsnmp_create_handler(), netsnmp_read_only_helper(), and NULL.
  35. .PP
  36. Referenced by netsnmp_init_read_only_helper(), netsnmp_register_read_only_instance(), netsnmp_register_read_only_scalar(), and netsnmp_register_read_only_table_data().
  37. .SS "void netsnmp_init_read_only_helper (void)"
  38. .PP
  39. initializes the read_only helper which then registers a read_only handler as a run-time injectable handler for configuration file use. 
  40. .PP
  41. Definition at line 86 of file read_only.c.
  42. .PP
  43. References netsnmp_get_read_only_handler(), and netsnmp_register_handler_by_name().