Searched refs:IFNET_CSUM_IP (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/bsd/net/
H A Dif_loop.c672 IFNET_CSUM_IP | IFNET_CSUM_TCP | IFNET_CSUM_UDP |
H A Dkpi_interface.h152 @constant IFNET_CSUM_IP Hardware will calculate IPv4 checksums.
190 IFNET_CSUM_IP = 0x00000001, enumerator in enum:__anon212
H A Dkpi_interface.c681 (IFNET_CSUM_IP | IFNET_CSUM_TCP | IFNET_CSUM_UDP | IFNET_CSUM_FRAGMENT |
687 (IFNET_CSUM_IP | IFNET_CSUM_TCP | IFNET_CSUM_UDP | IFNET_CSUM_FRAGMENT |
H A Ddlil.c1097 _CASSERT(IF_HWASSIST_CSUM_IP == IFNET_CSUM_IP);

Completed in 49 milliseconds