Print this page
4510 Lose SIOC*IPSECONFIG ioctl definitions
Reviewed by: Robert Mustacchi <rm@joyent.com>

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/common/sys/sockio.h
          +++ new/usr/src/uts/common/sys/sockio.h
↓ open down ↓ 12 lines elided ↑ open up ↑
  13   13   * When distributing Covered Code, include this CDDL HEADER in each
  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 (c) 1989, 2010, Oracle and/or its affiliates. All rights reserved.
       23 + * Copyright (c) 2014, OmniTI Computer Consulting, Inc. All rights reserved.
  23   24   */
  24   25  
  25   26  /*      Copyright (c) 1983, 1984, 1985, 1986, 1987, 1988, 1989 AT&T     */
  26   27  /*        All Rights Reserved   */
  27   28  
  28   29  /*
  29   30   * University Copyright- Copyright (c) 1982, 1986, 1988
  30   31   * The Regents of the University of California
  31   32   * All Rights Reserved
  32   33   *
↓ open down ↓ 169 lines elided ↑ open up ↑
 202  203  /*
 203  204   * Address querying ioctls.
 204  205   */
 205  206  #define SIOCTMYADDR     _IOWR('i', 144, struct sioc_addrreq)
 206  207                                                          /* My address? */
 207  208  #define SIOCTONLINK     _IOWR('i', 145, struct sioc_addrreq)
 208  209                                                          /* Address on-link? */
 209  210  #define SIOCTMYSITE     _IOWR('i', 146, struct sioc_addrreq)
 210  211                                                          /* In this site? */
 211  212  
 212      -/* 147 and 148 were SIOC*TUNPARAM ioctls.  Feel free to re-use. */
      213 +/* 147-152 were SIOC*{TUNPARAM,IPSECONFIG} ioctls.  Feel free to re-use. */
 213  214  
 214      -#define SIOCFIPSECONFIG _IOW('i',  149, 0)              /* Flush Policy  */
 215      -#define SIOCSIPSECONFIG _IOW('i',  150, 0)              /* Set Policy */
 216      -#define SIOCDIPSECONFIG _IOW('i',  151, 0)              /* Delete Policy */
 217      -#define SIOCLIPSECONFIG _IOW('i',  152, 0)              /* List Policy */
 218      -
 219  215  /*
 220  216   * 153 can be reused (was consolidation-private SIOCLIFFAILOVER).
 221  217   */
 222  218  
 223  219  /*
 224  220   * IP Multipathing ioctls.
 225  221   */
 226  222  #define SIOCGLIFBINDING         _IOWR('i', 154, struct lifreq)
 227  223  #define SIOCSLIFGROUPNAME       _IOW('i',  155, struct lifreq)
 228  224  #define SIOCGLIFGROUPNAME       _IOWR('i', 156, struct lifreq)
↓ open down ↓ 122 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX