Subject: Re: Implementing per protosw pfil hooks.
To: None <itojun@iijlab.net>
From: Darren Reed <darrenr@reed.wattle.id.au>
List: tech-net
Date: 12/11/1999 14:32:57
In some email I received from itojun@iijlab.net, sie wrote:
> 
> 	please notice that sys/netinet6 uses sys/netinet6/ip6protosw.h.

hmmm...is struct ip6protosw any different to protosw besides
pr_ctlinput and pr_ctloutput ?  Maybe these functions should
now be using stdarg (as do pr_input/pr_output) so that ip6protosw
can be eliminated ?

Darren