Up to [cvs.NetBSD.org] / src / sys / sys
Request diff between arbitrary revisions
Default branch: MAIN
Current tag: is-newarp-base
Revision 1.19 / (download) - annotate - [select for diffs], Tue Feb 11 17:47:44 1997 UTC (16 years, 4 months ago) by is
Branch: MAIN
CVS Tags: mrg-vm-swap,
is-newarp-before-merge,
is-newarp-base
Branch point for: is-newarp
Changes since 1.18: +4 -2
lines
Diff to previous 1.18 (colored)
Allocate and define AF_ARP and PF_ARP. These will be used to a) communicate the hardware independent part of ARP packets (rfc826) from/to if_*subr.c in the ongoing effort to rewrite the ARP subsystem for non-Ethernet networks b) communicate the hardware independent part of RARP packets (rfc903) from/to userland sockets to avoid putting link level header format knowledge into rarpd, when it is enhanced to support non-Ethernet networks.