arp.4 (8a4e484995c537c8d8832b3feca1d7ce80e08917) | arp.4 (2dab76f7d1ef200d033f1c47f27903962311b4c8) |
---|---|
1.\" Copyright (c) 1985, 1986, 1988, 1994 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.\" 35.Dd April 18, 1994 36.Dt ARP 4 37.Os 38.Sh NAME 39.Nm arp 40.Nd Address Resolution Protocol 41.Sh SYNOPSIS | 1.\" Copyright (c) 1985, 1986, 1988, 1994 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.\" 35.Dd April 18, 1994 36.Dt ARP 4 37.Os 38.Sh NAME 39.Nm arp 40.Nd Address Resolution Protocol 41.Sh SYNOPSIS |
42.Cd "pseudo-device ether" | 42.Cd "device ether" |
43.Sh DESCRIPTION 44The Address Resolution Protocol (ARP) is used to dynamically 45map between Protocol Addresses (such as IP addresses) and 46Local Network Addresses (such as Ethernet addresses). 47This implementation maps IP addresses to Ethernet, 48ARCnet, 49or Token Ring addresses. 50It is used by all the Ethernet interface drivers. --- 93 unchanged lines hidden --- | 43.Sh DESCRIPTION 44The Address Resolution Protocol (ARP) is used to dynamically 45map between Protocol Addresses (such as IP addresses) and 46Local Network Addresses (such as Ethernet addresses). 47This implementation maps IP addresses to Ethernet, 48ARCnet, 49or Token Ring addresses. 50It is used by all the Ethernet interface drivers. --- 93 unchanged lines hidden --- |