Deleted Added
full compact
in.h (112985) in.h (114258)
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 112985 2003-04-02 20:14:44Z mdodd $
34 * $FreeBSD: head/sys/netinet/in.h 114258 2003-04-29 21:36:18Z mdodd $
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>

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

394#define IP_FW_GET 54 /* get entire firewall rule chain */
395#define IP_FW_RESETLOG 55 /* reset logging counters */
396
397#define IP_DUMMYNET_CONFIGURE 60 /* add/configure a dummynet pipe */
398#define IP_DUMMYNET_DEL 61 /* delete a dummynet pipe from chain */
399#define IP_DUMMYNET_FLUSH 62 /* flush dummynet */
400#define IP_DUMMYNET_GET 64 /* get entire dummynet pipes */
401
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>

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

394#define IP_FW_GET 54 /* get entire firewall rule chain */
395#define IP_FW_RESETLOG 55 /* reset logging counters */
396
397#define IP_DUMMYNET_CONFIGURE 60 /* add/configure a dummynet pipe */
398#define IP_DUMMYNET_DEL 61 /* delete a dummynet pipe from chain */
399#define IP_DUMMYNET_FLUSH 62 /* flush dummynet */
400#define IP_DUMMYNET_GET 64 /* get entire dummynet pipes */
401
402#define IP_RECVTTL 65 /* bool; receive IP TTL w/dgram */
403
402/*
403 * Defaults and limits for options
404 */
405#define IP_DEFAULT_MULTICAST_TTL 1 /* normally limit m'casts to 1 hop */
406#define IP_DEFAULT_MULTICAST_LOOP 1 /* normally hear sends if a member */
407#define IP_MAX_MEMBERSHIPS 20 /* per socket */
408
409/*

--- 148 unchanged lines hidden ---
404/*
405 * Defaults and limits for options
406 */
407#define IP_DEFAULT_MULTICAST_TTL 1 /* normally limit m'casts to 1 hop */
408#define IP_DEFAULT_MULTICAST_LOOP 1 /* normally hear sends if a member */
409#define IP_MAX_MEMBERSHIPS 20 /* per socket */
410
411/*

--- 148 unchanged lines hidden ---