~ubuntu-branches/ubuntu/trusty/net-snmp/trusty

« back to all changes in this revision

Viewing changes to man/netsnmp_mib_maintenance.3

  • Committer: Bazaar Package Importer
  • Author(s): Jochen Friedrich
  • Date: 2010-06-10 18:02:54 UTC
  • mto: (1.4.1 experimental)
  • mto: This revision was merged to the branch mainline in revision 44.
  • Revision ID: james.westby@ubuntu.com-20100610180254-6ezvupl2clicwdqf
ImportĀ upstreamĀ versionĀ 5.4.3~dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.TH "mib_maintenance" 3 "5 Sep 2008" "Version 5.4.2" "net-snmp" \" -*- nroff -*-
 
1
.TH "mib_maintenance" 3 "23 May 2010" "Version 5.4.3.pre1" "net-snmp" \" -*- nroff -*-
2
2
.ad l
3
3
.nh
4
4
.SH NAME
5
 
mib_maintenance \- Routines for maintaining a MIB table.  
 
5
mib_maintenance \- 
 
6
.PP
 
7
Routines for maintaining a MIB table.  
6
8
 
7
 
.PP
8
9
.SS "Functions"
9
10
 
10
11
.in +1c
40
41
.SH "Detailed Description"
41
42
.PP 
42
43
Routines for maintaining a MIB table. 
43
 
.PP
44
44
.SH "Function Documentation"
45
45
.PP 
46
46
.SS "void netsnmp_generic_extract_row (\fBnetsnmp_request_info\fP * request)"
55
55
Definition at line 189 of file table_generic.c.
56
56
.SS "netsnmp_generic_free_handler (\fBnetsnmp_mib_handler\fP * handler)"
57
57
.PP
58
 
Free a MIB handler structure, releasing any related resources. 
59
 
.PP
60
 
Possibly called automatically by 'netsnmp_unregister_handler' ? 
 
58
Free a MIB handler structure, releasing any related resources. Possibly called automatically by 'netsnmp_unregister_handler' ? 
61
59
.PP
62
60
Definition at line 165 of file table_generic.c.
63
61
.SS "\fBnetsnmp_mib_handler\fP* netsnmp_generic_get_handler (void)"
64
62
.PP
65
 
Create a MIB handler structure. 
66
 
.PP
67
 
This will typically be invoked within the corresponding 'netsnmp_generic_register' routine (or the registration code of a sub-helper based on this helper).
 
63
Create a MIB handler structure. This will typically be invoked within the corresponding 'netsnmp_generic_register' routine (or the registration code of a sub-helper based on this helper).
68
64
.PP
69
65
Alternatively, it might be called from the initialisation code of a particular MIB table implementation. 
70
66
.PP
71
67
Definition at line 158 of file table_generic.c.
72
68
.SS "void netsnmp_generic_insert_row (\fBnetsnmp_request_info\fP * request, void * row)"
73
69
.PP
74
 
Associate a (new) row with the requested varbind. 
75
 
.PP
76
 
The row should also be associated with any other varbinds that refer to the same index values. 
 
70
Associate a (new) row with the requested varbind. The row should also be associated with any other varbinds that refer to the same index values. 
77
71
.PP
78
72
Definition at line 203 of file table_generic.c.
79
73
.SS "int netsnmp_generic_register (\fBnetsnmp_handler_registration\fP * reginfo, void * table, \fBnetsnmp_table_registration_info\fP * table_info)"
83
77
Definition at line 172 of file table_generic.c.
84
78
.SS "int netsnmp_generic_unregister (\fBnetsnmp_handler_registration\fP * reginfo)"
85
79
.PP
86
 
Unregister a MIB table from the SNMP agent. 
87
 
.PP
88
 
This should also release the internal representation of the table. ?? Is a table-specific version of this needed, or would 'netsnmp_unregister_handler' + 'netsnmp_generic_free_handler' do? 
 
80
Unregister a MIB table from the SNMP agent. This should also release the internal representation of the table. ?? Is a table-specific version of this needed, or would 'netsnmp_unregister_handler' + 'netsnmp_generic_free_handler' do? 
89
81
.PP
90
82
Definition at line 183 of file table_generic.c.
 
83
.SH "Author"
 
84
.PP 
 
85
Generated automatically by Doxygen for net-snmp from the source code.