1
0
Files
irix-657m-src/eoe/man/man4/ethers.4
2022-09-29 17:59:04 +03:00

45 lines
1.1 KiB
Groff

'\"macro stdmacro
.if n .pH man4.ethers @(#)ethers 30.3 of 2/1/86
.TH ETHERS 4
.SH NAME
ethers \- ethernet address to hostname database
.SH DESCRIPTION
The
.I ethers
file contains information regarding the
known (48 bit) ethernet addresses of hosts on the internet.
For each host on an ethernet,
a single line should be present with the following information:
.LP
ethernet address
.br
official host name
.LP
Items are separated by any number of blanks and/or tabs.
A `#' indicates the beginning of a comment
extending to the end of line.
.LP
The standard form for ethernet addresses is ``x:x:x:x:x:x'' where
.I x
is a hexadecimal number between 0 and ff, representing one byte.
The address bytes are always in network order.
Host names may contain any printable character other than
a space, tab, newline, or comment character.
It is intended that host names in the
.I ethers
file correspond to the host names in the
.IR hosts (4)
file.
.LP
The
.IR ether_line ()
routine from the ethernet address manipulation library,
.IR ethers (3Y)
may be used to scan lines of the
.I ethers
file.
.SH FILES
/etc/ethers
.SH "SEE ALSO"
rarpd(1M), ethers(3Y), hosts(4)