Searched refs:IFNET_CSUM_TCP (Results 1 - 3 of 3) 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.h128 @constant IFNET_CSUM_TCP Hardware will calculate TCP checksums.
150 IFNET_CSUM_TCP = 0x00000002, enumerator in enum:__anon216
H A Dkpi_interface.c303 static const ifnet_offload_t offload_mask = IFNET_CSUM_IP | IFNET_CSUM_TCP |

Completed in 74 milliseconds