diff options
Diffstat (limited to 'man7/arp.7')
| -rw-r--r-- | man7/arp.7 | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/man7/arp.7 b/man7/arp.7 index 5a04eab3d3..e6a8fda46f 100644 --- a/man7/arp.7 +++ b/man7/arp.7 @@ -74,15 +74,17 @@ They take a pointer to a .I struct arpreq as their parameter. +.RS 4 .nf struct arpreq { - struct sockaddr arp_pa; /* protocol address */ - struct sockaddr arp_ha; /* hardware address */ - int arp_flags; /* flags */ - struct sockaddr arp_netmask; /* netmask of protocol address */ + struct sockaddr arp_pa; /* protocol address */ + struct sockaddr arp_ha; /* hardware address */ + int arp_flags; /* flags */ + struct sockaddr arp_netmask; /* netmask of protocol address */ char arp_dev[16]; }; .fi +.RE .BR SIOCSARP ", " SIOCDARP " and " SIOCGARP respectively set, delete and get an ARP mapping. @@ -245,7 +247,9 @@ It is replaced by automatic proxy arp setup by the kernel for all reachable hosts on other interfaces (when forwarding and proxy arp is enabled for the interface). -The neigh/* sysctls did not exist before Linux 2.2. +The +.I neigh/* +sysctls did not exist before Linux 2.2. .SH BUGS Some timer settings are specified in jiffies, which is architecture and kernel version dependent; see |
