File: application.kwc

package info (click to toggle)
erlang-doc-html 1%3A11.b.2-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 23,284 kB
  • ctags: 10,724
  • sloc: erlang: 505; ansic: 323; makefile: 62; perl: 61; sh: 45
file content (587 lines) | stat: -rw-r--r-- 20,574 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
%% Automatically generated. Do not edit.
{srcfile, "application"}.
{appname, "snmp"}.
{appvsn, "4.8.2"}.
{module, "snmp"}.
{modulesummary, " Interface functions to the SNMP toolkit "}.
{name, "config/0"}.
{fsummary, "Configure with a simple interactive tool"}.
{name, "start/0"}.
{name, "start/1"}.
{fsummary, "Start the SNMP application"}.
{name, "start_agent/0"}.
{name, "start_agent/1"}.
{fsummary, "Start the agent part of the SNMP application"}.
{name, "start_manager/0"}.
{name, "start_manager/1"}.
{fsummary, "Start the manager part of the SNMP application"}.
{name, "versions1/0"}.
{name, "versions2/0"}.
{fsummary, "Retreive various system and application info"}.
{name, "print_version_info/0"}.
{name, "print_version_info/1"}.
{fsummary, "Formated print of result of the versions functions"}.
{name, "print_versions/1"}.
{name, "print_versions/2"}.
{fsummary, "Formated print of result of the versions functions"}.
{name, "date_and_time/0"}.
{fsummary, "Return the current date and time as an OCTET STRING"}.
{name, "date_and_time_to_universal_time_dst/1"}.
{fsummary, "Convert a DateAndTime value to a list of possible utc()"}.
{name, "date_and_time_to_string/1"}.
{fsummary, "Convert a DateAndTime value to a string"}.
{name, "local_time_to_date_and_time_dst/1"}.
{fsummary, "Convert a Local time value to a list of possible DateAndTime(s)"}.
{name, "universal_time_to_date_and_time/1"}.
{fsummary, "Convers a UTC value to DateAndTime"}.
{name, "validate_date_and_time/1"}.
{fsummary, "Check if a DateAndTime value is correct"}.
{name, "log_to_txt/5"}.
{name, "log_to_txt/6"}.
{name, "log_to_txt/7"}.
{fsummary, "Convert an Audit Trail Log to text format"}.
{name, "change_log_size/2"}.
{fsummary, "Change the size of the Audit Trail Log"}.
{app, "snmp_app"}.
{appsummary, "The SNMP Application"}.
{module, "snmpa"}.
{modulesummary, " Interface Functions to the SNMP toolkit agent "}.
{name, "add_agent_caps/2"}.
{fsummary, "Add an AGENT-CAPABILITY definition to the agent"}.
{name, "del_agent_caps/1"}.
{fsummary, "Delete an AGENT-CAPABILITY definition from the agent"}.
{name, "get_agent_caps/0"}.
{fsummary, "Return all AGENT-CAPABILITY definitions in the agent"}.
{name, "get/2"}.
{name, "get/3"}.
{fsummary, "Perform a get operation on the agent"}.
{name, "get_next/2"}.
{name, "get_next/3"}.
{fsummary, "Perform a get-next operation on the agent"}.
{name, "get_symbolic_store_db/0"}.
{fsummary, "Retrieve the symbolic store database reference"}.
{name, "backup/1"}.
{name, "backup/2"}.
{fsummary, "Backup agent data"}.
{name, "info/0"}.
{name, "info/1"}.
{fsummary, "Return information about the agent"}.
{name, "old_info_format/1"}.
{fsummary, "Return information about the agent"}.
{name, "load_mibs/1"}.
{name, "load_mibs/2"}.
{fsummary, "Load MIBs into the agent"}.
{name, "unload_mibs/1"}.
{name, "unload_mibs/2"}.
{fsummary, "Unload MIBs from the agent"}.
{name, "which_mibs/0"}.
{name, "which_mibs/1"}.
{fsummary, "Get a list of all the loaded mibs"}.
{name, "whereis_mib/1"}.
{name, "whereis_mib/2"}.
{fsummary, "Get the path to the mib file"}.
{name, "current_request_id/0"}.
{name, "current_context/0"}.
{name, "current_community/0"}.
{name, "current_address/0"}.
{fsummary, "Get the request-id, context, community and address of the current request"}.
{name, "enum_to_int/2"}.
{name, "enum_to_int/3"}.
{fsummary, "Convert an enum value to an integer"}.
{name, "int_to_enum/2"}.
{name, "int_to_enum/3"}.
{fsummary, "Convert an integer to an enum value"}.
{name, "name_to_oid/1"}.
{name, "name_to_oid/2"}.
{fsummary, "Convert a symbolic name to an OID"}.
{name, "oid_to_name/1"}.
{name, "oid_to_name/2"}.
{fsummary, "Convert an OID to a symbolic name"}.
{name, "which_aliasnames/0"}.
{fsummary, "Get all aliasnames known to the agent"}.
{name, "which_tables/0"}.
{fsummary, "Get all tables known to the agent"}.
{name, "which_variables/0"}.
{fsummary, "Get all variables known to the agent"}.
{name, "log_to_txt/2"}.
{name, "log_to_txt/3"}.
{name, "log_to_txt/4"}.
{name, "log_to_txt/5"}.
{name, "log_to_txt/6"}.
{name, "log_to_txt/7"}.
{fsummary, "Convert an Audit Trail Log to text format"}.
{name, "change_log_size/1"}.
{fsummary, "Change the size of the Audit Trail Log"}.
{name, "mib_of/1"}.
{name, "mib_of/2"}.
{fsummary, "Which mib an Oid belongs to"}.
{name, "me_of/1"}.
{name, "me_of/2"}.
{fsummary, "Retreive the mib-entry of an Oid"}.
{name, "register_notification_filter/3"}.
{name, "register_notification_filter/4"}.
{name, "register_notification_filter/4"}.
{name, "register_notification_filter/5"}.
{fsummary, "Register a notification filter"}.
{name, "unregister_notification_filter/1"}.
{name, "unregister_notification_filter/2"}.
{fsummary, "Unregister a notification filter"}.
{name, "which_notification_filter/0"}.
{name, "which_notification_filter/1"}.
{fsummary, "Which notification filter"}.
{name, "register_subagent/3"}.
{fsummary, "Register a subagent under a subtree"}.
{name, "unregister_subagent/2"}.
{fsummary, "Unregister a subagent"}.
{name, "send_notification/3"}.
{name, "send_notification/4"}.
{name, "send_notification/5"}.
{name, "send_notification/6"}.
{fsummary, "Send a notification"}.
{name, "send_trap/3"}.
{name, "send_trap/4"}.
{fsummary, "Send a trap"}.
{name, "convert_config/1"}.
{fsummary, "Convert old snmp config to new agent config"}.
{name, "verbosity/2"}.
{fsummary, "Assign a new verbosity for the process"}.
{module, "snmpa_error_report"}.
{modulesummary, " Behaviour module for reporting SNMP agent errors "}.
{name, "config_err/2"}.
{fsummary, "Called if a configuration error occurs"}.
{name, "user_err/2"}.
{fsummary, "Called if a user related error occurs"}.
{module, "snmpa_error"}.
{modulesummary, " Functions for Reporting SNMP Errors "}.
{name, "config_err/2"}.
{fsummary, "Called if a configuration error occurs"}.
{name, "user_err/2"}.
{fsummary, "Called if a user related error occurs"}.
{module, "snmpa_error_io"}.
{modulesummary, " Functions for Reporting SNMP Errors on stdio "}.
{name, "config_err/2"}.
{fsummary, "Called if a configuration error occurs"}.
{name, "user_err/2"}.
{fsummary, "Called if a user related error occurs"}.
{module, "snmpa_error_logger"}.
{modulesummary, " Functions for Reporting SNMP Errors through the error_logger "}.
{name, "config_err/2"}.
{fsummary, "Called if a configuration error occurs"}.
{name, "user_err/2"}.
{fsummary, "Called if a user related error occurs"}.
{module, "snmpa_local_db"}.
{modulesummary, " The SNMP built-in database "}.
{name, "dump/0"}.
{fsummary, "Dump the database to disk"}.
{name, "match/2"}.
{fsummary, "Perform a match on the table"}.
{name, "print/0"}.
{name, "print/1"}.
{name, "print/2"}.
{fsummary, "Print the database to screen"}.
{name, "table_create/1"}.
{fsummary, "Create a table"}.
{name, "table_create_row/3"}.
{fsummary, "Create a row in a table"}.
{name, "table_delete/1"}.
{fsummary, "Delete a table"}.
{name, "table_delete_row/2"}.
{fsummary, "Delete the row in the table"}.
{name, "table_exists/1"}.
{fsummary, "Check if a table exists"}.
{name, "table_get_row/2"}.
{fsummary, "Get a row from the table"}.
{module, "snmpa_mpd"}.
{modulesummary, " Message Processing and Dispatch module for the SNMP agent "}.
{name, "init/1"}.
{fsummary, "Initialize the MPD module"}.
{name, "process_packet/4"}.
{fsummary, "Process a packet received from the network"}.
{name, "generate_response_msg/4"}.
{fsummary, "Generate a response packet to be sent to the network"}.
{name, "generate_msg/4"}.
{fsummary, "Generate a request message to be sent to the network"}.
{name, "discarded_pdu/1"}.
{fsummary, "Increment the variable associated with a discarded pdu"}.
{module, "snmpa_network_interface"}.
{modulesummary, " Behaviour module for the SNMP agent network interface. "}.
{name, "start_link/4"}.
{fsummary, "Start-link the network interface process"}.
{name, "verbosity/2"}.
{fsummary, "Change the verbosity of a running network interface process"}.
{name, "info/1"}.
{fsummary, "Return information about the running network interface process"}.
{module, "snmpa_notification_filter"}.
{modulesummary, " Behaviour module for the SNMP agent notification filters. "}.
{name, "handle_notification/2"}.
{fsummary, "Handle a notification"}.
{module, "snmpa_supervisor"}.
{modulesummary, "A supervisor for the SNMP agent Processes"}.
{name, "start_sub_sup/1"}.
{fsummary, "Start the SNMP supervisor for subagents only"}.
{name, "start_master_sup/1"}.
{fsummary, "Start the SNMP supervisor for all agents"}.
{name, "start_sub_agent/3"}.
{fsummary, "Start a subagent"}.
{name, "stop_sub_agent/1"}.
{fsummary, "Stop a subagent"}.
{module, "snmp_community_mib"}.
{modulesummary, "Instrumentation Functions for SNMP-COMMUNITY-MIB"}.
{name, "configure/1"}.
{fsummary, "Configure the SNMP-COMMUNITY-MIB"}.
{name, "reconfigure/1"}.
{fsummary, "Configure the SNMP-COMMUNITY-MIB"}.
{name, "add_community/5"}.
{fsummary, "Added one community"}.
{name, "delete_community/1"}.
{fsummary, "Delete one community"}.
{module, "snmp_framework_mib"}.
{modulesummary, "Instrumentation Functions for SNMP-FRAMEWORK-MIB"}.
{name, "configure/1"}.
{fsummary, "Configure the SNMP-FRAMEWORK-MIB"}.
{name, "init/0"}.
{fsummary, "Initialize the SNMP-FRAMEWORK-MIB"}.
{name, "add_context/1"}.
{fsummary, "Added one context"}.
{name, "delete_context/1"}.
{fsummary, "Delete one context"}.
{module, "snmp_generic"}.
{modulesummary, "Generic Functions for Implementing SNMP Objects in a Database"}.
{name, "get_status_col/2"}.
{name, "get_status_col/2"}.
{fsummary, "Get the value of the status column from Cols"}.
{name, "get_index_types/1"}.
{fsummary, "Get the index types of Name"}.
{name, "table_func/2"}.
{name, "table_func/4"}.
{fsummary, "Default instrumentation function for tables"}.
{name, "table_get_elements/3"}.
{fsummary, "Get elements in a table row"}.
{name, "table_next/2"}.
{fsummary, "Find the next row in the table"}.
{name, "table_row_exists/2"}.
{fsummary, "Check if a row in a table exists"}.
{name, "table_set_elements/3"}.
{fsummary, "Set elements in a table row"}.
{name, "variable_func/2"}.
{name, "variable_func/3"}.
{fsummary, "Default instrumentation function for tables"}.
{name, "variable_get/1"}.
{fsummary, "Get the value of a variable"}.
{name, "variable_set/2"}.
{fsummary, "Set a value for a variable"}.
{module, "snmp_index"}.
{modulesummary, "Abstract Data Type for SNMP Indexing"}.
{name, "delete/1"}.
{fsummary, "Delete an index table"}.
{name, "delete/2"}.
{fsummary, "Delete an item from the index"}.
{name, "get/2"}.
{fsummary, "Get the item with KeyOid"}.
{name, "get_last/1"}.
{fsummary, "Get the last item in the index structure"}.
{name, "get_next/2"}.
{fsummary, "Get the next item"}.
{name, "insert/3"}.
{fsummary, "Insert an item into the index"}.
{name, "key_to_oid/2"}.
{fsummary, "Convert a key to an OBJECT IDENTIFIER"}.
{name, "new/1"}.
{fsummary, "Create a new snmp index structure"}.
{module, "snmp_notification_mib"}.
{modulesummary, "Instrumentation Functions for SNMP-NOTIFICATION-MIB"}.
{name, "configure/1"}.
{fsummary, "Configure the SNMP-NOTIFICATION-MIB"}.
{name, "reconfigure/1"}.
{fsummary, "Configure the SNMP-NOTIFICATION-MIB"}.
{name, "add_notify/3"}.
{fsummary, "Added one notify definition"}.
{name, "delete_notify/1"}.
{fsummary, "Delete one notify definition"}.
{module, "snmp_pdus"}.
{modulesummary, "Encode and Decode Functions for SNMP PDUs"}.
{name, "dec_message/1"}.
{fsummary, "Decode an SNMP Message"}.
{name, "dec_message_only/1"}.
{fsummary, "Decode an SNMP Message, but not the data part"}.
{name, "dec_pdu/1"}.
{fsummary, "Decode an SNMP Pdu"}.
{name, "dec_scoped_pdu/1"}.
{fsummary, "Decode an SNMP ScopedPdu"}.
{name, "dec_scoped_pdu_data/1"}.
{fsummary, "Decode an SNMP ScopedPduData"}.
{name, "dec_usm_security_parameters/1"}.
{fsummary, "Decode SNMP UsmSecurityParameters"}.
{name, "enc_encrypted_scoped_pdu/1"}.
{fsummary, "Encode an encrypted SNMP scopedPDU"}.
{name, "enc_message/1"}.
{fsummary, "Encode an SNMP Message"}.
{name, "enc_message_only/1"}.
{fsummary, "Encode an SNMP Message, but not the data part"}.
{name, "enc_pdu/1"}.
{fsummary, "Encode an SNMP Pdu"}.
{name, "enc_scoped_pdu/1"}.
{fsummary, "Encode an SNMP scopedPDU"}.
{name, "enc_usm_security_parameters/1"}.
{fsummary, "Encode SNMP UsmSecurityParameters"}.
{module, "snmp_standard_mib"}.
{modulesummary, "Instrumentation Functions for STANDARD-MIB and SNMPv2-MIB"}.
{name, "configure/1"}.
{fsummary, "Configure the STANDARD-MIB and SNMPv2-MIB"}.
{name, "inc/1"}.
{name, "inc/2"}.
{fsummary, "Increment a variable in the MIB"}.
{name, "reconfigure/1"}.
{fsummary, "Configure the STANDARD-MIB and SNMPv2-MIB"}.
{name, "reset/0"}.
{fsummary, "Reset all snmp counters to 0"}.
{name, "sys_up_time/0"}.
{fsummary, "Get the system up time"}.
{module, "snmp_target_mib"}.
{modulesummary, "Instrumentation Functions for SNMP-TARGET-MIB"}.
{name, "configure/1"}.
{fsummary, "Configure the SNMP-TARGET-MIB"}.
{name, "reconfigure/1"}.
{fsummary, "Configure the SNMP-TARGET-MIB"}.
{name, "set_target_engine_id/2"}.
{fsummary, "Set the engine id for a targetAddr row."}.
{name, "add_addr/10"}.
{fsummary, "Add one target address definition"}.
{name, "delete_addr/1"}.
{fsummary, "Delete one target address definition"}.
{name, "add_params/5"}.
{fsummary, "Add one target parameter definition"}.
{name, "delete_params/1"}.
{fsummary, "Delete one target parameter definition"}.
{module, "snmp_user_based_sm_mib"}.
{modulesummary, "Instrumentation Functions for SNMP-USER-BASED-SM-MIB"}.
{name, "configure/1"}.
{fsummary, "Configure the SNMP-USER-BASED-SM-MIB"}.
{name, "reconfigure/1"}.
{fsummary, "Configure the SNMP-USER-BASED-SM-MIB"}.
{name, "add_user/13"}.
{fsummary, "Add one user"}.
{name, "delete_user/1"}.
{fsummary, "Delete one user"}.
{module, "snmp_view_based_acm_mib"}.
{modulesummary, "Instrumentation Functions for SNMP-VIEW-BASED-ACM-MIB"}.
{name, "configure/1"}.
{fsummary, "Configure the SNMP-VIEW-BASED-ACM-MIB"}.
{name, "reconfigure/1"}.
{fsummary, "Configure the SNMP-VIEW-BASED-ACM-MIB"}.
{name, "add_sec2group/3"}.
{fsummary, "Add one security to group definition"}.
{name, "delete_sec2group/1"}.
{fsummary, "Delete one security to group definition"}.
{name, "add_access/8"}.
{fsummary, "Add one access definition"}.
{name, "delete_access/1"}.
{fsummary, "Delete one access definition"}.
{name, "add_view_tree_fam/4"}.
{fsummary, "Add one view tree family definition"}.
{name, "delete_view_tree_fam/1"}.
{fsummary, "Delete one view tree family definition"}.
{module, "snmpc"}.
{modulesummary, " Interface Functions to the SNMP toolkit MIB compiler "}.
{name, "compile/1"}.
{name, "compile/2"}.
{fsummary, "Compile the specified MIB"}.
{name, "is_consistent/1"}.
{fsummary, "Check for OID conflicts between MIBs"}.
{name, "mib_to_hrl/1"}.
{fsummary, "Generate constants for the objects in the MIB"}.
{module, "snmpm"}.
{modulesummary, " Interface functions to the SNMP toolkit manager "}.
{name, "monitor/0"}.
{fsummary, "Monitor the snmp manager"}.
{name, "demonitor/1"}.
{fsummary, "Turn off monitoring of the snmp manager"}.
{name, "notify_started/1"}.
{fsummary, "Request to be notified when manager started"}.
{name, "cancel_notify_started/1"}.
{fsummary, "Cancel request to be notified when manager started"}.
{name, "register_user/3"}.
{fsummary, "Register a user of the manager"}.
{name, "register_user_monitor/3"}.
{fsummary, "Register a monitored user of the manager"}.
{name, "unregister_user/1"}.
{fsummary, "Unregister the user"}.
{name, "which_users/0"}.
{fsummary, "Get a list of all users"}.
{name, "register_agent/2"}.
{name, "register_agent/3"}.
{name, "register_agent/3"}.
{name, "register_agent/4"}.
{fsummary, "Register this agent"}.
{name, "unregister_agent/2"}.
{name, "unregister_agent/3"}.
{fsummary, "Unregister the user"}.
{name, "agent_info/3"}.
{fsummary, "Retrieve agent config"}.
{name, "update_agent_info/5"}.
{fsummary, "Update agent config"}.
{name, "which_agents/0"}.
{name, "which_agents/1"}.
{fsummary, "List the registered agents"}.
{name, "register_usm_user/3"}.
{fsummary, "Register this USM user"}.
{name, "unregister_usm_user/2"}.
{fsummary, "Unregister this USM user"}.
{name, "usm_user_info/3"}.
{fsummary, "Retrieve usm user config"}.
{name, "update_usm_user_info/4"}.
{fsummary, "Update agent config"}.
{name, "which_usm_users/0"}.
{fsummary, "List all the registered usm users"}.
{name, "which_usm_users/1"}.
{fsummary, "List the registered usm users"}.
{name, "g/3"}.
{name, "g/4"}.
{name, "g/4"}.
{name, "g/4"}.
{name, "g/5"}.
{name, "g/5"}.
{name, "g/5"}.
{name, "g/6"}.
{name, "g/7"}.
{fsummary, "Synchronous get-request"}.
{name, "ag/3"}.
{name, "ag/4"}.
{name, "ag/4"}.
{name, "ag/4"}.
{name, "ag/5"}.
{name, "ag/5"}.
{name, "ag/5"}.
{name, "ag/6"}.
{name, "ag/7"}.
{fsummary, "Asynchronous get-request"}.
{name, "gn/3"}.
{name, "gn/4"}.
{name, "gn/4"}.
{name, "gn/4"}.
{name, "gn/5"}.
{name, "gn/5"}.
{name, "gn/5"}.
{name, "gn/6"}.
{name, "gn/7"}.
{fsummary, "Synchronous get-next-request"}.
{name, "agn/3"}.
{name, "agn/4"}.
{name, "agn/4"}.
{name, "agn/4"}.
{name, "agn/5"}.
{name, "agn/5"}.
{name, "agn/5"}.
{name, "agn/6"}.
{name, "agn/7"}.
{fsummary, "Asynchronous get-next-request"}.
{name, "s/3"}.
{name, "s/4"}.
{name, "s/4"}.
{name, "s/4"}.
{name, "s/5"}.
{name, "s/5"}.
{name, "s/5"}.
{name, "s/6"}.
{name, "s/7"}.
{fsummary, "Synchronous set-request"}.
{name, "as/3"}.
{name, "as/4"}.
{name, "as/4"}.
{name, "as/4"}.
{name, "as/5"}.
{name, "as/5"}.
{name, "as/5"}.
{name, "as/6"}.
{name, "as/7"}.
{fsummary, "Asynchronous set-request"}.
{name, "gb/5"}.
{name, "gb/6"}.
{name, "gb/6"}.
{name, "gb/6"}.
{name, "gb/7"}.
{name, "gb/7"}.
{name, "gb/7"}.
{name, "gb/8"}.
{name, "gb/9"}.
{fsummary, "Synchronous get-bulk-request"}.
{name, "agb/5"}.
{name, "agb/6"}.
{name, "agb/6"}.
{name, "agb/6"}.
{name, "agb/7"}.
{name, "agb/7"}.
{name, "agb/7"}.
{name, "agb/8"}.
{name, "agb/9"}.
{fsummary, "Asynchronous get-bulk-request"}.
{name, "cancel_async_request/2"}.
{fsummary, "Cancel a asynchronous request"}.
{name, "log_to_txt/2"}.
{name, "log_to_txt/3"}.
{name, "log_to_txt/4"}.
{name, "log_to_txt/5"}.
{name, "log_to_txt/6"}.
{name, "log_to_txt/7"}.
{fsummary, "Convert an Audit Trail Log to text format"}.
{name, "change_log_size/1"}.
{fsummary, "Change the size of the Audit Trail Log"}.
{name, "load_mib/1"}.
{fsummary, "Load a MIB into the manager"}.
{name, "unload_mib/1"}.
{fsummary, "Unload a MIB from the manager"}.
{name, "which_mibs/0"}.
{fsummary, "Which mibs are loaded into the manager"}.
{name, "name_to_oid/1"}.
{fsummary, "Get all the possible oid's for an aliasname"}.
{name, "oid_to_name/1"}.
{fsummary, "Get the oid for an aliasname"}.
{name, "backup/1"}.
{fsummary, "Backup manager data"}.
{name, "info/0"}.
{fsummary, "Return information about the manager"}.
{name, "verbosity/2"}.
{fsummary, "Assign a new verbosity for the process"}.
{name, "format_reason/1"}.
{name, "format_reason/2"}.
{fsummary, "Assign a new verbosity for the process"}.
{module, "snmpm_mpd"}.
{modulesummary, " Message Processing and Dispatch module for the SNMP manager "}.
{name, "init_mpd/1"}.
{fsummary, "Initialize the MPD module"}.
{name, "process_msg/7"}.
{fsummary, "Process a message received from the network"}.
{name, "generate_msg/5"}.
{fsummary, "Generate a request message to be sent to the network"}.
{name, "generate_response_msg/4"}.
{fsummary, "Generate a response packet to be sent to the network"}.
{module, "snmpm_network_interface"}.
{modulesummary, " Behaviour module for the SNMP manager network interface. "}.
{name, "start_link/2"}.
{fsummary, "Start-link the network interface process"}.
{name, "stop/1"}.
{fsummary, "Stop the network interface process"}.
{name, "send_pdu/7"}.
{fsummary, "Request the network interface process to send this pdu"}.
{name, "inform_response/4"}.
{fsummary, "Send the inform-request ack"}.
{name, "note_store/2"}.
{fsummary, "Change the verbosity of the network interface process"}.
{name, "verbosity/2"}.
{fsummary, "Change the verbosity of the network interface process"}.
{name, "info/1"}.
{fsummary, "Return information about the running network interface process"}.
{module, "snmpm_user"}.
{modulesummary, " Behaviour module for the SNMP manager user. "}.
{name, "handle_error/3"}.
{fsummary, "Handle error"}.
{name, "handle_agent/4"}.
{fsummary, "Handle agent"}.
{name, "handle_pdu/5"}.
{fsummary, "Handle the reply to an asynchroneous request"}.
{name, "handle_trap/4"}.
{fsummary, "Handle a trap/notification message"}.
{name, "handle_inform/4"}.
{fsummary, "Handle a inform message"}.
{name, "handle_report/4"}.
{fsummary, "Handle a report message"}.