xref: /onnv-gate/usr/src/cmd/agents/snmp/snmplib/snmp-mapfile-vers (revision 12692:4341b447c069)
18744SAli.Bahrami@Sun.COM#
2*12692SAli.Bahrami@Oracle.COM# Copyright (c) 1996, 2010, Oracle and/or its affiliates. All rights reserved.
30Sstevel@tonic-gate#
40Sstevel@tonic-gate# CDDL HEADER START
50Sstevel@tonic-gate#
60Sstevel@tonic-gate# The contents of this file are subject to the terms of the
78744SAli.Bahrami@Sun.COM# Common Development and Distribution License (the "License").
88744SAli.Bahrami@Sun.COM# You may not use this file except in compliance with the License.
90Sstevel@tonic-gate#
100Sstevel@tonic-gate# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
110Sstevel@tonic-gate# or http://www.opensolaris.org/os/licensing.
120Sstevel@tonic-gate# See the License for the specific language governing permissions
130Sstevel@tonic-gate# and limitations under the License.
140Sstevel@tonic-gate#
150Sstevel@tonic-gate# When distributing Covered Code, include this CDDL HEADER in each
160Sstevel@tonic-gate# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
178744SAli.Bahrami@Sun.COM# If applicable, add the following below this CDDL HEADER, with the
180Sstevel@tonic-gate# fields enclosed by brackets "[]" replaced with your own identifying
190Sstevel@tonic-gate# information: Portions Copyright [yyyy] [name of copyright owner]
200Sstevel@tonic-gate#
210Sstevel@tonic-gate# CDDL HEADER END
220Sstevel@tonic-gate#
238744SAli.Bahrami@Sun.COM
248744SAli.Bahrami@Sun.COM#
258744SAli.Bahrami@Sun.COM# MAPFILE HEADER START
268744SAli.Bahrami@Sun.COM#
278744SAli.Bahrami@Sun.COM# WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
288744SAli.Bahrami@Sun.COM# Object versioning must comply with the rules detailed in
298744SAli.Bahrami@Sun.COM#
308744SAli.Bahrami@Sun.COM#	usr/src/lib/README.mapfiles
318744SAli.Bahrami@Sun.COM#
328744SAli.Bahrami@Sun.COM# You should not be making modifications here until you've read the most current
338744SAli.Bahrami@Sun.COM# copy of that file. If you need help, contact a gatekeeper for guidance.
348744SAli.Bahrami@Sun.COM#
358744SAli.Bahrami@Sun.COM# MAPFILE HEADER END
360Sstevel@tonic-gate#
370Sstevel@tonic-gate
38*12692SAli.Bahrami@Oracle.COM$mapfile_version 2
39*12692SAli.Bahrami@Oracle.COM
40*12692SAli.Bahrami@Oracle.COMSYMBOL_VERSION SUNW_1.1 {
410Sstevel@tonic-gate	global:
420Sstevel@tonic-gate		SSAStringZero;
430Sstevel@tonic-gate		SSAStringInit;
440Sstevel@tonic-gate		SSAStringCpy;
450Sstevel@tonic-gate		SSAStringToChar;
460Sstevel@tonic-gate		SSAOidNew;
470Sstevel@tonic-gate		SSAOidZero;
480Sstevel@tonic-gate		SSAOidFree;
490Sstevel@tonic-gate		SSAOidInit;
500Sstevel@tonic-gate		SSAOidCpy;
510Sstevel@tonic-gate		SSAOidDup;
520Sstevel@tonic-gate		SSAOidCmp;
530Sstevel@tonic-gate		SSAOidStrToOid;
540Sstevel@tonic-gate		SSAOidString;
550Sstevel@tonic-gate	local:
560Sstevel@tonic-gate		*;
570Sstevel@tonic-gate};
580Sstevel@tonic-gate
59*12692SAli.Bahrami@Oracle.COMSYMBOL_VERSION SUNWprivate_1.1 {
600Sstevel@tonic-gate	global:
610Sstevel@tonic-gate	address_string;
620Sstevel@tonic-gate	delete_trap_destinator_list;
630Sstevel@tonic-gate	errno_string;
640Sstevel@tonic-gate	error;
650Sstevel@tonic-gate	error_close_stderr;
660Sstevel@tonic-gate	error_exit;
670Sstevel@tonic-gate	error_init;
680Sstevel@tonic-gate	error_label;
690Sstevel@tonic-gate	error_open;
700Sstevel@tonic-gate	error_status_string;
710Sstevel@tonic-gate	get_my_ip_address;
720Sstevel@tonic-gate	ip_address_string;
730Sstevel@tonic-gate	name_to_ip_address;
740Sstevel@tonic-gate	request_create;
750Sstevel@tonic-gate	request_send_to_port_time_out_blocking;
760Sstevel@tonic-gate	request_snmpEnableAuthTraps;
770Sstevel@tonic-gate	signals_init;
780Sstevel@tonic-gate	snmp_pdu_append_null_variable;
790Sstevel@tonic-gate	snmp_pdu_dup;
800Sstevel@tonic-gate	snmp_pdu_free;
810Sstevel@tonic-gate	snmp_pdu_new;
820Sstevel@tonic-gate	snmp_pdu_receive;
830Sstevel@tonic-gate	snmp_pdu_send;
840Sstevel@tonic-gate	snmp_typed_variable_append;
850Sstevel@tonic-gate	snmp_typed_variable_new;
860Sstevel@tonic-gate	snmp_variable_dup;
870Sstevel@tonic-gate	snmp_variable_free;
880Sstevel@tonic-gate	snmp_variable_list_free;
890Sstevel@tonic-gate	snmp_variable_new;
900Sstevel@tonic-gate	ssa_append_integer_variable;
910Sstevel@tonic-gate	ssa_append_oid_variable;
920Sstevel@tonic-gate	ssa_append_string_variable;
930Sstevel@tonic-gate	sun_oid;
940Sstevel@tonic-gate	sysUptime_instance;
950Sstevel@tonic-gate	sysUptime_name;
960Sstevel@tonic-gate	timeval_string;
970Sstevel@tonic-gate	trace;
980Sstevel@tonic-gate	trace_level;
990Sstevel@tonic-gate	trace_set;
1000Sstevel@tonic-gate	trace_snmp_pdu;
1010Sstevel@tonic-gate	trace_trap_destinators;
1020Sstevel@tonic-gate	trap_community;
1030Sstevel@tonic-gate	trap_send_raw;
1040Sstevel@tonic-gate	trap_send_with_more_para;
1050Sstevel@tonic-gate	trap_send_to_all_destinators;
1060Sstevel@tonic-gate
1078744SAli.Bahrami@Sun.COM	local:
1088744SAli.Bahrami@Sun.COM	*;
1098744SAli.Bahrami@Sun.COM};
110