Searched refs:IFNET_CSUM_IP (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.h127 @constant IFNET_CSUM_IP Hardware will calculate IPv4 checksums.
149 IFNET_CSUM_IP = 0x00000001, enumerator in enum:__anon216
H A Dkpi_interface.c303 static const ifnet_offload_t offload_mask = IFNET_CSUM_IP | IFNET_CSUM_TCP |

Completed in 32 milliseconds