Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 02/11/1997 17:50:01
is
Tue Feb 11 09:47:45 PST 1997
Update of /cvsroot/src/sys/sys
In directory netbsd1:/var/slash-tmp/cvs-serv6487

Modified Files:
	socket.h 
Log Message:
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.