Deleted Added
full compact
in.h (46155) in.h (46420)
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 * $Id: in.h,v 1.39 1999/04/20 13:32:04 peter Exp $
34 * $Id: in.h,v 1.40 1999/04/28 11:37:43 phk Exp $
35 */
36
37#ifndef _NETINET_IN_H_
38#define _NETINET_IN_H_
39
40/*
41 * Constants and structures defined by the internet system,
42 * Per RFC 790, September 1981, and numerous additions.

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

135#define IPPROTO_AX25 93 /* AX.25 Frames */
136#define IPPROTO_IPEIP 94 /* IP encapsulated in IP */
137#define IPPROTO_MICP 95 /* Mobile Int.ing control */
138#define IPPROTO_SCCSP 96 /* Semaphore Comm. security */
139#define IPPROTO_ETHERIP 97 /* Ethernet IP encapsulation */
140#define IPPROTO_ENCAP 98 /* encapsulation header */
141#define IPPROTO_APES 99 /* any private encr. scheme */
142#define IPPROTO_GMTP 100 /* GMTP*/
35 */
36
37#ifndef _NETINET_IN_H_
38#define _NETINET_IN_H_
39
40/*
41 * Constants and structures defined by the internet system,
42 * Per RFC 790, September 1981, and numerous additions.

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

135#define IPPROTO_AX25 93 /* AX.25 Frames */
136#define IPPROTO_IPEIP 94 /* IP encapsulated in IP */
137#define IPPROTO_MICP 95 /* Mobile Int.ing control */
138#define IPPROTO_SCCSP 96 /* Semaphore Comm. security */
139#define IPPROTO_ETHERIP 97 /* Ethernet IP encapsulation */
140#define IPPROTO_ENCAP 98 /* encapsulation header */
141#define IPPROTO_APES 99 /* any private encr. scheme */
142#define IPPROTO_GMTP 100 /* GMTP*/
143/* 101-254: Unassigned */
143/* 101-254: Partly Unassigned */
144#define IPPROTO_PGM 113 /* PGM */
144/* 255: Reserved */
145/* BSD Private, local use, namespace incursion */
146#define IPPROTO_DIVERT 254 /* divert pseudo-protocol */
147#define IPPROTO_RAW 255 /* raw IP packet */
148#define IPPROTO_MAX 256
149
150
151/*

--- 290 unchanged lines hidden ---
145/* 255: Reserved */
146/* BSD Private, local use, namespace incursion */
147#define IPPROTO_DIVERT 254 /* divert pseudo-protocol */
148#define IPPROTO_RAW 255 /* raw IP packet */
149#define IPPROTO_MAX 256
150
151
152/*

--- 290 unchanged lines hidden ---