snmp-mapfile-vers revision 8744:03d5725cda56
1#
2# Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
3# Use is subject to license terms.
4#
5# CDDL HEADER START
6#
7# The contents of this file are subject to the terms of the
8# Common Development and Distribution License (the "License").
9# You may not use this file except in compliance with the License.
10#
11# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
12# or http://www.opensolaris.org/os/licensing.
13# See the License for the specific language governing permissions
14# and limitations under the License.
15#
16# When distributing Covered Code, include this CDDL HEADER in each
17# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
18# If applicable, add the following below this CDDL HEADER, with the
19# fields enclosed by brackets "[]" replaced with your own identifying
20# information: Portions Copyright [yyyy] [name of copyright owner]
21#
22# CDDL HEADER END
23#
24
25#
26# MAPFILE HEADER START
27#
28# WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
29# Object versioning must comply with the rules detailed in
30#
31#	usr/src/lib/README.mapfiles
32#
33# You should not be making modifications here until you've read the most current
34# copy of that file. If you need help, contact a gatekeeper for guidance.
35#
36# MAPFILE HEADER END
37#
38
39SUNW_1.1 {
40	global:
41		SSAStringZero;
42		SSAStringInit;
43		SSAStringCpy;
44		SSAStringToChar;
45		SSAOidNew;
46		SSAOidZero;
47		SSAOidFree;
48		SSAOidInit;
49		SSAOidCpy;
50		SSAOidDup;
51		SSAOidCmp;
52		SSAOidStrToOid;
53		SSAOidString;
54	local:
55		*;
56};
57
58SUNWprivate_1.1 {
59	global:
60	address_string; 
61	delete_trap_destinator_list; 
62	errno_string; 
63	error; 
64	error_close_stderr; 
65	error_exit; 
66	error_init; 
67	error_label; 
68	error_open; 
69	error_status_string; 
70	get_my_ip_address;  
71	ip_address_string; 
72	name_to_ip_address; 
73	request_create; 
74	request_send_to_port_time_out_blocking; 
75	request_snmpEnableAuthTraps; 
76	signals_init; 
77	snmp_pdu_append_null_variable; 
78	snmp_pdu_dup; 
79	snmp_pdu_free; 
80	snmp_pdu_new; 
81	snmp_pdu_receive; 
82	snmp_pdu_send; 
83	snmp_typed_variable_append; 
84	snmp_typed_variable_new; 
85	snmp_variable_dup; 
86	snmp_variable_free; 
87	snmp_variable_list_free; 
88	snmp_variable_new; 
89	ssa_append_integer_variable; 
90	ssa_append_oid_variable; 
91	ssa_append_string_variable; 
92	sun_oid; 
93	sysUptime_instance; 
94	sysUptime_name; 
95	timeval_string; 
96	trace; 
97	trace_level; 
98	trace_set; 
99	trace_snmp_pdu; 
100	trace_trap_destinators; 
101	trap_community; 
102	trap_send_raw; 
103	trap_send_with_more_para; 
104	trap_send_to_all_destinators; 
105
106	local:
107	*; 
108};
109