xref: /onnv-gate/usr/src/lib/libdlpi/common/mapfile-vers (revision 5136:8e9ea7814f32)
12522Sraf#
22522Sraf# CDDL HEADER START
32522Sraf#
42522Sraf# The contents of this file are subject to the terms of the
52522Sraf# Common Development and Distribution License (the "License").
62522Sraf# You may not use this file except in compliance with the License.
72522Sraf#
82522Sraf# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
92522Sraf# or http://www.opensolaris.org/os/licensing.
102522Sraf# See the License for the specific language governing permissions
112522Sraf# and limitations under the License.
122522Sraf#
132522Sraf# When distributing Covered Code, include this CDDL HEADER in each
142522Sraf# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
152522Sraf# If applicable, add the following below this CDDL HEADER, with the
162522Sraf# fields enclosed by brackets "[]" replaced with your own identifying
172522Sraf# information: Portions Copyright [yyyy] [name of copyright owner]
182522Sraf#
192522Sraf# CDDL HEADER END
202522Sraf#
212522Sraf#
223628Sss150715# Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
232522Sraf# Use is subject to license terms.
242522Sraf#
252522Sraf# ident	"%Z%%M%	%I%	%E% SMI"
262522Sraf#
272522Sraf
283628Sss150715SUNW_1.1 {	# first release of libdlpi, Solaris 11
292522Sraf    global:
304456Sss150715	dlpi_arptype;
313628Sss150715        dlpi_bind;
323628Sss150715        dlpi_close;
333628Sss150715        dlpi_disabmulti;
343628Sss150715        dlpi_enabmulti;
35*5136Sss150715	dlpi_enabnotify;
36*5136Sss150715	dlpi_disabnotify;
373628Sss150715        dlpi_fd;
383628Sss150715        dlpi_get_physaddr;
394456Sss150715	dlpi_iftype;
403628Sss150715        dlpi_info;
413628Sss150715        dlpi_linkname;
423628Sss150715        dlpi_mactype;
433628Sss150715        dlpi_open;
443628Sss150715        dlpi_promiscoff;
453628Sss150715        dlpi_promiscon;
463628Sss150715        dlpi_recv;
473628Sss150715        dlpi_send;
483628Sss150715        dlpi_set_physaddr;
493628Sss150715        dlpi_set_timeout;
503628Sss150715        dlpi_strerror;
513628Sss150715        dlpi_unbind;
523628Sss150715};
533628Sss150715SUNWprivate {
543628Sss150715    global:
553628Sss150715        dlpi_parselink;
563628Sss150715	dlpi_makelink;
573628Sss150715	dlpi_style;
582522Sraf    local:
592522Sraf	*;
602522Sraf};
61