1f808c858Sraf# 2f808c858Sraf# CDDL HEADER START 3f808c858Sraf# 4f808c858Sraf# The contents of this file are subject to the terms of the 5f808c858Sraf# Common Development and Distribution License (the "License"). 6f808c858Sraf# You may not use this file except in compliance with the License. 7f808c858Sraf# 8f808c858Sraf# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9f808c858Sraf# or http://www.opensolaris.org/os/licensing. 10f808c858Sraf# See the License for the specific language governing permissions 11f808c858Sraf# and limitations under the License. 12f808c858Sraf# 13f808c858Sraf# When distributing Covered Code, include this CDDL HEADER in each 14f808c858Sraf# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15f808c858Sraf# If applicable, add the following below this CDDL HEADER, with the 16f808c858Sraf# fields enclosed by brackets "[]" replaced with your own identifying 17f808c858Sraf# information: Portions Copyright [yyyy] [name of copyright owner] 18f808c858Sraf# 19f808c858Sraf# CDDL HEADER END 20f808c858Sraf# 21f808c858Sraf# 22e3320f40Smarkfen# Copyright 2007 Sun Microsystems, Inc. All rights reserved. 23f808c858Sraf# Use is subject to license terms. 24f808c858Sraf# 25f808c858Sraf# ident "%Z%%M% %I% %E% SMI" 26f808c858Sraf# 27f808c858Sraf 28f808c858SrafSUNWprivate_1.1 { 29f808c858Sraf global: 30f808c858Sraf addipsecalg; 31f808c858Sraf addipsecproto; 32f808c858Sraf bail; 33f808c858Sraf bail_msg; 34f808c858Sraf dbgstr2num; 35f808c858Sraf delipsecalgbyname; 36f808c858Sraf delipsecalgbynum; 37f808c858Sraf delipsecprotobyname; 38f808c858Sraf delipsecprotobynum; 398810c16bSdanmcd do_inet_ntop; 40f808c858Sraf do_interactive; 41f808c858Sraf dump_aalg; 42f808c858Sraf dump_ealg; 43f808c858Sraf dump_key; 44f808c858Sraf dump_sadb_idtype; 45f808c858Sraf dump_sockaddr; 46f808c858Sraf env; 47*d362b749Svk199839 _errfp = FUNCTION FILTER libc.so.1; 48*d362b749Svk199839 _errxfp = FUNCTION FILTER libc.so.1; 49f808c858Sraf getipsecalgs; 50f808c858Sraf getipsecprotos; 518810c16bSdanmcd in_masktoprefix; 52f808c858Sraf interactive; 53f808c858Sraf ipsecalgs_diag; 54f808c858Sraf ipsecproto_get_exec_mode; 55f808c858Sraf ipsecproto_set_exec_mode; 56e3320f40Smarkfen ipsecutil_exit; 57f808c858Sraf keysock_diag; 58f808c858Sraf kmc_insert_mapping; 59f808c858Sraf kmc_lookup_by_cookie; 60f808c858Sraf lineno; 61e3320f40Smarkfen lines_added; 62e3320f40Smarkfen lines_parsed; 63f808c858Sraf list_ints; 64f808c858Sraf nflag; 65e3320f40Smarkfen debugfile; 66e3320f40Smarkfen my_fmri; 678810c16bSdanmcd opensavefile; 68f808c858Sraf parsedbgopts; 69f808c858Sraf pflag; 708810c16bSdanmcd print_address; 718810c16bSdanmcd print_diagnostic; 728810c16bSdanmcd print_eprop; 738810c16bSdanmcd print_ident; 748810c16bSdanmcd print_key; 758810c16bSdanmcd print_kmc; 768810c16bSdanmcd print_lifetimes; 778810c16bSdanmcd print_prop; 788810c16bSdanmcd print_sa; 798810c16bSdanmcd print_sadb_msg; 808810c16bSdanmcd print_samsg; 818810c16bSdanmcd print_sens; 828810c16bSdanmcd print_spirange; 838810c16bSdanmcd print_supp; 848810c16bSdanmcd printsatime; 85f808c858Sraf privstr2num; 86f808c858Sraf readfile; 878810c16bSdanmcd rparsealg; 888810c16bSdanmcd rparseidtype; 898810c16bSdanmcd rparsesatype; 908810c16bSdanmcd save_address; 918810c16bSdanmcd save_assoc; 928810c16bSdanmcd save_ident; 938810c16bSdanmcd save_key; 948810c16bSdanmcd save_lifetime; 95f808c858Sraf spdsock_diag; 96f808c858Sraf spdsock_get_ext; 97*d362b749Svk199839 _verrfp = FUNCTION FILTER libc.so.1; 98*d362b749Svk199839 _verrxfp = FUNCTION FILTER libc.so.1; 99*d362b749Svk199839 _vwarnfp = FUNCTION FILTER libc.so.1; 100*d362b749Svk199839 _vwarnxfp = FUNCTION FILTER libc.so.1; 101*d362b749Svk199839 _warnfp = FUNCTION FILTER libc.so.1; 102*d362b749Svk199839 _warnxfp = FUNCTION FILTER libc.so.1; 103f808c858Sraf local: 104f808c858Sraf *; 105f808c858Sraf}; 106