Searched refs:ether_frameout (Results 1 - 4 of 4) sorted by relevance

/xnu-2422.115.4/bsd/net/
H A Dif_ether.h51 errno_t ether_frameout(ifnet_t interface, mbuf_t *packet,
55 errno_t ether_frameout(ifnet_t interface, mbuf_t *packet,
H A Dether_if_module.c483 * On embedded, ether_frameout is practicaly ether_frameout_extended.
484 * On non-embedded, ether_frameout has long been exposed as a public KPI,
490 ether_frameout(struct ifnet *ifp, struct mbuf **m, function
495 ether_frameout(struct ifnet *ifp, struct mbuf **m,
H A Dnet_stubs.c96 int ether_frameout(void);
97 int ether_frameout(void) function
H A Dkpi_interface.c252 * parameters.) We special case ether_frameout, such that
261 if (ifp->if_framer_legacy == ether_frameout)

Completed in 85 milliseconds