Print this page
1575 untangle libmlrpc ... (smbsrv)

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/common/smbsrv/ndl/llsrpc.ndl
          +++ new/usr/src/uts/common/smbsrv/ndl/llsrpc.ndl
↓ open down ↓ 13 lines elided ↑ open up ↑
  14   14   * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  15   15   * If applicable, add the following below this CDDL HEADER, with the
  16   16   * fields enclosed by brackets "[]" replaced with your own identifying
  17   17   * information: Portions Copyright [yyyy] [name of copyright owner]
  18   18   *
  19   19   * CDDL HEADER END
  20   20   */
  21   21  /*
  22   22   * Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
  23   23   * Use is subject to license terms.
       24 + *
       25 + * Copyright 2013 Nexenta Systems, Inc.  All rights reserved.
  24   26   */
  25   27  
  26   28  #ifndef _MLSVC_LLSR_NDL_
  27   29  #define _MLSVC_LLSR_NDL_
  28   30  
  29   31  /*
  30   32   * LLSRPC interface.
  31   33   *
  32   34   *      0x50    takes the 3a handle + DWORD, returns 2 DWORDs
  33   35   *      0x3c
  34   36   *      0x3f    list of services?
  35   37   *      0x3d    unknown
  36   38   *      0x3e    unknown
  37   39   *      0x4f
  38   40   *      0x4d
  39   41   *      0x4e
  40   42   *      0x01    closes the handle obtained via 0x00
  41   43   *      0x3b    closes the handle obtained via 0x3a
  42   44   */
  43   45  
  44      -#include "ndrtypes.ndl"
       46 +#include <libmlrpc/ndrtypes.ndl>
  45   47  
  46   48  #define LLSR_OPNUM_Open                 0x00
  47   49  #define LLSR_OPNUM_Close                0x01
  48   50  #define LLSR_OPNUM_Connect              0x3a
  49   51  #define LLSR_OPNUM_Disconnect           0x3b
  50   52  #define LLSR_OPNUM_Unknown3c            0x3c
  51   53  #define LLSR_OPNUM_Unknown3d            0x3d
  52   54  #define LLSR_OPNUM_Unknown3e            0x3e
  53   55  #define LLSR_OPNUM_Unknown3f            0x3f
  54   56  #define LLSR_OPNUM_Unknown4d            0x4d
↓ open down ↓ 50 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX