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# 22*d62bc4baSyz147064# Copyright 2008 Sun Microsystems, Inc. All rights reserved. 23f808c858Sraf# Use is subject to license terms. 24f808c858Sraf# 25f808c858Sraf# ident "%Z%%M% %I% %E% SMI" 26f808c858Sraf# 27f808c858Sraf 28c7e4935fSss150715SUNW_1.1 { # first release of libdlpi, Solaris 11 29f808c858Sraf global: 30948f2876Sss150715 dlpi_arptype; 31f808c858Sraf dlpi_bind; 32f808c858Sraf dlpi_close; 33f808c858Sraf dlpi_disabmulti; 34f808c858Sraf dlpi_enabmulti; 353ab45760Sss150715 dlpi_enabnotify; 363ab45760Sss150715 dlpi_disabnotify; 37c7e4935fSss150715 dlpi_fd; 38c7e4935fSss150715 dlpi_get_physaddr; 39948f2876Sss150715 dlpi_iftype; 40f808c858Sraf dlpi_info; 41c7e4935fSss150715 dlpi_linkname; 42c7e4935fSss150715 dlpi_mactype; 43f808c858Sraf dlpi_open; 44f808c858Sraf dlpi_promiscoff; 45f808c858Sraf dlpi_promiscon; 46c7e4935fSss150715 dlpi_recv; 47c7e4935fSss150715 dlpi_send; 48c7e4935fSss150715 dlpi_set_physaddr; 49c7e4935fSss150715 dlpi_set_timeout; 50c7e4935fSss150715 dlpi_strerror; 51f808c858Sraf dlpi_unbind; 52*d62bc4baSyz147064 dlpi_walk; 53c7e4935fSss150715}; 54c7e4935fSss150715SUNWprivate { 55c7e4935fSss150715 global: 56c7e4935fSss150715 dlpi_parselink; 57c7e4935fSss150715 dlpi_makelink; 58c7e4935fSss150715 dlpi_style; 59f808c858Sraf local: 60f808c858Sraf *; 61f808c858Sraf}; 62