mapfile-vers revision 1
dbef4f7fb77908f76dc5e4d9e20c184388d4610aBob Halley#
499b34cea04a46823d003d4c0520c8b03e8513cbBrian Wellington# CDDL HEADER START
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence#
dbef4f7fb77908f76dc5e4d9e20c184388d4610aBob Halley# The contents of this file are subject to the terms of the
dbef4f7fb77908f76dc5e4d9e20c184388d4610aBob Halley# Common Development and Distribution License (the "License").
dbef4f7fb77908f76dc5e4d9e20c184388d4610aBob Halley# You may not use this file except in compliance with the License.
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence#
15a44745412679c30a6d022733925af70a38b715David Lawrence# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
15a44745412679c30a6d022733925af70a38b715David Lawrence# or http://www.opensolaris.org/os/licensing.
15a44745412679c30a6d022733925af70a38b715David Lawrence# See the License for the specific language governing permissions
15a44745412679c30a6d022733925af70a38b715David Lawrence# and limitations under the License.
15a44745412679c30a6d022733925af70a38b715David Lawrence#
15a44745412679c30a6d022733925af70a38b715David Lawrence# When distributing Covered Code, include this CDDL HEADER in each
15a44745412679c30a6d022733925af70a38b715David Lawrence# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15a44745412679c30a6d022733925af70a38b715David Lawrence# If applicable, add the following below this CDDL HEADER, with the
dbef4f7fb77908f76dc5e4d9e20c184388d4610aBob Halley# fields enclosed by brackets "[]" replaced with your own identifying
dbef4f7fb77908f76dc5e4d9e20c184388d4610aBob Halley# information: Portions Copyright [yyyy] [name of copyright owner]
31d3e8d2fec874c271ace9666c14c32a4dbaf328David Lawrence#
9c3531d72aeaad6c5f01efe6a1c82023e1379e4dDavid Lawrence# CDDL HEADER END
dbef4f7fb77908f76dc5e4d9e20c184388d4610aBob Halley#
dbef4f7fb77908f76dc5e4d9e20c184388d4610aBob Halley
dbef4f7fb77908f76dc5e4d9e20c184388d4610aBob Halley#
dbef4f7fb77908f76dc5e4d9e20c184388d4610aBob Halley# Copyright (c) 2009, 2011, Oracle and/or its affiliates. All rights reserved.
dbef4f7fb77908f76dc5e4d9e20c184388d4610aBob Halley#
dbef4f7fb77908f76dc5e4d9e20c184388d4610aBob Halley
dbef4f7fb77908f76dc5e4d9e20c184388d4610aBob Halley#
dbef4f7fb77908f76dc5e4d9e20c184388d4610aBob Halley# MAPFILE HEADER START
dbef4f7fb77908f76dc5e4d9e20c184388d4610aBob Halley#
dbef4f7fb77908f76dc5e4d9e20c184388d4610aBob Halley# WARNING: STOP NOW. DO NOT MODIFY THIS FILE.
dbef4f7fb77908f76dc5e4d9e20c184388d4610aBob Halley# Object versioning must comply with the rules detailed in
dbef4f7fb77908f76dc5e4d9e20c184388d4610aBob Halley#
dbef4f7fb77908f76dc5e4d9e20c184388d4610aBob Halley# usr/src/lib/README.mapfiles
dbef4f7fb77908f76dc5e4d9e20c184388d4610aBob Halley#
dbef4f7fb77908f76dc5e4d9e20c184388d4610aBob Halley# You should not be making modifications here until you've read the most current
dbef4f7fb77908f76dc5e4d9e20c184388d4610aBob Halley# copy of that file. If you need help, contact a gatekeeper for guidance.
dbef4f7fb77908f76dc5e4d9e20c184388d4610aBob Halley#
dbef4f7fb77908f76dc5e4d9e20c184388d4610aBob Halley# MAPFILE HEADER END
dbef4f7fb77908f76dc5e4d9e20c184388d4610aBob Halley#
dbef4f7fb77908f76dc5e4d9e20c184388d4610aBob Halley
dbef4f7fb77908f76dc5e4d9e20c184388d4610aBob Halley$mapfile_version 2
dbef4f7fb77908f76dc5e4d9e20c184388d4610aBob Halley
dbef4f7fb77908f76dc5e4d9e20c184388d4610aBob HalleySTUB_OBJECT;
dbef4f7fb77908f76dc5e4d9e20c184388d4610aBob Halley
dbef4f7fb77908f76dc5e4d9e20c184388d4610aBob HalleySYMBOL_VERSION SUNWprivate_1.1 {
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence global:
dbef4f7fb77908f76dc5e4d9e20c184388d4610aBob Halley STP_IN_init;
dbef4f7fb77908f76dc5e4d9e20c184388d4610aBob Halley STP_IN_stpm_create;
dbef4f7fb77908f76dc5e4d9e20c184388d4610aBob Halley STP_IN_stpm_delete;
dbef4f7fb77908f76dc5e4d9e20c184388d4610aBob Halley STP_IN_stop_all;
dbef4f7fb77908f76dc5e4d9e20c184388d4610aBob Halley STP_IN_delete_all;
dbef4f7fb77908f76dc5e4d9e20c184388d4610aBob Halley STP_IN_get_is_stpm_enabled;
dbef4f7fb77908f76dc5e4d9e20c184388d4610aBob Halley STP_IN_stpm_get_vlan_id_by_name;
dbef4f7fb77908f76dc5e4d9e20c184388d4610aBob Halley STP_IN_stpm_get_name_by_vlan_id;
dbef4f7fb77908f76dc5e4d9e20c184388d4610aBob Halley STP_IN_get_error_explanation;
dbef4f7fb77908f76dc5e4d9e20c184388d4610aBob Halley STP_IN_stpm_get_cfg;
dbef4f7fb77908f76dc5e4d9e20c184388d4610aBob Halley STP_IN_stpm_get_state;
dbef4f7fb77908f76dc5e4d9e20c184388d4610aBob Halley STP_IN_port_get_cfg;
dbef4f7fb77908f76dc5e4d9e20c184388d4610aBob Halley STP_IN_port_set_cfg;
dbef4f7fb77908f76dc5e4d9e20c184388d4610aBob Halley STP_IN_port_get_state;
dbef4f7fb77908f76dc5e4d9e20c184388d4610aBob Halley STP_IN_stpm_set_cfg;
dbef4f7fb77908f76dc5e4d9e20c184388d4610aBob Halley STP_IN_one_second;
dbef4f7fb77908f76dc5e4d9e20c184388d4610aBob Halley STP_IN_enable_port;
dbef4f7fb77908f76dc5e4d9e20c184388d4610aBob Halley STP_IN_changed_port_speed;
dbef4f7fb77908f76dc5e4d9e20c184388d4610aBob Halley STP_IN_changed_port_duplex;
dbef4f7fb77908f76dc5e4d9e20c184388d4610aBob Halley STP_IN_check_bpdu_header;
1a69a1a78cfaa86f3b68bbc965232b7876d4da2aDavid Lawrence STP_IN_rx_bpdu;
dbef4f7fb77908f76dc5e4d9e20c184388d4610aBob Halley STP_IN_dbg_set_port_trace;
dbef4f7fb77908f76dc5e4d9e20c184388d4610aBob Halley STP_IN_port_add;
dbef4f7fb77908f76dc5e4d9e20c184388d4610aBob Halley STP_IN_port_remove;
dbef4f7fb77908f76dc5e4d9e20c184388d4610aBob Halley STP_IN_get_bridge_id;
dbef4f7fb77908f76dc5e4d9e20c184388d4610aBob Halley STP_IN_state2str;
dbef4f7fb77908f76dc5e4d9e20c184388d4610aBob Halley local:
dbef4f7fb77908f76dc5e4d9e20c184388d4610aBob Halley *;
dbef4f7fb77908f76dc5e4d9e20c184388d4610aBob Halley};
dbef4f7fb77908f76dc5e4d9e20c184388d4610aBob Halley