Deleted Added
full compact
sockio.h (318397) sockio.h (324472)
1/*-
2 * Copyright (c) 1982, 1986, 1990, 1993, 1994
3 * The Regents of the University of California. All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 13 unchanged lines hidden (view full) ---

22 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
23 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
24 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
25 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
26 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
27 * SUCH DAMAGE.
28 *
29 * @(#)sockio.h 8.1 (Berkeley) 3/28/94
1/*-
2 * Copyright (c) 1982, 1986, 1990, 1993, 1994
3 * The Regents of the University of California. All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 13 unchanged lines hidden (view full) ---

22 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
23 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
24 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
25 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
26 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
27 * SUCH DAMAGE.
28 *
29 * @(#)sockio.h 8.1 (Berkeley) 3/28/94
30 * $FreeBSD: stable/11/sys/sys/sockio.h 318397 2017-05-17 05:53:25Z rpokala $
30 * $FreeBSD: stable/11/sys/sys/sockio.h 324472 2017-10-10 05:25:46Z sephe $
31 */
32
33#ifndef _SYS_SOCKIO_H_
34#define _SYS_SOCKIO_H_
35
36#include <sys/ioccom.h>
37
38/* Socket ioctl's. */

--- 90 unchanged lines hidden (view full) ---

129#define SIOCIFGCLONERS _IOWR('i', 120, struct if_clonereq) /* get cloners */
130
131#define SIOCAIFGROUP _IOW('i', 135, struct ifgroupreq) /* add an ifgroup */
132#define SIOCGIFGROUP _IOWR('i', 136, struct ifgroupreq) /* get ifgroups */
133#define SIOCDIFGROUP _IOW('i', 137, struct ifgroupreq) /* delete ifgroup */
134#define SIOCGIFGMEMB _IOWR('i', 138, struct ifgroupreq) /* get members */
135#define SIOCGIFXMEDIA _IOWR('i', 139, struct ifmediareq) /* get net xmedia */
136
31 */
32
33#ifndef _SYS_SOCKIO_H_
34#define _SYS_SOCKIO_H_
35
36#include <sys/ioccom.h>
37
38/* Socket ioctl's. */

--- 90 unchanged lines hidden (view full) ---

129#define SIOCIFGCLONERS _IOWR('i', 120, struct if_clonereq) /* get cloners */
130
131#define SIOCAIFGROUP _IOW('i', 135, struct ifgroupreq) /* add an ifgroup */
132#define SIOCGIFGROUP _IOWR('i', 136, struct ifgroupreq) /* get ifgroups */
133#define SIOCDIFGROUP _IOW('i', 137, struct ifgroupreq) /* delete ifgroup */
134#define SIOCGIFGMEMB _IOWR('i', 138, struct ifgroupreq) /* get members */
135#define SIOCGIFXMEDIA _IOWR('i', 139, struct ifmediareq) /* get net xmedia */
136
137#define SIOCGIFRSSKEY _IOWR('i', 150, struct ifrsskey)/* get RSS key */
138#define SIOCGIFRSSHASH _IOWR('i', 151, struct ifrsshash)/* get the current RSS
139 type/func settings */
140
137#endif /* !_SYS_SOCKIO_H_ */
141#endif /* !_SYS_SOCKIO_H_ */