Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 02/11/1997 20:30:02
is
Tue Feb 11 12:21:14 PST 1997
Update of /cvsroot/src/sys/net
In directory netbsd1:/var/slash-tmp/cvs-serv24135

Modified Files:
      Tag: is-newarp
	if_arp.h if_ethersubr.c 
Log Message:
- Add macros, to if_arp.h:struct arphdr, to access an ARP messages' variable
  fields based on the ar_hln and ar_pln fields.
- Add AR_ARP case to ether_output, using the ar_tha() macro defined above.