Searched refs:ether_output (Results 1 - 3 of 3) sorted by relevance

/opensolaris-onvv-gate/usr/src/stand/lib/inet/
H A Dethernet_inet.h49 extern int ether_output(int, struct inetgram *);
H A Dmac.c180 mac_state.mac_output = ether_output;
205 mac_state.mac_output = ether_output;
229 mac_state.mac_output = ether_output;
257 mac_state.mac_output = ether_output;
H A Dethernet.c491 ether_output(int index, struct inetgram *ogp) function
503 printf("ether_output (%d): size %d\n", index,
510 dprintf("ether_output: frame type wrong: socket: %d\n",
520 dprintf("ether_output: frame size too big: %d\n", size);
562 dprintf("ether_output: ARP request for %s "
578 printf("ether_output(%d): level(%d) frame(0x%x) len(%d)\n",

Completed in 99 milliseconds