1# 2# CDDL HEADER START 3# 4# The contents of this file are subject to the terms of the 5# Common Development and Distribution License (the "License"). 6# You may not use this file except in compliance with the License. 7# 8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9# or http://www.opensolaris.org/os/licensing. 10# See the License for the specific language governing permissions 11# and limitations under the License. 12# 13# When distributing Covered Code, include this CDDL HEADER in each 14# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15# If applicable, add the following below this CDDL HEADER, with the 16# fields enclosed by brackets "[]" replaced with your own identifying 17# information: Portions Copyright [yyyy] [name of copyright owner] 18# 19# CDDL HEADER END 20# 21# 22# Copyright 2007 Sun Microsystems, Inc. All rights reserved. 23# Use is subject to license terms. 24# 25# ident "%Z%%M% %I% %E% SMI" 26# 27 28SUNWprivate_1.1 { 29 global: 30 dladm_info; 31 dladm_walk; 32 dladm_hold_link; 33 dladm_rele_link; 34 dladm_status2str; 35 dladm_linkstate2str; 36 dladm_linkduplex2str; 37 dladm_set_rootdir; 38 dladm_mac_walk; 39 dladm_init_linkprop; 40 dladm_get_prop; 41 dladm_set_prop; 42 dladm_walk_prop; 43 dladm_init_secobj; 44 dladm_get_secobj; 45 dladm_set_secobj; 46 dladm_unset_secobj; 47 dladm_walk_secobj; 48 dladm_secobjclass2str; 49 dladm_str2secobjclass; 50 dladm_aggr_walk; 51 dladm_aggr_up; 52 dladm_aggr_down; 53 dladm_aggr_add; 54 dladm_aggr_create; 55 dladm_aggr_delete; 56 dladm_aggr_modify; 57 dladm_aggr_remove; 58 dladm_aggr_lacpmode2str; 59 dladm_aggr_lacptimer2str; 60 dladm_aggr_macaddr2str; 61 dladm_aggr_policy2str; 62 dladm_aggr_portstate2str; 63 dladm_aggr_str2lacpmode; 64 dladm_aggr_str2lacptimer; 65 dladm_aggr_str2macaddr; 66 dladm_aggr_str2policy; 67 dladm_wlan_walk; 68 dladm_wlan_scan; 69 dladm_wlan_connect; 70 dladm_wlan_disconnect; 71 dladm_wlan_get_linkattr; 72 dladm_wlan_is_valid; 73 dladm_wlan_set_prop; 74 dladm_wlan_walk_prop; 75 dladm_wlan_get_prop; 76 dladm_wlan_essid2str; 77 dladm_wlan_bssid2str; 78 dladm_wlan_secmode2str; 79 dladm_wlan_strength2str; 80 dladm_wlan_mode2str; 81 dladm_wlan_speed2str; 82 dladm_wlan_auth2str; 83 dladm_wlan_bsstype2str; 84 dladm_wlan_linkstatus2str; 85 dladm_wlan_str2essid; 86 dladm_wlan_str2bssid; 87 dladm_wlan_str2secmode; 88 dladm_wlan_str2strength; 89 dladm_wlan_str2mode; 90 dladm_wlan_str2speed; 91 dladm_wlan_str2auth; 92 dladm_wlan_str2bsstype; 93 dladm_wlan_str2linkstatus; 94 dladm_wlan_wpa_get_sr; 95 dladm_wlan_wpa_set_ie; 96 dladm_wlan_wpa_set_wpa; 97 dladm_wlan_wpa_del_key; 98 dladm_wlan_wpa_set_key; 99 dladm_wlan_wpa_set_mlme; 100 101 local: 102 *; 103}; 104