etherOutput( ) - send a packet on an Ethernet interface
SYNOPSIS
STATUS etherOutput
(
struct ifnet *pIf, /* interface on which to send */
struct ether_header *pEtherHeader, /* Ethernet header to send */
char *pData, /* data to send */
int dataLength /* # of bytes of data to send */
)