xref: /illumos-gate/usr/src/cmd/cmd-inet/etc/protocols (revision 7c478bd9)
1*7c478bd9Sstevel@tonic-gate#ident	"%Z%%M%	%I%	%E% SMI"	/* SVr4.0 1.1	*/
2*7c478bd9Sstevel@tonic-gate# Copyright 2005 Sun Microsystems, Inc.  All rights reserved.
3*7c478bd9Sstevel@tonic-gate# Use is subject to license terms.
4*7c478bd9Sstevel@tonic-gate#
5*7c478bd9Sstevel@tonic-gate# CDDL HEADER START
6*7c478bd9Sstevel@tonic-gate#
7*7c478bd9Sstevel@tonic-gate# The contents of this file are subject to the terms of the
8*7c478bd9Sstevel@tonic-gate# Common Development and Distribution License, Version 1.0 only
9*7c478bd9Sstevel@tonic-gate# (the "License").  You may not use this file except in compliance
10*7c478bd9Sstevel@tonic-gate# with the License.
11*7c478bd9Sstevel@tonic-gate#
12*7c478bd9Sstevel@tonic-gate# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
13*7c478bd9Sstevel@tonic-gate# or http://www.opensolaris.org/os/licensing.
14*7c478bd9Sstevel@tonic-gate# See the License for the specific language governing permissions
15*7c478bd9Sstevel@tonic-gate# and limitations under the License.
16*7c478bd9Sstevel@tonic-gate#
17*7c478bd9Sstevel@tonic-gate# When distributing Covered Code, include this CDDL HEADER in each
18*7c478bd9Sstevel@tonic-gate# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
19*7c478bd9Sstevel@tonic-gate# If applicable, add the following below this CDDL HEADER, with the
20*7c478bd9Sstevel@tonic-gate# fields enclosed by brackets "[]" replaced with your own identifying
21*7c478bd9Sstevel@tonic-gate# information: Portions Copyright [yyyy] [name of copyright owner]
22*7c478bd9Sstevel@tonic-gate#
23*7c478bd9Sstevel@tonic-gate# CDDL HEADER END
24*7c478bd9Sstevel@tonic-gate#
25*7c478bd9Sstevel@tonic-gate
26*7c478bd9Sstevel@tonic-gate#
27*7c478bd9Sstevel@tonic-gate# Internet (IP) protocols
28*7c478bd9Sstevel@tonic-gate#
29*7c478bd9Sstevel@tonic-gateip		0	IP		# internet protocol, pseudo protocol number
30*7c478bd9Sstevel@tonic-gateicmp		1	ICMP		# internet control message protocol
31*7c478bd9Sstevel@tonic-gateigmp		2	IGMP		# Internet Group Management
32*7c478bd9Sstevel@tonic-gateggp		3	GGP		# gateway-gateway protocol
33*7c478bd9Sstevel@tonic-gateipip		4	IP-IP		# IP in IP (encapsulation)
34*7c478bd9Sstevel@tonic-gatetcp		6	TCP		# transmission control protocol
35*7c478bd9Sstevel@tonic-gatecbt		7	CBT		# Core Based Trees
36*7c478bd9Sstevel@tonic-gateegp		8	EGP		# exterior gateway protocol
37*7c478bd9Sstevel@tonic-gateigp		9	IGP		# any private interior gateway
38*7c478bd9Sstevel@tonic-gatepup		12	PUP		# PARC universal packet protocol
39*7c478bd9Sstevel@tonic-gateudp		17	UDP		# user datagram protocol
40*7c478bd9Sstevel@tonic-gatemux		18	MUX		# Multiplexing
41*7c478bd9Sstevel@tonic-gatehmp		20	HMP		# host monitoring protocol
42*7c478bd9Sstevel@tonic-gatexns-idp		22	XNS-IDP		# Xerox NS IDP
43*7c478bd9Sstevel@tonic-gaterdp		27	RDP		# "reliable datagram" protocol
44*7c478bd9Sstevel@tonic-gateidpr		35	IDPR		# Inter-Domain Policy Routing Protocol
45*7c478bd9Sstevel@tonic-gateidpr-cmtp	38	IDPR-CMTP	# IDPR Control Message Transport Protocol
46*7c478bd9Sstevel@tonic-gatesdrp		42	SDRP		# Source Demand Routing Protocol
47*7c478bd9Sstevel@tonic-gateidrp		45	IDRP		# Inter-Domain Routing Protocol
48*7c478bd9Sstevel@tonic-gatersvp		46	RSVP		# Resource Reservation Protocol
49*7c478bd9Sstevel@tonic-gategre		47	GRE		# Generic Routing Encapsulation
50*7c478bd9Sstevel@tonic-gateesp		50	ESP		# Encapsulating Security Payload
51*7c478bd9Sstevel@tonic-gateah		51	AH		# Authentication Header
52*7c478bd9Sstevel@tonic-gatemobile		55	MOBILE		# IP Mobility
53*7c478bd9Sstevel@tonic-gateospf		89	OSPFIGP		# Open Shortest Path First
54*7c478bd9Sstevel@tonic-gatepim		103	PIM		# Protocol Independent Multicast
55*7c478bd9Sstevel@tonic-gateipcomp		108	IPComp		# IP Payload Compression Protocol
56*7c478bd9Sstevel@tonic-gatevrrp		112	VRRP		# Virtual Router Redundancy Protocol
57*7c478bd9Sstevel@tonic-gatesctp		132	SCTP		# Stream Control Transmission Protocol
58*7c478bd9Sstevel@tonic-gate
59*7c478bd9Sstevel@tonic-gate#
60*7c478bd9Sstevel@tonic-gate# Internet (IPv6) extension headers
61*7c478bd9Sstevel@tonic-gate#
62*7c478bd9Sstevel@tonic-gatehopopt		0	HOPOPT		# Hop-by-hop options for IPv6
63*7c478bd9Sstevel@tonic-gateipv6		41	IPv6		# IPv6 in IP encapsulation
64*7c478bd9Sstevel@tonic-gateipv6-route	43	IPv6-Route	# Routing header for IPv6
65*7c478bd9Sstevel@tonic-gateipv6-frag	44	IPv6-Frag	# Fragment header for IPv6
66*7c478bd9Sstevel@tonic-gateipv6-icmp	58	IPv6-ICMP	# IPv6 internet control message protocol
67*7c478bd9Sstevel@tonic-gateipv6-nonxt	59	IPv6-NoNxt	# No next header extension header for IPv6
68*7c478bd9Sstevel@tonic-gateipv6-opts	60	IPv6-Opts	# Destination Options for IPv6
69