1PROTOCOLS(5)               Linux Programmer's Manual              PROTOCOLS(5)
2
3
4

NAME

6       protocols - protocols definition file
7

DESCRIPTION

9       This  file is a plain ASCII file, describing the various DARPA internet
10       protocols that are available from the TCP/IP subsystem.  It  should  be
11       consulted  instead  of using the numbers in the ARPA include files, or,
12       even worse, just guessing them.  These numbers will occur in the proto‐
13       col field of any IP header.
14
15       Keep  this  file  untouched  since changes would result in incorrect IP
16       packages.  Protocol numbers and names are specified by the IANA (Inter‐
17       net Assigned Numbers Authority).
18
19       Each line is of the following format:
20
21              protocol number aliases ...
22
23       where  the fields are delimited by spaces or tabs.  Empty lines are ig‐
24       nored.  If a line contains a hash mark (#), the hash mark and the  part
25       of the line following it are ignored.
26
27       The field descriptions are:
28
29       protocol
30              the native name for the protocol.  For example ip, tcp, or udp.
31
32       number the  official  number for this protocol as it will appear within
33              the IP header.
34
35       aliases
36              optional aliases for the protocol.
37
38       This file might be distributed over a network using a network-wide nam‐
39       ing service like Yellow Pages/NIS or BIND/Hesiod.
40

FILES

42       /etc/protocols
43              The protocols definition file.
44

SEE ALSO

46       getprotoent(3)
47
48http://www.iana.org/assignments/protocol-numbers
49

COLOPHON

51       This  page  is  part of release 5.13 of the Linux man-pages project.  A
52       description of the project, information about reporting bugs,  and  the
53       latest     version     of     this    page,    can    be    found    at
54       https://www.kernel.org/doc/man-pages/.
55
56
57
58Linux                             2012-08-05                      PROTOCOLS(5)
Impressum