Up to [cvs.NetBSD.org] / src / sys / sys
Request diff between arbitrary revisions
Default branch: MAIN
Current tag: is-newarp
Revision 1.19.4.2 / (download) - annotate - [select for diffs], Tue Feb 11 17:47:45 1997 UTC (16 years, 3 months ago) by is
Branch: is-newarp
Changes since 1.19.4.1: +357 -0
lines
Diff to previous 1.19.4.1 (colored) to branchpoint 1.19 (colored) next main 1.20 (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.
Revision 1.19.4.1, Tue Feb 11 17:47:44 1997 UTC (16 years, 3 months ago) by is
Branch: is-newarp
Changes since 1.19: +0 -357
lines
FILE REMOVED
file socket.h was added on branch is-newarp on 1997-02-11 17:47:45 +0000
Revision 1.19 / (download) - annotate - [select for diffs], Tue Feb 11 17:47:44 1997 UTC (16 years, 3 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.