This task should block until a packet arrives from the device. If the
device is an Ethernet interface the function ether_input
should be called
to forward the packet to the network stack. The arguments to ether_input
are a pointer to the interface data structure, a pointer to the ethernet
header and a pointer to an mbuf containing the packet itself.
Copyright © 1988-2008 OAR Corporation