Deleted Added
full compact
in.h (33804) in.h (33814)
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.28 1998/02/16 19:23:53 guido Exp $
34 * $Id: in.h,v 1.29 1998/02/25 02:14:03 julian 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.

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

121#define IPPROTO_WBEXPAK 79 /* WIDEBAND EXPAK */
122#define IPPROTO_EON 80 /* ISO cnlp */
123#define IPPROTO_VMTP 81 /* VMTP */
124#define IPPROTO_SVMTP 82 /* Secure VMTP */
125#define IPPROTO_VINES 83 /* Banyon VINES */
126#define IPPROTO_TTP 84 /* TTP */
127#define IPPROTO_IGP 85 /* NSFNET-IGP */
128#define IPPROTO_DGP 86 /* dissimilar gateway prot. */
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.

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

121#define IPPROTO_WBEXPAK 79 /* WIDEBAND EXPAK */
122#define IPPROTO_EON 80 /* ISO cnlp */
123#define IPPROTO_VMTP 81 /* VMTP */
124#define IPPROTO_SVMTP 82 /* Secure VMTP */
125#define IPPROTO_VINES 83 /* Banyon VINES */
126#define IPPROTO_TTP 84 /* TTP */
127#define IPPROTO_IGP 85 /* NSFNET-IGP */
128#define IPPROTO_DGP 86 /* dissimilar gateway prot. */
129#define IPPROTO_TCP 87 /* TCF */
129#define IPPROTO_TCF 87 /* TCF */
130#define IPPROTO_IGRP 88 /* Cisco/GXS IGRP */
131#define IPPROTO_OSPFIGP 89 /* OSPFIGP */
132#define IPPROTO_SRPC 90 /* Strite RPC protocol */
133#define IPPROTO_LARP 91 /* Locus Address Resoloution */
134#define IPPROTO_MTP 92 /* Multicast Transport */
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 */

--- 299 unchanged lines hidden ---
130#define IPPROTO_IGRP 88 /* Cisco/GXS IGRP */
131#define IPPROTO_OSPFIGP 89 /* OSPFIGP */
132#define IPPROTO_SRPC 90 /* Strite RPC protocol */
133#define IPPROTO_LARP 91 /* Locus Address Resoloution */
134#define IPPROTO_MTP 92 /* Multicast Transport */
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 */

--- 299 unchanged lines hidden ---