xref: /onnv-gate/usr/src/lib/smbsrv/libsmbns/common/mapfile-vers (revision 5331:3047ad28a67b)
1*5331Samw#
2*5331Samw# CDDL HEADER START
3*5331Samw#
4*5331Samw# The contents of this file are subject to the terms of the
5*5331Samw# Common Development and Distribution License (the "License").
6*5331Samw# You may not use this file except in compliance with the License.
7*5331Samw#
8*5331Samw# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9*5331Samw# or http://www.opensolaris.org/os/licensing.
10*5331Samw# See the License for the specific language governing permissions
11*5331Samw# and limitations under the License.
12*5331Samw#
13*5331Samw# When distributing Covered Code, include this CDDL HEADER in each
14*5331Samw# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15*5331Samw# If applicable, add the following below this CDDL HEADER, with the
16*5331Samw# fields enclosed by brackets "[]" replaced with your own identifying
17*5331Samw# information: Portions Copyright [yyyy] [name of copyright owner]
18*5331Samw#
19*5331Samw# CDDL HEADER END
20*5331Samw#
21*5331Samw#
22*5331Samw# Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
23*5331Samw# Use is subject to license terms.
24*5331Samw#
25*5331Samw# ident	"%Z%%M%	%I%	%E% SMI"
26*5331Samw#
27*5331Samw
28*5331SamwSUNWprivate {
29*5331Samw    global:
30*5331Samw	adjoin;
31*5331Samw	adjoin_report_err;
32*5331Samw	ads_add_share;
33*5331Samw	ads_build_unc_name;
34*5331Samw	ads_close;
35*5331Samw	ads_lookup_share;
36*5331Samw	ads_open;
37*5331Samw	ads_publish_share;
38*5331Samw	ads_remove_share;
39*5331Samw	dyndns_clear_rev_zone;
40*5331Samw	dyndns_update;
41*5331Samw	msdcs_lookup_ads;
42*5331Samw	smb_browser_config;
43*5331Samw	smb_get_nameservers;
44*5331Samw	smb_get_next_resid;
45*5331Samw	smb_kinit;
46*5331Samw	smb_netbios_name_reconfig;
47*5331Samw	smb_netbios_start;
48*5331Samw	smb_netbios_shutdown;
49*5331Samw	smb_netlogon_request;
50*5331Samw	smb_nic_build_if_name;
51*5331Samw	smb_nic_build_network_structures;
52*5331Samw	smb_nic_clear_ip_alias;
53*5331Samw	smb_nic_clear_name_list;
54*5331Samw	smb_nic_clear_niclist;
55*5331Samw	smb_nic_free_niclist;
56*5331Samw	smb_nic_get_IP;
57*5331Samw	smb_nic_get_IP_aliases;
58*5331Samw	smb_nic_get_broadcast;
59*5331Samw	smb_nic_build_info;
60*5331Samw	smb_nic_get_byind;
61*5331Samw	smb_nic_get_byip;
62*5331Samw	smb_nic_get_bysubnet;
63*5331Samw	smb_nic_get_default_gateway;
64*5331Samw	smb_nic_get_group;
65*5331Samw	smb_nic_get_ifnames;
66*5331Samw	smb_nic_get_netmask;
67*5331Samw	smb_nic_get_num;
68*5331Samw	smb_nic_get_num_aliases;
69*5331Samw	smb_nic_get_number;
70*5331Samw	smb_nic_get_num_logical;
71*5331Samw	smb_nic_get_num_physical;
72*5331Samw	smb_nic_init;
73*5331Samw	smb_nic_lock;
74*5331Samw	smb_nic_status;
75*5331Samw	smb_nic_unlock;
76*5331Samw	smb_nic_validate_ip_address;
77*5331Samw	smb_resolver_close;
78*5331Samw	smb_resolver_init;
79*5331Samw    local:
80*5331Samw	*;
81*5331Samw};
82