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

/macosx-10.10/xnu-2782.1.97/bsd/net/
H A Dif_loop.c660 IFNET_CSUM_IP | IFNET_CSUM_TCP | IFNET_CSUM_UDP |
H A Dkpi_interface.c780 (IFNET_CSUM_IP | IFNET_CSUM_TCP | IFNET_CSUM_UDP | IFNET_CSUM_FRAGMENT |
787 (IFNET_CSUM_IP | IFNET_CSUM_TCP | IFNET_CSUM_UDP | IFNET_CSUM_FRAGMENT |
807 interface->if_hwassist |= (IFNET_CSUM_TCP | IFNET_CSUM_UDP |
H A Dkpi_interface.h170 @constant IFNET_CSUM_TCP Hardware will calculate TCP checksums.
212 IFNET_CSUM_TCP = 0x00000002, enumerator in enum:__anon14583
H A Dif_bridge.c1334 IFNET_CSUM_IP | IFNET_CSUM_TCP | IFNET_CSUM_UDP |
H A Ddlil.c1276 _CASSERT(IF_HWASSIST_CSUM_TCP == IFNET_CSUM_TCP);
/macosx-10.10/IONetworkingFamily-101/
H A DIONetworkInterface.cpp438 hwassist |= IFNET_CSUM_TCP;
450 hwassist |= ( IFNET_CSUM_SUM16 | IFNET_CSUM_TCP | IFNET_CSUM_UDP );

Completed in 194 milliseconds