Searched refs:ether_output (Results 1 – 8 of 8) sorted by relevance
/openbsd/sys/netinet/ |
H A D | if_ether.h | 287 int ether_output(struct ifnet *, struct mbuf *, struct sockaddr *,
|
H A D | ip_carp.c | 2395 return (ether_output(ifp, m, sa, rt)); in carp_output()
|
/openbsd/sys/net/ |
H A D | if_mpw.c | 635 return (ether_output(ifp, m, dst, rt)); in mpw_output()
|
H A D | if_etherip.c | 229 return (ether_output(ifp, m, dst, rt)); in etherip_output()
|
H A D | if_ethersubr.c | 374 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 D | if_trunk.c | 540 return (ether_output(ifp, m, dst, rt)); in trunk_port_output()
|
H A D | if_vxlan.c | 484 return (ether_output(ifp, m, dst, rt)); in vxlan_output()
|
/openbsd/sys/net80211/ |
H A D | ieee80211_output.c | 150 return (ether_output(ifp, m, dst, rt)); in ieee80211_output()
|