Home
last modified time | relevance | path

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

/titanic_41/usr/src/stand/lib/inet/
H A Dmac.c180 mac_state.mac_output = ether_output; in mac_init()
205 mac_state.mac_output = ether_output; in mac_init()
229 mac_state.mac_output = ether_output; in mac_init()
257 mac_state.mac_output = ether_output; in mac_init()
H A Dethernet_inet.h49 extern int ether_output(int, struct inetgram *);
H A Dethernet.c491 ether_output(int index, struct inetgram *ogp) in ether_output() function