Home
last modified time | relevance | path

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

/dragonfly/sys/net/
H A Dif_ethersubr.c102 static int ether_output(struct ifnet *, struct mbuf *, struct sockaddr *,
219 ether_output(struct ifnet *ifp, struct mbuf *m, struct sockaddr *dst, in ether_output() function
641 ifp->if_output = ether_output; in ether_ifattach_bpf()
/dragonfly/sys/dev/netif/re/
H A Dre.c5207 ifp->if_output = ether_output; in re_attach()