diff options
author | Michael I. Bushnell <mib@gnu.org> | 1996-06-17 18:46:03 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1996-06-17 18:46:03 +0000 |
commit | 419e67db337cd8747471f4b751db9de2b5044ac8 (patch) | |
tree | 939115badce6c4fc81b0f83347825429d1e92d85 /config/protocols | |
parent | 6fff545cff2e1c40ee23c4b24a52a5c3e0f2809d (diff) |
Initial revision
Diffstat (limited to 'config/protocols')
-rw-r--r-- | config/protocols | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/config/protocols b/config/protocols new file mode 100644 index 00000000..d3af9012 --- /dev/null +++ b/config/protocols @@ -0,0 +1,28 @@ +# +# Internet (IP) protocols +# +# from: @(#)protocols 5.1 (Berkeley) 4/17/89 +# $Id: protocols,v 1.1 1996/06/17 18:41:29 mib Exp $ +# +# Updated for NetBSD based on RFC 1340, Assigned Numbers (July 1992). +# +ip 0 IP # internet protocol, pseudo protocol number +icmp 1 ICMP # internet control message protocol +igmp 2 IGMP # Internet Group Management +ggp 3 GGP # gateway-gateway protocol +ipencap 4 IP-ENCAP # IP encapsulated in IP (officially ``IP'') +st 5 ST # ST datagram mode +tcp 6 TCP # transmission control protocol +egp 8 EGP # exterior gateway protocol +pup 12 PUP # PARC universal packet protocol +udp 17 UDP # user datagram protocol +hmp 20 HMP # host monitoring protocol +xns-idp 22 XNS-IDP # Xerox NS IDP +rdp 27 RDP # "reliable datagram" protocol +iso-tp4 29 ISO-TP4 # ISO Transport Protocol class 4 +xtp 36 XTP # Xpress Tranfer Protocol +idpr-cmtp 39 IDPR-CMTP # IDPR Control Message Transport +vmtp 81 VMTP # Versatile Message Transport +ospf 89 OSPFIGP # Open Shortest Path First IGP +ipip 94 IPIP # Yet Another IP encapsulation +encap 98 ENCAP # Yet Another IP encapsulation |