1# 2# CDDL HEADER START 3# 4# The contents of this file are subject to the terms of the 5# Common Development and Distribution License, Version 1.0 only 6# (the "License"). You may not use this file except in compliance 7# with the License. 8# 9# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 10# or http://www.opensolaris.org/os/licensing. 11# See the License for the specific language governing permissions 12# and limitations under the License. 13# 14# When distributing Covered Code, include this CDDL HEADER in each 15# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 16# If applicable, add the following below this CDDL HEADER, with the 17# fields enclosed by brackets "[]" replaced with your own identifying 18# information: Portions Copyright [yyyy] [name of copyright owner] 19# 20# CDDL HEADER END 21# 22#ident "%Z%%M% %I% %E% SMI" 23# 24 25SUNW_1.1 { 26 global: 27 SSAStringZero; 28 SSAStringInit; 29 SSAStringCpy; 30 SSAStringToChar; 31 SSAOidNew; 32 SSAOidZero; 33 SSAOidFree; 34 SSAOidInit; 35 SSAOidCpy; 36 SSAOidDup; 37 SSAOidCmp; 38 SSAOidStrToOid; 39 SSAOidString; 40 local: 41 *; 42}; 43 44SUNWprivate_1.1 { 45 global: 46 address_string; 47 delete_trap_destinator_list; 48 errno_string; 49 error; 50 error_close_stderr; 51 error_exit; 52 error_init; 53 error_label; 54 error_open; 55 error_status_string; 56 get_my_ip_address; 57 ip_address_string; 58 name_to_ip_address; 59 request_create; 60 request_send_to_port_time_out_blocking; 61 request_snmpEnableAuthTraps; 62 signals_init; 63 snmp_pdu_append_null_variable; 64 snmp_pdu_dup; 65 snmp_pdu_free; 66 snmp_pdu_new; 67 snmp_pdu_receive; 68 snmp_pdu_send; 69 snmp_typed_variable_append; 70 snmp_typed_variable_new; 71 snmp_variable_dup; 72 snmp_variable_free; 73 snmp_variable_list_free; 74 snmp_variable_new; 75 ssa_append_integer_variable; 76 ssa_append_oid_variable; 77 ssa_append_string_variable; 78 sun_oid; 79 sysUptime_instance; 80 sysUptime_name; 81 timeval_string; 82 trace; 83 trace_level; 84 trace_set; 85 trace_snmp_pdu; 86 trace_trap_destinators; 87 trap_community; 88 trap_send_raw; 89 trap_send_with_more_para; 90 trap_send_to_all_destinators; 91 92local: 93*; 94};