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 2010 Sun Microsystems, Inc. All rights reserved.
23 * Use is subject to license terms.
24 */
25
26 #ifndef _MLSVC_LANMAN_NDL_
27 #define _MLSVC_LANMAN_NDL_
28
29 /*
30 * LanMan RPC (WKSSVC and SRVSVC) interface definitions.
31 */
32
33 #include "ndrtypes.ndl"
34
35 /*
36 * WARNING: The cpp(1) macros in this file are not understood by
37 * /usr/bin/cpp. Use /usr/libexec/cpp instead.
38 */
39
40 /*
41 * TYPE CONSTRUCTOR MACROS FOR INFORMATION RESULTS
42 ****************************************************************
43 *
44 * This is an explanation of the macros that follow this comment.
45 *
46 * The LANMAN API's look something like this:
47 *
48 * NetXXXGetInfo (
49 * IN char * servername,
50 * IN char * XXX_name,
51 * IN int level,
52 * OUT char ** bufptr);
53 *
|
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 2010 Sun Microsystems, Inc. All rights reserved.
23 * Use is subject to license terms.
24 *
25 * Copyright 2013 Nexenta Systems, Inc. All rights reserved.
26 */
27
28 #ifndef _MLSVC_LANMAN_NDL_
29 #define _MLSVC_LANMAN_NDL_
30
31 /*
32 * LanMan RPC (WKSSVC and SRVSVC) interface definitions.
33 */
34
35 #include <libmlrpc/ndrtypes.ndl>
36
37 /*
38 * WARNING: The cpp(1) macros in this file are not understood by
39 * /usr/bin/cpp. Use /usr/libexec/cpp instead.
40 */
41
42 /*
43 * TYPE CONSTRUCTOR MACROS FOR INFORMATION RESULTS
44 ****************************************************************
45 *
46 * This is an explanation of the macros that follow this comment.
47 *
48 * The LANMAN API's look something like this:
49 *
50 * NetXXXGetInfo (
51 * IN char * servername,
52 * IN char * XXX_name,
53 * IN int level,
54 * OUT char ** bufptr);
55 *
|