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

/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Dkpi_interface.h162 @typedef ifnet_offload_t
165 typedef u_int32_t ifnet_offload_t; typedef
895 errno_t ifnet_set_offload(ifnet_t interface, ifnet_offload_t offload);
902 @result Abilities flags, see ifnet_offload_t.
904 ifnet_offload_t ifnet_offload(ifnet_t interface);
H A Dkpi_interface.c303 static const ifnet_offload_t offload_mask = IFNET_CSUM_IP | IFNET_CSUM_TCP |
311 ifnet_offload_t offload)
325 ifnet_offload_t
H A Dif_bond.c2068 ifnet_offload_t ifp_offload;
2069 ifnet_offload_t port_ifp_offload;
2074 ifnet_offload_t offload;

Completed in 37 milliseconds