OpenSolaris_b135/lib/libinetcfg/common/mapfile-vers

#
# CDDL HEADER START
#
# The contents of this file are subject to the terms of the
# Common Development and Distribution License (the "License").
# You may not use this file except in compliance with the License.
#
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
# or http://www.opensolaris.org/os/licensing.
# See the License for the specific language governing permissions
# and limitations under the License.
#
# When distributing Covered Code, include this CDDL HEADER in each
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
# If applicable, add the following below this CDDL HEADER, with the
# fields enclosed by brackets "[]" replaced with your own identifying
# information: Portions Copyright [yyyy] [name of copyright owner]
#
# CDDL HEADER END
#
#
# Copyright 2010 Sun Microsystems, Inc.  All rights reserved.
# Use is subject to license terms.
#
#
# MAPFILE HEADER START
#
# WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
# Object versioning must comply with the rules detailed in
#
#	usr/src/lib/README.mapfiles
#
# You should not be making modifications here until you've read the most current
# copy of that file. If you need help, contact a gatekeeper for guidance.
#
# MAPFILE HEADER END
#

SUNWprivate_1.1 {
    global:
	icfg_add_addr;
	icfg_close;
	icfg_errmsg;
	icfg_free_if_list;
	icfg_get_addr;
	icfg_get_broadcast;
	icfg_get_dest_addr;
	icfg_get_flags;
	icfg_get_groupname;
	icfg_get_if_list;
	icfg_get_index;
	icfg_get_metric;
	icfg_get_mtu;
	icfg_get_netmask;
	icfg_get_subnet;
	icfg_get_token;
	icfg_if_name;
	icfg_is_logical;
	icfg_iterate_if;
	icfg_open;
	icfg_plumb;
	icfg_remove_addr;
	icfg_set_addr;
	icfg_set_broadcast;
	icfg_set_dest_addr;
	icfg_set_flags;
	icfg_set_index;
	icfg_set_metric;
	icfg_set_mtu;
	icfg_set_netmask;
	icfg_set_prefixlen;
	icfg_set_subnet;
	icfg_set_token;
	icfg_sockaddr_to_str;
	icfg_str_to_sockaddr;
	icfg_unplumb;
    local:
	*;
};