Deleted Added
full compact
in.h (118622) in.h (119178)
1/*
2 * Copyright (c) 1982, 1986, 1990, 1993
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

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

26 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
27 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
28 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
29 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
30 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
31 * SUCH DAMAGE.
32 *
33 * @(#)in.h 8.3 (Berkeley) 1/3/94
1/*
2 * Copyright (c) 1982, 1986, 1990, 1993
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

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

26 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
27 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
28 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
29 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
30 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
31 * SUCH DAMAGE.
32 *
33 * @(#)in.h 8.3 (Berkeley) 1/3/94
34 * $FreeBSD: head/sys/netinet/in.h 118622 2003-08-07 18:16:59Z hsu $
34 * $FreeBSD: head/sys/netinet/in.h 119178 2003-08-20 14:46:40Z bms $
35 */
36
37#ifndef _NETINET_IN_H_
38#define _NETINET_IN_H_
39
40#include <sys/cdefs.h>
41#include <sys/_types.h>
42#include <machine/endian.h>

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

383#define IP_RSVP_VIF_ON 17 /* set RSVP per-vif socket */
384#define IP_RSVP_VIF_OFF 18 /* unset RSVP per-vif socket */
385#define IP_PORTRANGE 19 /* int; range to choose for unspec port */
386#define IP_RECVIF 20 /* bool; receive reception if w/dgram */
387/* for IPSEC */
388#define IP_IPSEC_POLICY 21 /* int; set/get security policy */
389#define IP_FAITH 22 /* bool; accept FAITH'ed connections */
390
35 */
36
37#ifndef _NETINET_IN_H_
38#define _NETINET_IN_H_
39
40#include <sys/cdefs.h>
41#include <sys/_types.h>
42#include <machine/endian.h>

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

383#define IP_RSVP_VIF_ON 17 /* set RSVP per-vif socket */
384#define IP_RSVP_VIF_OFF 18 /* unset RSVP per-vif socket */
385#define IP_PORTRANGE 19 /* int; range to choose for unspec port */
386#define IP_RECVIF 20 /* bool; receive reception if w/dgram */
387/* for IPSEC */
388#define IP_IPSEC_POLICY 21 /* int; set/get security policy */
389#define IP_FAITH 22 /* bool; accept FAITH'ed connections */
390
391#define IP_ONESBCAST 23 /* bool: send all-ones broadcast */
392
391#define IP_FW_ADD 50 /* add a firewall rule to chain */
392#define IP_FW_DEL 51 /* delete a firewall rule from chain */
393#define IP_FW_FLUSH 52 /* flush firewall rule chain */
394#define IP_FW_ZERO 53 /* clear single/all firewall counter(s) */
395#define IP_FW_GET 54 /* get entire firewall rule chain */
396#define IP_FW_RESETLOG 55 /* reset logging counters */
397
398#define IP_DUMMYNET_CONFIGURE 60 /* add/configure a dummynet pipe */

--- 178 unchanged lines hidden ---
393#define IP_FW_ADD 50 /* add a firewall rule to chain */
394#define IP_FW_DEL 51 /* delete a firewall rule from chain */
395#define IP_FW_FLUSH 52 /* flush firewall rule chain */
396#define IP_FW_ZERO 53 /* clear single/all firewall counter(s) */
397#define IP_FW_GET 54 /* get entire firewall rule chain */
398#define IP_FW_RESETLOG 55 /* reset logging counters */
399
400#define IP_DUMMYNET_CONFIGURE 60 /* add/configure a dummynet pipe */

--- 178 unchanged lines hidden ---