The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/sys/sockio.h

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

    1 /*      $OpenBSD: sockio.h,v 1.84 2021/11/11 10:03:10 claudio Exp $     */
    2 /*      $NetBSD: sockio.h,v 1.5 1995/08/23 00:40:47 thorpej Exp $       */
    3 
    4 /*-
    5  * Copyright (c) 1982, 1986, 1990, 1993, 1994
    6  *      The Regents of the University of California.  All rights reserved.
    7  *
    8  * Redistribution and use in source and binary forms, with or without
    9  * modification, are permitted provided that the following conditions
   10  * are met:
   11  * 1. Redistributions of source code must retain the above copyright
   12  *    notice, this list of conditions and the following disclaimer.
   13  * 2. Redistributions in binary form must reproduce the above copyright
   14  *    notice, this list of conditions and the following disclaimer in the
   15  *    documentation and/or other materials provided with the distribution.
   16  * 3. Neither the name of the University nor the names of its contributors
   17  *    may be used to endorse or promote products derived from this software
   18  *    without specific prior written permission.
   19  *
   20  * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
   21  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
   22  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
   23  * ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
   24  * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
   25  * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
   26  * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
   27  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
   28  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
   29  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
   30  * SUCH DAMAGE.
   31  *
   32  *      @(#)sockio.h    8.1 (Berkeley) 3/28/94
   33  */
   34 
   35 #ifndef _SYS_SOCKIO_H_
   36 #define _SYS_SOCKIO_H_
   37 
   38 #include <sys/ioccom.h>
   39 
   40 /* Socket ioctl's. */
   41 #define SIOCATMARK       _IOR('s',  7, int)             /* at oob mark? */
   42 #define SIOCSPGRP        _IOW('s',  8, int)             /* set process group */
   43 #define SIOCGPGRP        _IOR('s',  9, int)             /* get process group */
   44 
   45 #define SIOCSIFADDR      _IOW('i', 12, struct ifreq)    /* set ifnet address */
   46 #define SIOCGIFADDR     _IOWR('i', 33, struct ifreq)    /* get ifnet address */
   47 #define SIOCSIFDSTADDR   _IOW('i', 14, struct ifreq)    /* set p-p address */
   48 #define SIOCGIFDSTADDR  _IOWR('i', 34, struct ifreq)    /* get p-p address */
   49 #define SIOCSIFFLAGS     _IOW('i', 16, struct ifreq)    /* set ifnet flags */
   50 #define SIOCGIFFLAGS    _IOWR('i', 17, struct ifreq)    /* get ifnet flags */
   51 #define SIOCGIFBRDADDR  _IOWR('i', 35, struct ifreq)    /* get broadcast addr */
   52 #define SIOCSIFBRDADDR   _IOW('i', 19, struct ifreq)    /* set broadcast addr */
   53 #define SIOCGIFCONF     _IOWR('i', 36, struct ifconf)   /* get ifnet list */
   54 #define SIOCGIFNETMASK  _IOWR('i', 37, struct ifreq)    /* get net addr mask */
   55 #define SIOCSIFNETMASK   _IOW('i', 22, struct ifreq)    /* set net addr mask */
   56 #define SIOCGIFMETRIC   _IOWR('i', 23, struct ifreq)    /* get IF metric */
   57 #define SIOCSIFMETRIC    _IOW('i', 24, struct ifreq)    /* set IF metric */
   58 #define SIOCDIFADDR      _IOW('i', 25, struct ifreq)    /* delete IF addr */
   59 #define SIOCAIFADDR      _IOW('i', 26, struct ifaliasreq)/* add/chg IF alias */
   60 #define SIOCGIFDATA     _IOWR('i', 27, struct ifreq)    /* get if_data */
   61 #define SIOCSIFLLADDR   _IOW('i', 31, struct ifreq)     /* set link level addr */
   62 
   63 #define SIOCADDMULTI     _IOW('i', 49, struct ifreq)    /* add m'cast addr */
   64 #define SIOCDELMULTI     _IOW('i', 50, struct ifreq)    /* del m'cast addr */
   65 #define SIOCGETVIFCNT   _IOWR('u', 51, struct sioc_vif_req)/* vif pkt cnt */
   66 #define SIOCGETSGCNT    _IOWR('u', 52, struct sioc_sg_req) /* sg pkt cnt */
   67 
   68 /* 53 and 54 used to be SIOC[SG]IFMEDIA with a 32 bit media word */
   69 #define SIOCSIFMEDIA    _IOWR('i', 55, struct ifreq)    /* set net media */
   70 #define SIOCGIFMEDIA    _IOWR('i', 56, struct ifmediareq) /* get net media */
   71 #define SIOCGIFSFFPAGE  _IOWR('i', 57, struct if_sffpage) /* get SFF page */
   72 
   73 #define SIOCDIFPHYADDR   _IOW('i', 73, struct ifreq)    /* delete gif addrs */
   74 #define SIOCSLIFPHYADDR  _IOW('i', 74, struct if_laddrreq) /* set gif addrs */
   75 #define SIOCGLIFPHYADDR _IOWR('i', 75, struct if_laddrreq) /* get gif addrs */
   76 
   77 #define SIOCBRDGADD      _IOW('i', 60, struct ifbreq)   /* add bridge ifs */
   78 #define SIOCBRDGDEL      _IOW('i', 61, struct ifbreq)   /* del bridge ifs */
   79 #define SIOCBRDGGIFFLGS _IOWR('i', 62, struct ifbreq)   /* get brdg if flags */
   80 #define SIOCBRDGSIFFLGS  _IOW('i', 63, struct ifbreq)   /* set brdg if flags */
   81 #define SIOCBRDGSCACHE   _IOW('i', 64, struct ifbrparam)/* set cache size */
   82 #define SIOCBRDGGCACHE  _IOWR('i', 65, struct ifbrparam)/* get cache size */
   83 #define SIOCBRDGADDS     _IOW('i', 65, struct ifbreq)   /* add span port */
   84 #define SIOCBRDGIFS     _IOWR('i', 66, struct ifbreq)   /* get member ifs */
   85 #define SIOCBRDGDELS     _IOW('i', 66, struct ifbreq)   /* del span port */
   86 #define SIOCBRDGRTS     _IOWR('i', 67, struct ifbaconf) /* get addresses */
   87 #define SIOCBRDGSADDR   _IOWR('i', 68, struct ifbareq)  /* set addr flags */
   88 #define SIOCBRDGSTO      _IOW('i', 69, struct ifbrparam)/* cache timeout */
   89 #define SIOCBRDGGTO     _IOWR('i', 70, struct ifbrparam)/* cache timeout */
   90 #define SIOCBRDGDADDR    _IOW('i', 71, struct ifbareq)  /* delete addr */
   91 #define SIOCBRDGFLUSH    _IOW('i', 72, struct ifbreq)   /* flush addr cache */
   92 #define SIOCBRDGADDL     _IOW('i', 73, struct ifbreq)   /* add local port */
   93 #define SIOCBRDGSIFPROT  _IOW('i', 74, struct ifbreq)   /* set protected grp */
   94 
   95 #define SIOCBRDGARL      _IOW('i', 77, struct ifbrlreq) /* add bridge rule */
   96 #define SIOCBRDGFRL      _IOW('i', 78, struct ifbrlreq) /* flush brdg rules */
   97 #define SIOCBRDGGRL     _IOWR('i', 79, struct ifbrlconf)/* get bridge rules */
   98 #define SIOCBRDGGPRI    _IOWR('i', 80, struct ifbrparam)/* get priority */
   99 #define SIOCBRDGSPRI     _IOW('i', 80, struct ifbrparam)/* set priority */
  100 #define SIOCBRDGGHT     _IOWR('i', 81, struct ifbrparam)/* get hello time */
  101 #define SIOCBRDGSHT      _IOW('i', 81, struct ifbrparam)/* set hello time */
  102 #define SIOCBRDGGFD     _IOWR('i', 82, struct ifbrparam)/* get forward delay */
  103 #define SIOCBRDGSFD      _IOW('i', 82, struct ifbrparam)/* set forward delay */
  104 #define SIOCBRDGGMA     _IOWR('i', 83, struct ifbrparam)/* get max age */
  105 #define SIOCBRDGSMA      _IOW('i', 83, struct ifbrparam)/* set max age */
  106 #define SIOCBRDGSIFPRIO  _IOW('i', 84, struct ifbreq)   /* set if priority */
  107 #define SIOCBRDGSIFCOST  _IOW('i', 85, struct ifbreq)   /* set if cost */
  108 
  109 #define SIOCBRDGGPARAM  _IOWR('i', 88, struct ifbropreq)/* get brdg STP parms */
  110 #define SIOCBRDGSTXHC    _IOW('i', 89, struct ifbrparam)/* set tx hold count */
  111 #define SIOCBRDGSPROTO   _IOW('i', 90, struct ifbrparam)/* set protocol */
  112 
  113 #define SIOCSIFMTU       _IOW('i', 127, struct ifreq)   /* set ifnet mtu */
  114 #define SIOCGIFMTU      _IOWR('i', 126, struct ifreq)   /* get ifnet mtu */
  115 
  116 #define SIOCIFCREATE     _IOW('i', 122, struct ifreq)   /* create clone if */
  117 #define SIOCIFDESTROY    _IOW('i', 121, struct ifreq)   /* destroy clone if */
  118 #define SIOCIFGCLONERS  _IOWR('i', 120, struct if_clonereq) /* get cloners */
  119 
  120 #define SIOCAIFGROUP    _IOW('i', 135, struct ifgroupreq) /* add an ifgroup */
  121 #define SIOCGIFGROUP   _IOWR('i', 136, struct ifgroupreq) /* get ifgroups */
  122 #define SIOCDIFGROUP    _IOW('i', 137, struct ifgroupreq) /* delete ifgroup */
  123 #define SIOCGIFGMEMB   _IOWR('i', 138, struct ifgroupreq) /* get members */
  124 #define SIOCGIFGATTR   _IOWR('i', 139, struct ifgroupreq) /* get ifgroup attribs */
  125 #define SIOCSIFGATTR   _IOW('i', 140, struct ifgroupreq) /* set ifgroup attribs */
  126 #define SIOCGIFGLIST   _IOWR('i', 141, struct ifgroupreq) /* get ifgroup list */
  127 
  128 #define SIOCSIFDESCR     _IOW('i', 128, struct ifreq)   /* set ifnet descr */
  129 #define SIOCGIFDESCR    _IOWR('i', 129, struct ifreq)   /* get ifnet descr */
  130 
  131 #define SIOCSIFRTLABEL   _IOW('i', 130, struct ifreq)   /* set ifnet rtlabel */
  132 #define SIOCGIFRTLABEL  _IOWR('i', 131, struct ifreq)   /* set ifnet rtlabel */
  133 
  134 #define SIOCSETVLAN      _IOW('i', 143, struct ifreq)   /* set vlan parent if */
  135 #define SIOCGETVLAN     _IOWR('i', 144, struct ifreq)   /* get vlan parent if */
  136 
  137 #define SIOCSSPPPPARAMS  _IOW('i', 147, struct ifreq)   /* set pppoe params */
  138 #define SIOCGSPPPPARAMS _IOWR('i', 148, struct ifreq)   /* get pppoe params */
  139 
  140 #define SIOCDELLABEL     _IOW('i', 151, struct ifreq)   /* del MPLS label */
  141 #define SIOCGPWE3        _IOWR('i', 152, struct ifreq)  /* get MPLS PWE3 cap */
  142 #define SIOCSETLABEL     _IOW('i', 153, struct ifreq)   /* set MPLS label */
  143 #define SIOCGETLABEL     _IOW('i', 154, struct ifreq)   /* get MPLS label */
  144 
  145 #define SIOCSIFPRIORITY  _IOW('i', 155, struct ifreq)   /* set if priority */
  146 #define SIOCGIFPRIORITY _IOWR('i', 156, struct ifreq)   /* get if priority */
  147 
  148 #define SIOCSIFXFLAGS    _IOW('i', 157, struct ifreq)   /* set ifnet xflags */
  149 #define SIOCGIFXFLAGS   _IOWR('i', 158, struct ifreq)   /* get ifnet xflags */
  150 
  151 #define SIOCSIFRDOMAIN   _IOW('i', 159, struct ifreq)   /* set ifnet VRF id */
  152 #define SIOCGIFRDOMAIN  _IOWR('i', 160, struct ifreq)   /* get ifnet VRF id */
  153 
  154 #define SIOCSLIFPHYRTABLE _IOW('i', 161, struct ifreq) /* set tunnel VRF id */
  155 #define SIOCGLIFPHYRTABLE _IOWR('i', 162, struct ifreq) /* get tunnel VRF id */
  156 
  157 #define SIOCSETKALIVE   _IOW('i', 163, struct ifkalivereq)
  158 #define SIOCGETKALIVE   _IOWR('i', 164, struct ifkalivereq)
  159 
  160 #define SIOCGIFHARDMTU  _IOWR('i', 165, struct ifreq)   /* get ifnet hardmtu */
  161 
  162 #define SIOCSVNETID     _IOW('i', 166, struct ifreq)    /* set virt net id */
  163 #define SIOCGVNETID     _IOWR('i', 167, struct ifreq)   /* get virt net id */
  164 
  165 #define SIOCSLIFPHYTTL  _IOW('i', 168, struct ifreq)    /* set tunnel ttl */
  166 #define SIOCGLIFPHYTTL  _IOWR('i', 169, struct ifreq)   /* get tunnel ttl */
  167 
  168 #define SIOCGIFRXR      _IOW('i', 170, struct ifreq)
  169 #define SIOCIFAFATTACH  _IOW('i', 171, struct if_afreq) /* attach given af */
  170 #define SIOCIFAFDETACH  _IOW('i', 172, struct if_afreq) /* detach given af */
  171 
  172 #define SIOCSETMPWCFG   _IOW('i', 173, struct ifreq) /* set mpw config */
  173 #define SIOCGETMPWCFG   _IOWR('i', 174, struct ifreq) /* get mpw config */
  174 
  175 #define SIOCDVNETID     _IOW('i', 175, struct ifreq)    /* del virt net id */
  176 
  177 #define SIOCSIFPAIR     _IOW('i', 176, struct ifreq)    /* set paired if */ 
  178 #define SIOCGIFPAIR     _IOWR('i', 177, struct ifreq)   /* get paired if */
  179 
  180 #define SIOCSIFPARENT   _IOW('i', 178, struct if_parent) /* set parent if */
  181 #define SIOCGIFPARENT   _IOWR('i', 179, struct if_parent) /* get parent if */
  182 #define SIOCDIFPARENT   _IOW('i', 180, struct ifreq)    /* del parent if */
  183 
  184 #define SIOCSIFLLPRIO   _IOW('i', 181, struct ifreq)    /* set ifnet llprio */
  185 #define SIOCGIFLLPRIO   _IOWR('i', 182, struct ifreq)   /* get ifnet llprio */
  186 
  187 #define SIOCGUMBINFO    _IOWR('i', 190, struct ifreq)   /* get MBIM info */
  188 #define SIOCSUMBPARAM    _IOW('i', 191, struct ifreq)   /* set MBIM param */
  189 #define SIOCGUMBPARAM   _IOWR('i', 192, struct ifreq)   /* get MBIM param */
  190 
  191 #define SIOCSLIFPHYDF   _IOW('i', 193, struct ifreq)    /* set tunnel df/nodf */
  192 #define SIOCGLIFPHYDF   _IOWR('i', 194, struct ifreq)   /* set tunnel df/nodf */
  193 
  194 #define SIOCSVNETFLOWID _IOW('i', 195, struct ifreq)    /* set vnet flowid */
  195 #define SIOCGVNETFLOWID _IOWR('i', 196, struct ifreq)   /* get vnet flowid */
  196 
  197 #define SIOCSTXHPRIO    _IOW('i', 197, struct ifreq)    /* set tx hdr prio */
  198 #define SIOCGTXHPRIO    _IOWR('i', 198, struct ifreq)   /* get tx hdr prio */
  199 
  200 #define SIOCSLIFPHYECN  _IOW('i', 199, struct ifreq)    /* set ecn copying */
  201 #define SIOCGLIFPHYECN  _IOWR('i', 200, struct ifreq)   /* get ecn copying */
  202 
  203 #define SIOCSRXHPRIO    _IOW('i', 219, struct ifreq)    /* set rx hdr prio */
  204 #define SIOCGRXHPRIO    _IOWR('i', 219, struct ifreq)   /* get rx hdr prio */
  205 
  206 #define SIOCSPWE3CTRLWORD       _IOW('i', 220, struct ifreq)
  207 #define SIOCGPWE3CTRLWORD       _IOWR('i',  220, struct ifreq)
  208 #define SIOCSPWE3FAT            _IOW('i', 221, struct ifreq)
  209 #define SIOCGPWE3FAT            _IOWR('i', 221, struct ifreq)
  210 #define SIOCSPWE3NEIGHBOR       _IOW('i', 222, struct if_laddrreq)
  211 #define SIOCGPWE3NEIGHBOR       _IOWR('i', 222, struct if_laddrreq)
  212 #define SIOCDPWE3NEIGHBOR       _IOW('i', 222, struct ifreq)
  213 
  214 #define SIOCSVH         _IOWR('i', 245, struct ifreq)   /* set carp param */
  215 #define SIOCGVH         _IOWR('i', 246, struct ifreq)   /* get carp param */
  216 
  217 #define SIOCSETPFSYNC   _IOW('i', 247, struct ifreq)
  218 #define SIOCGETPFSYNC   _IOWR('i', 248, struct ifreq)
  219 
  220 #define SIOCSETPFLOW    _IOW('i', 253, struct ifreq)
  221 #define SIOCGETPFLOW    _IOWR('i', 254, struct ifreq)
  222 
  223 #endif /* !_SYS_SOCKIO_H_ */

Cache object: 2445056c2d404faf07e0a9dceb8a0e91


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.