Searched refs:IFNET_MULTIPAGES (Results 1 - 6 of 6) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Dif_loop.c471 ifnet_set_offload(lo_ifp, IFNET_CSUM_IP | IFNET_CSUM_TCP | IFNET_CSUM_UDP | IFNET_CSUM_FRAGMENT | IFNET_IP_FRAGMENT | IFNET_MULTIPAGES);
H A Dkpi_interface.h134 @constant IFNET_MULTIPAGES Driver is capable of handling packets
159 IFNET_MULTIPAGES = 0x00100000, enumerator in enum:__anon216
H A Dkpi_interface.c306 IFNET_MULTIPAGES;
H A Ddlil.c1545 if (!(ifp->if_hwassist & IFNET_MULTIPAGES)) {
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dtcp_subr.c1669 (rt->rt_ifp->if_hwassist & IFNET_MULTIPAGES));
1727 (rt->rt_ifp->if_hwassist & IFNET_MULTIPAGES));
H A Dtcp_output.c362 somultipages(so, (ifp->if_hwassist & IFNET_MULTIPAGES));

Completed in 41 milliseconds