Searched refs:IFNET_CSUM_UDP (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.h154 @constant IFNET_CSUM_UDP Hardware will calculate UDP checksums.
192 IFNET_CSUM_UDP = 0x00000004, 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.c1099 _CASSERT(IF_HWASSIST_CSUM_UDP == IFNET_CSUM_UDP);

Completed in 42 milliseconds