8322 nl: misleading-indentation
[unleashed/tickless.git] / usr / src / man / man7p / rarp.7p
blob4ab51cf38b33825e6e9d12ac35f5be30c835e3b1
1 '\" te
2 .\" Copyright (c) 2001, Sun Microsystems, Inc.
3 .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License").  You may not use this file except in compliance with the License.
4 .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing.  See the License for the specific language governing permissions and limitations under the License.
5 .\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE.  If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
6 .TH RARP 7P "May 28, 2005"
7 .SH NAME
8 rarp, RARP \- Reverse address resolution protocol
9 .SH DESCRIPTION
10 .sp
11 .LP
12 You use the RARP protocol to map dynamically between the Internet Protocol (IP)
13 and network interface MAC addresses. RARP is often used to boot a Solaris
14 client. RARP clients include the SPARC boot PROM, x86 boot floppy, SunOS
15 kernel, and \fBifconfig\fR(1M). \fBin.rarpd\fR(1M) provides the server-side
16 implementation.
17 .sp
18 .LP
19 RARP request timeout behavior in application-layer clients is governed by the
20 \fB/etc/inet/rarp\fR default file. To tune the number of retries an application
21 attempts before giving up, set the \fBRARP_RETRIES\fR variable in
22 \fB/etc/inet/rarp\fR. If the file is not present or \fBRARP_RETRIES\fR is not
23 initialized within it, applications retry a maximum of five times with a eight
24 second wait between retries.
25 .SH FILES
26 .sp
27 .LP
28 \fB/etc/inet/rarp\fR
29 .SH ATTRIBUTES
30 .sp
31 .LP
32 See \fBattributes\fR(5) for descriptions of the following attributes:
33 .sp
35 .sp
36 .TS
37 box;
38 c | c
39 l | l .
40 ATTRIBUTE TYPE  ATTRIBUTE VALUE
42 Interface Stability (protocol)  Standard
44 Interface Stability (defaults file)     Unstable
46 Interface Stability (RARP_RETRIES)      Unstable
47 .TE
49 .SH SEE ALSO
50 .sp
51 .LP
52 \fBifconfig\fR(1M), \fBin.rarpd\fR(1M), \fBarp\fR(7P)
53 .sp
54 .LP
55 \fIReverse Address Resolution Protocol RFC 903.  June, 1984\fR R. Finlayson, T.
56 Mann, J.C. Mogul, M. Theimer