15331Samw# 25331Samw# CDDL HEADER START 35331Samw# 45331Samw# The contents of this file are subject to the terms of the 55331Samw# Common Development and Distribution License (the "License"). 65331Samw# You may not use this file except in compliance with the License. 75331Samw# 85331Samw# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 95331Samw# or http://www.opensolaris.org/os/licensing. 105331Samw# See the License for the specific language governing permissions 115331Samw# and limitations under the License. 125331Samw# 135331Samw# When distributing Covered Code, include this CDDL HEADER in each 145331Samw# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 155331Samw# If applicable, add the following below this CDDL HEADER, with the 165331Samw# fields enclosed by brackets "[]" replaced with your own identifying 175331Samw# information: Portions Copyright [yyyy] [name of copyright owner] 185331Samw# 195331Samw# CDDL HEADER END 205331Samw# 215331Samw# 22*5772Sas200622# Copyright 2008 Sun Microsystems, Inc. All rights reserved. 235331Samw# Use is subject to license terms. 245331Samw# 255331Samw# ident "%Z%%M% %I% %E% SMI" 265331Samw# 275331Samw 285331SamwSUNWprivate { 295331Samw global: 305331Samw adjoin_report_err; 315331Samw ads_add_share; 325331Samw ads_build_unc_name; 335331Samw ads_close; 34*5772Sas200622 ads_domain_change_cleanup; 35*5772Sas200622 ads_init; 365521Sas200622 ads_join; 375331Samw ads_lookup_share; 385331Samw ads_open; 395331Samw ads_publish_share; 40*5772Sas200622 ads_refresh; 415331Samw ads_remove_share; 42*5772Sas200622 dns_msgid_init; 435331Samw dyndns_clear_rev_zone; 445331Samw dyndns_update; 455331Samw msdcs_lookup_ads; 465331Samw smb_browser_config; 475331Samw smb_get_nameservers; 485331Samw smb_kinit; 495331Samw smb_netbios_name_reconfig; 505331Samw smb_netbios_start; 515331Samw smb_netbios_shutdown; 525331Samw smb_netlogon_request; 535331Samw smb_nic_build_if_name; 545331Samw smb_nic_build_network_structures; 555331Samw smb_nic_clear_ip_alias; 565331Samw smb_nic_clear_name_list; 575331Samw smb_nic_clear_niclist; 585331Samw smb_nic_free_niclist; 595331Samw smb_nic_get_IP; 605331Samw smb_nic_get_IP_aliases; 615331Samw smb_nic_get_broadcast; 625331Samw smb_nic_build_info; 635331Samw smb_nic_get_byind; 645331Samw smb_nic_get_byip; 655331Samw smb_nic_get_bysubnet; 665331Samw smb_nic_get_default_gateway; 675331Samw smb_nic_get_group; 685331Samw smb_nic_get_ifnames; 695331Samw smb_nic_get_netmask; 705331Samw smb_nic_get_num; 715331Samw smb_nic_get_num_aliases; 725331Samw smb_nic_get_number; 735331Samw smb_nic_get_num_logical; 745331Samw smb_nic_get_num_physical; 755331Samw smb_nic_init; 765331Samw smb_nic_lock; 775331Samw smb_nic_status; 785331Samw smb_nic_unlock; 795331Samw smb_nic_validate_ip_address; 805331Samw local: 815331Samw *; 825331Samw}; 83