arp.8 (cf90bd0cbb7683c5821c8d8e9b8a52ab80dd4be3) arp.8 (c72049e448b9e07af9fd73744ea51bd6c8b7f665)
1.\" Copyright (c) 1985, 1991, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 25 unchanged lines hidden (view full) ---

34.Dd June 6, 1993
35.Dt ARP 8
36.Os BSD 4.3
37.Sh NAME
38.Nm arp
39.Nd address resolution display and control
40.Sh SYNOPSIS
41.Nm arp
1.\" Copyright (c) 1985, 1991, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 25 unchanged lines hidden (view full) ---

34.Dd June 6, 1993
35.Dt ARP 8
36.Os BSD 4.3
37.Sh NAME
38.Nm arp
39.Nd address resolution display and control
40.Sh SYNOPSIS
41.Nm arp
42.Op Fl n
42.Ar hostname
43.Nm arp
43.Ar hostname
44.Nm arp
45.Op Fl n
44.Fl a
45.Nm arp
46.Fl d Ar hostname
47.Nm arp
48.Fl s Ar hostname ether_addr
49.Op Ar temp
50.Op Ar pub
51.Nm arp
52.Fl S Ar hostname ether_addr
53.Op Ar temp
54.Op Ar pub
55.Nm arp
56.Fl f Ar filename
57.Sh DESCRIPTION
58The
46.Fl a
47.Nm arp
48.Fl d Ar hostname
49.Nm arp
50.Fl s Ar hostname ether_addr
51.Op Ar temp
52.Op Ar pub
53.Nm arp
54.Fl S Ar hostname ether_addr
55.Op Ar temp
56.Op Ar pub
57.Nm arp
58.Fl f Ar filename
59.Sh DESCRIPTION
60The
59.Nm arp
61.Nm
60program displays and modifies the Internet-to-Ethernet address translation
61tables used by the address resolution protocol
62.Pq Xr arp 4 .
63With no flags, the program displays the current
64.Tn ARP
65entry for
66.Ar hostname .
67The host may be specified by name or by number,

--- 6 unchanged lines hidden (view full) ---

74.Tn ARP
75entries.
76.It Fl d
77A super-user may delete an entry for the host called
78.Ar hostname
79with the
80.Fl d
81flag.
62program displays and modifies the Internet-to-Ethernet address translation
63tables used by the address resolution protocol
64.Pq Xr arp 4 .
65With no flags, the program displays the current
66.Tn ARP
67entry for
68.Ar hostname .
69The host may be specified by name or by number,

--- 6 unchanged lines hidden (view full) ---

76.Tn ARP
77entries.
78.It Fl d
79A super-user may delete an entry for the host called
80.Ar hostname
81with the
82.Fl d
83flag.
84.It Fl n
85Show network addresses as numbers (normally
86.Nm
87attempts to display addresses symbolically).
82.It Fl s Ar hostname ether_addr
83Create an
84.Tn ARP
85entry for the host called
86.Ar hostname
87with the Ethernet address
88.Ar ether_addr .
89The Ethernet address is given as six hex bytes separated by colons.

--- 45 unchanged lines hidden ---
88.It Fl s Ar hostname ether_addr
89Create an
90.Tn ARP
91entry for the host called
92.Ar hostname
93with the Ethernet address
94.Ar ether_addr .
95The Ethernet address is given as six hex bytes separated by colons.

--- 45 unchanged lines hidden ---