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# 22f808c858Sraf# Copyright 2006 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; 39*8810c16bSdanmcd do_inet_ntop; 40f808c858Sraf do_interactive; 41f808c858Sraf dump_aalg; 42f808c858Sraf dump_ealg; 43f808c858Sraf dump_key; 44f808c858Sraf dump_sadb_idtype; 45f808c858Sraf dump_sockaddr; 46f808c858Sraf env; 47f808c858Sraf err; 48f808c858Sraf errx; 49f808c858Sraf getipsecalgs; 50f808c858Sraf getipsecprotos; 51*8810c16bSdanmcd in_masktoprefix; 52f808c858Sraf interactive; 53f808c858Sraf ipsecalgs_diag; 54f808c858Sraf ipsecproto_get_exec_mode; 55f808c858Sraf ipsecproto_set_exec_mode; 56f808c858Sraf keysock_diag; 57f808c858Sraf kmc_insert_mapping; 58f808c858Sraf kmc_lookup_by_cookie; 59f808c858Sraf lineno; 60f808c858Sraf list_ints; 61f808c858Sraf nflag; 62*8810c16bSdanmcd opensavefile; 63f808c858Sraf parsedbgopts; 64f808c858Sraf pflag; 65*8810c16bSdanmcd print_address; 66*8810c16bSdanmcd print_diagnostic; 67*8810c16bSdanmcd print_eprop; 68*8810c16bSdanmcd print_ident; 69*8810c16bSdanmcd print_key; 70*8810c16bSdanmcd print_kmc; 71*8810c16bSdanmcd print_lifetimes; 72*8810c16bSdanmcd print_prop; 73*8810c16bSdanmcd print_sa; 74*8810c16bSdanmcd print_sadb_msg; 75*8810c16bSdanmcd print_samsg; 76*8810c16bSdanmcd print_sens; 77*8810c16bSdanmcd print_spirange; 78*8810c16bSdanmcd print_supp; 79*8810c16bSdanmcd printsatime; 80f808c858Sraf privstr2num; 81f808c858Sraf readfile; 82*8810c16bSdanmcd rparsealg; 83*8810c16bSdanmcd rparseidtype; 84*8810c16bSdanmcd rparsesatype; 85*8810c16bSdanmcd save_address; 86*8810c16bSdanmcd save_assoc; 87*8810c16bSdanmcd save_ident; 88*8810c16bSdanmcd save_key; 89*8810c16bSdanmcd save_lifetime; 90f808c858Sraf spdsock_diag; 91f808c858Sraf spdsock_get_ext; 92f808c858Sraf verr; 93f808c858Sraf verrx; 94f808c858Sraf vwarn; 95f808c858Sraf vwarnx; 96f808c858Sraf warn; 97f808c858Sraf warnx; 98f808c858Sraf local: 99f808c858Sraf *; 100f808c858Sraf}; 101