Home
last modified time | relevance | path

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

/openbsd/sys/netinet/
H A Dif_ether.h287 int ether_output(struct ifnet *, struct mbuf *, struct sockaddr *,
H A Dip_carp.c2395 return (ether_output(ifp, m, sa, rt)); in carp_output()
/openbsd/sys/net/
H A Dif_mpw.c635 return (ether_output(ifp, m, dst, rt)); in mpw_output()
H A Dif_etherip.c229 return (ether_output(ifp, m, dst, rt)); in etherip_output()
H A Dif_ethersubr.c374 ether_output(struct ifnet *ifp, struct mbuf *m, struct sockaddr *dst, in ether_output() function
715 ifp->if_output = ether_output; in ether_ifattach()
H A Dif_trunk.c540 return (ether_output(ifp, m, dst, rt)); in trunk_port_output()
H A Dif_vxlan.c484 return (ether_output(ifp, m, dst, rt)); in vxlan_output()
/openbsd/sys/net80211/
H A Dieee80211_output.c150 return (ether_output(ifp, m, dst, rt)); in ieee80211_output()