Searched refs:ifnet_output (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/net/
H A Dkpi_interface.h237 ifnet_output function for an interface. The driver is
1807 @function ifnet_output
1815 interface. ifnet_output will always free the mbuf chain.
1828 extern errno_t ifnet_output(ifnet_t interface,
H A Dkpi_interface.c885 ifnet_output(ifnet_t interface, protocol_family_t protocol_family, function
H A Dpf.c7766 error = ifnet_output(ifp, PF_INET, m0, ro->ro_rt, sintosa(dst));
7802 error = ifnet_output(ifp, PF_INET, m0, ro->ro_rt,

Completed in 39 milliseconds