1NETWORKS(5) File Formats Manual NETWORKS(5)
2
3
4
6 networks - network name data base
7
9 The networks file contains information regarding the known networks
10 which comprise the DARPA Internet. For each network a single line
11 should be present with the following information:
12
13 official network name
14 network number
15 aliases
16
17 Items are separated by any number of blanks and/or tab characters. A
18 ``#'' indicates the beginning of a comment; characters up to the end of
19 the line are not interpreted by routines which search the file. This
20 file is normally created from the official network data base maintained
21 at the Network Information Control Center (NIC), though local changes
22 may be required to bring it up to date regarding unofficial aliases
23 and/or unknown networks.
24
25 Network number may be specified in the conventional ``.'' notation
26 using the inet_network() routine from the Internet address manipulation
27 library, inet(3N). Network names may contain any printable character
28 other than a field delimiter, newline, or comment character.
29
31 /etc/networks
32
34 getnetent(3N)
35
37 A name server should be used instead of a static file.
38
39
40
414.2 Berkeley Distribution May 6, 1986 NETWORKS(5)