Subject: Re: ether_input()?
To: Edwin Foo <efoo@crl.dec.com>
From: Bill Sommerfeld <sommerfeld@orchard.arlington.ma.us>
List: current-users
Date: 05/23/2000 13:36:05
> Can someone who knows the code point me in the right direction to find its
> successor? I'm guessing from the other drivers that it might be
> (*ifp->if_input)(ifp,top) to hand off the packet to the network stack. Am I
> right?

Correct.  The main difference is that the -current interface has the
ethernet headers included in the mbuf as opposed to in a separate
argument..

					- Bill